Minimum starter kit for React-Redux mobile app bootstraped with Expo Cli and social login (Auth0)
-
Sign in Auth0 account
-
Go to 'Application' -> [Your App Name] -> 'Settings'
-
Copy
- Domain
- Client ID
- Client Secret
To
./Client/Expo/config.js
- AUTH0_DOMAIN
- AUTH0_CLIENT_ID
- AUTH0_CLIENT_SECRET (respectively)
-
Go to 'APIs' -> [Your App Name] -> 'Settings'
-
Copy
- Identifier
To
./Client/Expo/config.js
- AUTH0_API_AUDIENCE
-
Run package manager
cd ./Client/Expo
yarn
* Steps 1-5 is for using Auth0 as our social login platform
yarn start
* For more information on viewing app in development mode please visit: https://docs.expo.io/versions/v29.0.0/introduction/installation#mobile-client-expo-for-ios-and-android
* For build instructions please visit: https://docs.expo.io/versions/v28.0.0/distribution/building-standalone-apps
* For instructions to publish finished product to App Store (iOS) and/or Play Store (Andriod) please visit: https://docs.expo.io/versions/v28.0.0/distribution/index.html