Skip to content

v2.0.0

Compare
Choose a tag to compare
@lbalmaceda lbalmaceda released this 08 Oct 19:06
· 438 commits to master since this release
12900cc

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 npm npm install react-native-auth0 --save.
  • Install the Pod for the iOS native module. Change into the ios directory of your application and run pod 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.

Full Changelog