In terminal (root of project): npm install
launch app: react-native run-ios -If it works, then disregard steps below -If it does not work, then continue with steps below
For any errors or to see where the instructions came from, refer to: https://auth0.com/docs/quickstart/native/react-native-ios/01-login
-
Install cocoapods (depending on your permissions, you might have to use sudo) -In terminal: gem install cocoapods
-
Link react-native-lock with iOS project -In terminal: react-native link react-native-lock
-
Create a file "auth0-credentials.js" in root folder -Ask team for credentials
Refer to: https://manage.auth0.com/#/clients/JwSWZ4UNnNnP2bYZWvIFSKr5dolJVOmg/quickstart
-
Install rnpm (dependig on your permissions, you might have to use sudo) -In terminal: npm install rnpm -g
-
Link react-native-lock with Android project -In terminal: rnpm link react-native-lock