Releases: auth0/react-native-auth0
Releases · auth0/react-native-auth0
v2.13.2
v2.13.1
v2.13.0
v2.12.0
v2.11.0
v2.10.0
v2.9.0
The breaking change affects the Android configuration. Previously it was required to add an intent filter in the definition of the Activity that receives the authentication result, and to use the singleTask
launchMode in that activity. Now both the intent filter and the launch mode must be removed and instead you need to add a couple of manifest placeholders. Check out the Android section for more details.
v2.8.3
v2.8.2
v2.8.1
Fixed
- Capture and surface error when browser app is not available [SDK-2224][#363](https://github.co
m//pull/363) (lbalmaceda)