/react-native-bolierplate

A React Native project template for building solid applications. It uses React Native newest and support android X.

Primary LanguageJavaScript

react-native-bolierplate

A React Native project template for building solid applications. It uses React Native newest and support android X.

how to use

Step 1: Clone this source:

git clone https://github.com/quangdh/react-native-bolierplate.git <new_app>

Step 2: Use npm or yarn to load node_modules

cd <new_app> && npm install

or

cd <new_app> && npm install

Step 3: Change your App name

npm run rename <app_name> -b <bundle id>

or

yarn rename <app_name> -b <bundle id>