A starting point to help you set up your project quickly and use the common components provided by react-native-reusables
. The idea is to make it easier for you to get started.
- Clone the repository
git clone <repo-url>
- Install dependencies
yarn
- Start the project in development mode (Default os is Android)
yarn dev
- İnstall apk to your device
cd build
download the apk file to your device and install it.