/ReactNativeConcepts

Project to learn React Native Concepts

Primary LanguageJavaScript

React Native Concepts

Project to learn the concepts of React Native

  1. To run the project do a clone or download the zip file, after that access the folder on terminal or cmd and type:
yarn 

or 

npm install
  1. After that type, start an android and open two terminals:

2.1 Type in one of the two terminals

yarn start 

or 

npm start

2.2 And type in the other terminal for android emulator

yarn android 

or 

npm run android
  1. To run the tests run
yarn test 

or

npm run test
  1. To execute need the project NodeJS Concepts located in [https://github.com/andregr15/NodeJSConcepts]