https://github.com/pkcwong/react-native-starter
A starter repo to building a mobile app with ReactJS, using the React Native framework. For web development, check this other project.
Install the following frameworks and packages.
Fork or clone this repository.
git clone https://github.com/pkcwong/react-native-starter.git
cd react-native-starter
yarn install
react-native start
Android
react-native run-android
iOS
react-native run-ios
This repo is being updated time to time, to receive the latest updates do the following.
git remote add pk https://github.com/pkcwong/react-native-starter.git
git pull pk master
Post your enquiries on issues page, it will be addressed as soon as possible.
- Christopher Wong @pkcwong