Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 786 Bytes

DEVELOPMENT.md

File metadata and controls

25 lines (17 loc) · 786 Bytes

Setup the development environment

To test the SDK manually, follow the below steps

  • Ensure yarn is setup in your machine.
  • Download or Clone the sample app from here.
  • Change the path of react-native-auth0 in package.json to the path of the SDK in your computer
"react-native-auth0": "../{PATH IN COMPUTER}/react-native-auth0"
  • Few folders have to be deleted to ensure the correct version of the SDK is installed.
rm -rf node_modules ios/Pods ios/Podfile.lock
  • Install the required dependencies.
yarn install && ( cd ios && pod install )
  • run yarn run android or yarn run ios to run the app with the new version of SDK