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
.gitfile (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 androidIf you need to rename the app, do the following (based on react-native-rename):
> yarn rename NewAppName
> yarn ios:podsThis project is MIT licensed