Skip to content

Releases: dcangulo/react-native-pkce-challenge

v6.2.0

01 Sep 12:59

Choose a tag to compare

  • Added React Native 0.80+ support.
  • Enable 16 KB page size for Android.

v6.1.0

15 Dec 13:15

Choose a tag to compare

  • Bumped base64 from 2.rc.08 to 2.rc.09.
  • Use built-in btoa method introduced in React Native 0.74 instead of a third-party dependency.
  • Re-implement Android method to C++.

v6.0.1

19 Nov 16:49

Choose a tag to compare

  • Fixed missing react-native.config.js file.

v6.0.0

19 Nov 16:14

Choose a tag to compare

  • Rewrite to Turbo Native Module.
  • Added support for New Architecture.
  • Dropped support for Old Architecture.

v5.3.2

22 Jun 04:05

Choose a tag to compare

v5.3.1

03 Feb 06:53

Choose a tag to compare

  • Fixed Android build issues on Windows.
  • Fixed C++ JSI build issues. (#405 by @cavanierc)

v5.3.0

04 Dec 17:55

Choose a tag to compare

  • Added React Native 0.73+ support.
  • Reduced dependency size by 89.77% from 487 kB to 49.8 kb.
  • Removed CMake warning during build.
  • Exposed generateChallenge and verifyChallenge APIs.

v5.2.1

30 Nov 05:30

Choose a tag to compare

v5.2.0

06 May 04:58

Choose a tag to compare

v5.1.1

15 Sep 16:25

Choose a tag to compare

  • Fixed ndkVersion for Apple M1 Mac.