This App was developed using the React Native Platzi Course, in this app we show the use of containers, call to REST APIs with fetch, video player components and scrolls.
You need NodeJS (https://nodejs.org/en/) this either install the package manager npm.
npm i react-native-cli -g
npm install
## Link Extra Modules
You should link extra dependencies such as react-native-video for the video player and react-native-vector-icons for the use of fancy icons.
react-native link react-native-vector-icons
react-native link react-native-video