React Native based app.
- Run
yarn installornpm installto install all dependencies. - Copy file
config/local.example.jstoconfig/local.jsand set the variable form development. - Run
react-native linkto link native modules. - Run
react-native start,yarn start, ornpm start.
- Run
react-native run-androidto run the app on your device or emulator. - Log with
react-native log-android.
- Run
yarn paypal-deps. - Run
react-native run-ios.