Skip to content

react-native-app-auth@8.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 14:15
· 1 commit to main since this release
ea7ff69

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