How to run

In iOS, running the following commands:

yarn install 
cd ios && pod install 
react-native run-ios

In Android, running the following commands:

yarn install
react-native run-android