I am using react-native-image-picker to upload a video from the Android emulator. It works, the video uploads properly, it then shows in my app from the uploaded URI, I can even go to the address and view it in a browser, but that same uri doesn't show up on my iPhone. I can't play it in Safari/Chrome or my app from my iPhone. Is this a known issue with the emulator video? I upload photo and it works on all devices no problem, but not video. And this is whether I record video using react-native-camera or any method to get the video uploaded.
↧