This is a movie app made with react native for learning purposes.
-
Install react native and configure environment
-
Run the bundler
$ npm start
- Run the bundler
$ npm start
Or with yarn
$ yarn start
- Run in your emulator or device
npm run android
Or
npm run ios