For those of you who like to learn and are starting the path of React-Native, this project developed as a way of studies where it makes life easier for those who want to set up an initial setup.
To run application of the basic structure of the project, just follow the following steps
# clone it
git clone https://github.com/caioorg/react-native-boirlerplate
cd react-native-boirlerplate
# Make it your own
rm -rf .git && git init
# Install dependencies
yarn install
# Start project development from Android
react-native run-android
# Start project development from IOS
react-native run-ios