I am using a react module, react-native-image-picker (https://github.com/marcshilling/react-native-image-picker) to pick the video and get the video URI. Then using module react-native-video, (https://github.com/brentvatne/react-native-video) to play the selected URI. But its not working. Using adb logcat, I found that its giving me following error
Permission Denial: opening provider com.google.android.apps.photos.contentprovider.MediaContentProvider from (null) (pid=30885, uid=1013) that is not exported from uid 10077
Please tell me how to fix this issue? This is working perfectly on iOS but just giving me hard time on android.