Guide
Setup OIDC Authentication with Google Provider
Connect to your Expo account
Available scripts
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest && eslint .",
"test:watch": "jest --watch",
"test:updateSnapshot": "jest --updateSnapshot",
"test:coverage": "jest --coverage",
"test:coverage:watch": "jest --coverage --watch",
"lint:fix": "eslint --fix src",
"precommit": "yarn test",
"postinstall": "rndebugger-open",
"server": "json-server --watch api/db.json --routes api/apiRoutes.json --port 3004"
}Testing
Launching tests
Last updated
Was this helpful?