quangdh / react-native-bolierplate

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

Home Page:https://quangdh.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

https://quangdh.dev


Languages

Language:JavaScript 79.9%Language:Objective-C 6.2%Language:Java 4.8%Language:Ruby 4.2%Language:HTML 3.9%Language:Python 0.9%