Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

dclipca/gradler

Repository files navigation

Gradler - React Native app for taking selfies, automatically.

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