Reputation: 123
I want to implement this library into my expo project, however I'm having difficulties even getting an example up. Is this library compatible?
npm package link: https://www.npmjs.com/package/react-native-video
Upvotes: 2
Views: 2054
Reputation: 4992
You can use Custom Development Client to use this library in an Expo Managed Project
.
If you don't want to change anything in your project and use it as it is, you can try Expo AV. This provides a Video Component which you can use.
Upvotes: 4