Ilario Del Sorbo
Ilario Del Sorbo
any news? I see the alarm icon, but the notification does not appear and there is no sound. (Android 5.1)
@ShariqMush I installed your library but the fullscreen button is not present anyway. @cornedor Would not it be better to keep a single library?
Hi, same issue.. I'm using _react-native-image-crop-picker_ to pick a video ``` ImagePicker.openPicker({ mediaType: 'video', }).then((video) => { console.log(video); console.log(video.path); MediaMeta.get(video.path) .then(metadata => console.log(metadata)) .catch(error => console.log(error)); this.onChangeData('video', video); }); ```...
I solved removing `file://` from path TESTED ONLY ON IOS SIMULATOR
Unhandled JS Exception: undefined is not an object (evaluating '_reactNativeMediaMeta2.default.get')
@vvkaghera have you solved this issue?
Hi, any news about this? I see that this issue is still open
@Gothdo this did not solve the issue
did you figure out how to solve?