Skip to content

Releases: FormidableLabs/react-native-app-auth

react-native-app-auth@8.1.0

17 Oct 18:36
8fc717b

Choose a tag to compare

Minor Changes

  • Add expo config plugin (#1097)

react-native-app-auth@8.0.3

23 May 21:16
0f47f59

Choose a tag to compare

Patch Changes

  • Update AGP and Android target/compile SDK (#1024)

react-native-app-auth@8.0.2

12 Mar 18:01
ad3018d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/FormidableLabs/react-native-app-auth/compare/react-native-app-auth@8.0.1...react-native-app-auth@8.0.2

react-native-app-auth@8.0.1

26 Nov 17:18
3530c7d

Choose a tag to compare

Patch Changes

  • Update AppAuth-iOS to version 1.7.6 (#1039)

react-native-app-auth@8.0.0

22 Aug 14:15
ea7ff69

Choose a tag to compare

Now supports bridgeless mode. Shoutout to @shirakaba for the contribution.

Major Changes

  • Breaking change (iOS, Mac Catalyst): The boolean values useNonce, usePCKE, and prefersEphemeralSession are now handled correctly. Previously, they were all being interpreted as false regardless of their actual values, but now the intended (true or false) value is correctly marshalled from JavaScript to native. To preserve behaviour from before this breaking change, explicitly set them all to false. (#1000)

Patch Changes

  • fix hard crash if config object was incorrect (#1010) @zibs

v7.2.0

14 May 14:34
2b61fa3

Choose a tag to compare

Minor Changes

  • Updated the minimum version of AppAuth-iOS to 1.7.3 to meet the package's requirement, which includes the necessary privacy manifest. (#971)

v7.1.3

22 Feb 19:30
b42e66a

Choose a tag to compare

Patch Changes

  • Moves '@changesets/cli' from dependencies to devDependencies, so that it isn't downloaded for react-native-app-auth package users (#945)

v7.1.2

16 Feb 17:56
351a9cf

Choose a tag to compare

Patch Changes

  • Fix iosCustomBrowser not exchanging token (cb3b70a)

v7.1.1

16 Feb 15:07
552831e

Choose a tag to compare

Patch Changes

  • Fix Android crash with NullPointerException (a437123)

v7.1.0

02 Oct 08:48
ccd565f

Choose a tag to compare

Minor Changes

  • Added androidTrustedWebActivity config to opt-in to EXTRA_LAUNCH_AS_TRUSTED_WEB_ACTIVITY (#908)