Example app
To install js dependencies, run the follow command on project root folder
yarn
If you want to run on iOS devices/simulators, it's necessary to install iOS dependencies
cd ios && pod install
After running both commands, you're ready to run
# to run on iOS - debug mode
yarn ios:dev
# to run on Android - debug mode
yarn android:dev
# to run on Android - release mode
yarn android:release