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
oryarn run ios
to run the app with the new version of SDK