Image #1 | Image #2 | Image #3 |
---|---|---|
Running the app requires Node, the React Native command line interface, a JDK, and Android Studio. The following instractions presume that you have everything installed. Follow the official React Native docs for installation instructions.
Clone the repository, then install the dependencies by running the following command in the terminal:
npm install
# or
yarn
To run the project:
npm start
# or
yarn start
# then in a new terminal
react-native run-android