Install React Native cli and requirements
git clone https://github.com/ramyareye/elegant-react-native.git
cd elegant-react-native
yarn
nano app.json /* here we go to edit project name and displayName */
react-native eject /* generate ios and android folders */
react-native link
react-native run-ios / run-android
MIT
Free Software, Hell Yeah!