This is a forked repository from https://github.com/kanzitelli/rnn-starter
I have done changes what I prefer.
- Clone the repo
> git clone https://github.com/kanzitelli/rnn-starter.git AppName && cd AppName
- Remove
.git
file (if not planning to contribute)
> rm -rf .git
- Install packages and pods
> yarn && yarn ios:pods
- Run it!
Open XCode or Android Studio to run the project (recommended) or do
> yarn ios
> yarn android
If you need to rename the app, do the following (based on react-native-rename):
> yarn rename NewAppName
> yarn ios:pods
This project is MIT licensed