-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iPhone hangs on processing assets when uploading vidoes #642
Comments
As a follow up. I do not have this issue with an |
do you have some time to investigate what is happening here? |
I am under a pretty strict deadline at the moment and am pretty new to react-native so do not have the time or resources to really dig in. If I find time this weeks I will see what I can come up with. |
Our team has sunk a bit of time into this and come up empty handed. Other then knowing it is an IOS 11+ issue. We thought it had to do with an |
This issue was resolved when we upgraded to |
I'm seeing the same problem; I'm using react-native 0.55.4 with an iPhone 6s on iOS 11.4.1 Can this issue be reopened @L-Yeiser ? |
I just made a pull request to solve this problem -- we need to set options.networkAccessAllowed to YES when getting videos, or it will freeze when trying to get videos that are stored in the cloud. |
Hi @chrisbobbe, Even I am facing the same issue i.e., iPhoneX taking forever to process a video when selecting from the camera roll. |
Version
Tell us which versions you are using:
Platform
Tell us to which platform this issue is related
Expected behaviour
Actual behaviour
Uploading a video on an iphoneX hangs on processing assets. Works on the IOS simulator and on android devices.
Steps to reproduce
Open image picker.
Select a video from the camera roll.
Process hangs.
No errors are logged.
code:
The text was updated successfully, but these errors were encountered: