This is a major release that supports CocoaPods and Android X.
It requires at minimum React Native SDK version 0.60.5. If you need to run it on a different version, check the Compatibility Matrix on the README for reference.
Migration notes:
- Install the SDK with yarn
add react-native-auth0
or npmnpm install react-native-auth0 --save
. - Install the Pod for the iOS native module. Change into the
ios
directory of your application and runpod install
.
Every iOS application after React Native SDK version 0.60.0 has a podfile
file. If yours doesn't, please check the documentation on how to generate a valid one.