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!
What's the difference between this two-step process and "react-native install react-native-video"?
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