Send money to the Philippines with the best exchange rates! Money transfers are received in minutes. Get full transparency on your transaction - no FX markups or secret costs.
Make Sure you have React Native development environment setup
# Install dependencies
yarn install
or
npm install
# Pod installation for ios
cd ios && pod install
# Run android
npm run android
or
yarn android
# Run ios
npm run ios
or
yarn ios
# Run unit tests
npm run test
or
yarn test
# Check test coverage
npm run coverage
or
yarn coverage