Boilerplate is compatible with android, ios and web.
Start with npm run android/ios/web
.
Testing: npm test
based on Jest.
Based on your app you will have to edit:
modules/push.js
to implementsavePushToken
based on your needs
In App.js
you will find the componentDidMount
function which makes the app go upside down when enabled (in case you have the demo phone plugged and rotated).
Environment variables in .env
file are mandatory. Empty strings are allowed (and disable the service)
SENTRY_DSN=''
SENTRY_ORG=''
SENTRY_PROJECT=''
SENTRY_AUTH_TOKEN=''
SENTRY_URL=''
AMPLITUDE_APIKEY=''