Table of Contents
This starter kit should help you get up and running with React Native. It has a few screens demonstrating how easy it can be to create immersive, clean and versatile mobile applications.
Follow these quick and easy steps and you'll be up and running in no time.
This project uses Yarn
- yarn
npm install yarn@latest -g
- Clone the repo
git clone https://github.com/twiggybuffalo/react-native-starter.git
- Install YARN packages
yarn install
- Install CocoaPods dependencies
cd ios && pod install && cd ..
To run the project, simply run:
# For iOS
yarn ios
# For Android
yarn android
See the open issues for a list of proposed features (and known issues).
If you have any breaking changes or feature requests please try visiting the issues page first.
- Fork the Project
- Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
TwiggyBuffalo - @TwiggyBuffalo