/react-native-practice-app

A React Native Exercise from Platzi using React Native, in this app we create a movies app

Primary LanguageJavaScript

React Native Practice App

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.

Installation

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