Skip to content

Boilerplate with essential React Native third-party libraries for you to get started quickily

Notifications You must be signed in to change notification settings

sanzangtang/essential-react-native

Repository files navigation

Essential React Native

Note: The current project is under development.

Introduction

This is a react native boilerplate project integrated with following awesome third-party libraries:

The purpose of this project is to save your time in configuring third-party libraries as well as to keep your project structure consistent and clean. It is highly recommended to check out this react native app example junedomingo/movieapp for some of the best practices.

Get Started

Clone this repo to your machine:

git clone git@github.com:sanzangtang/essential-react-native.git
cd essential-react-native

Install all packages by running:

npm install

If you prefer yarn:

yarn install

Finally, you can start your app by executing these commands:

npm run ios
npm run android

Simiarily, if you are using yarn:

yarn ios
yarn android

About

Boilerplate with essential React Native third-party libraries for you to get started quickily

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published