maitrungduc1410 / react-native-video-trim

Video trimmer for React Native App
MIT License
58 stars 24 forks source link

Conflicting Issue with ffmpeg-kit-react-native@6.0.2 #78

Open dnielgonzlz opened 2 days ago

dnielgonzlz commented 2 days ago

Library does not allow to be installed once I have to run Pod install, since it's conflicting with the current version of ffmpeg-kit-react-native@6.0.2

Screenshot 2024-10-18 at 8 12 42 PM
maitrungduc1410 commented 2 days ago

have you checked the pinned issue?

also it's there in the bottom of the README

maitrungduc1410 commented 2 days ago

https://github.com/maitrungduc1410/react-native-video-trim/issues/66

dnielgonzlz commented 1 day ago

Tried it, and it didn't work.

It builds the pods OK after the FFMPEGKIT_PACKAGE=full FFMPEG_KIT_PACKAGE_VERSION=6.0.2 pod install

But then, when I run my npx expo run:ios --device to build the app on my phone, it gives me the same error and it says that it couldn't install the CocoaPods.

Thanks for the quick response tho!

On Sat, 19 Oct 2024 at 05:05, Duc Trung Mai @.***> wrote:

66 https://github.com/maitrungduc1410/react-native-video-trim/issues/66

— Reply to this email directly, view it on GitHub https://github.com/maitrungduc1410/react-native-video-trim/issues/78#issuecomment-2423555807, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARI5MQF35RZ4CKZVHPU4UB3Z4HLA5AVCNFSM6AAAAABQGRPUR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRTGU2TKOBQG4 . You are receiving this because you authored the thread.Message ID: @.***>

maitrungduc1410 commented 1 day ago

so you're using Expo, not rn cli?

dnielgonzlz commented 20 hours ago

Yes, I am!

On Sun, 20 Oct 2024 at 03:23, Duc Trung Mai @.***> wrote:

so you're using Expo, not rn cli?

— Reply to this email directly, view it on GitHub https://github.com/maitrungduc1410/react-native-video-trim/issues/78#issuecomment-2424430245, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARI5MQCVXPM5VOLTVLHUB5LZ4MHYJAVCNFSM6AAAAABQGRPUR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRUGQZTAMRUGU . You are receiving this because you authored the thread.Message ID: @.***>

maitrungduc1410 commented 10 hours ago

Can I have your package.json?