Open Terminal, then type command:
git clone https://github.com/mealbarracin10/kiwiApp.git
Go to project folder :
cd kiwiApp
Type following command :
npm install
Run IOS simulator :
react-native run-ios
Run Android simulator :
react-native run-android