Setup React Native Video for iOS and Android

InstructorJason Brown

Share this video with your friends

Send Tweet

In this lesson we'll install react-native-video with NPM. We'll use the react- native link command to setup all necessary native code. Then we'll import Video from react-native-video and use the <Video/> component in our code!

Christopher
~ 7 years ago

What's the difference between this two-step process and "react-native install react-native-video"?

Creeland Provinsal
~ 5 years ago

In case anyone else was struggling with setting this up I made this starter. The README is a react-native setup guide. https://github.com/eggheadio-projects/react-native-video