maitrungduc1410 / react-native-video-trim

Video trimmer for React Native App
MIT License
37 stars 14 forks source link

Does it work with Expo #34

Closed Stancobridge closed 2 months ago

Stancobridge commented 3 months ago

I want to use this package with Expo, using a custom-build dev client.

I want to know if this package will work with expo, if I rebuild, do I also need to add the react-native-video-trim in the plugins property

maitrungduc1410 commented 2 months ago

Hi @Stancobridge yes it does work with Expo.

Just remember to run npx expo prebuild if you haven't done so, this is for native code to take effect (still follow managed workflow, detail)

Checkout README for installation