Andy
Andy

Reputation: 123

Is the react-native-video library compatible with an expo project?

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

Answers (1)

Kartikey
Kartikey

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

Related Questions