Releases: auth0/react-native-auth0
Releases · auth0/react-native-auth0
v2.1.0
v2.0.0
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.
v1.6.0
v1.5.0
Changed
- Enable WebAuth Logout for Android & Fix iOS Logout. #223 (lbalmaceda)
Fixed
- Fix error handling by using authentication error class #228 (lbalmaceda)
v1.4.2
v1.4.1
v1.4.0
v1.3.1
v1.2.2
1.1.0
Full Changelog
Closed issues
- Could not invoke A0Auth.showUrl #67
Added
Fixed
- Change customtabs version to the same as default build tools #78 (lukecwilliams)