Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 582 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 582 Bytes

Getting Started

To get you started you can simply clone this repository and install the dependencies:

Prerequisite

Installing application

  • Run npm install

Running application

  • Run react-native run-android

Clean Build application

  • Go to android folder
  • Run ./gradlew clean