krisnapy
krisnapy
> I applied this patch to get full exif data on iOS (including GPS info) > > ```patch > diff --git a/node_modules/react-native-image-picker/ios/ImagePickerManager.mm b/node_modules/react-native-image-picker/ios/ImagePickerManager.mm > index 93e99be..da8d721 100644 > --- a/node_modules/react-native-image-picker/ios/ImagePickerManager.mm...
> I just created this gist to patch both iOS and Android > https://gist.github.com/pep108/8b0bdf156d823c117be655a010a337aa Does it work for Android, it looks like it only change the Uri?
I tried on Android but it not work yet. https://github.com/react-native-image-picker/react-native-image-picker/issues/2301
``` const trimVideo = async (media: StoryItem) => { await showEditor(media.uri, { minDuration: MIN_DURATION_PER_VIDEO, maxDuration: MAX_DURATION_PER_VIDEO, cancelDialogTitle: t('Are you sure want to cancel?'), cancelDialogMessage: t('This video will not be added...
Scenario: trimmed video 1, got the output video (video 2), I tried to trim video 2, but the timestamp got on video 2 from `launchImageLibrary` is messed up.
https://github.com/maitrungduc1410/react-native-video-trim/assets/96037957/a2a1d734-5ac6-441b-8cf7-058a23461a9d Here is the video log, I think it's because not saving the video with the timestamp data?
> Description I am encountering a build error in Xcode stating Multiple commands produce ~/AppName.app/Frameworks/ffmpegkit.framework. This issue is preventing the successful build of my iOS application. > > Expected behavior...
> Summary: I followed every step on [iOS Notification Images section](https://rnfirebase.io/messaging/ios-notification-images) and I still had some issues building my application, I managed to solve em' but I don't know if...
I've tried setting the IPHONEOS_DEPLOYMENT_TARGET directly in the Podfile using the following code: `config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'` And got another error from xcode:
Thank you for your response! Just to clarify, the package works fine when the app is in the background, as long as the app is not completely closed or killed.