Releases: dcangulo/react-native-pkce-challenge
Releases · dcangulo/react-native-pkce-challenge
v5.3.1
- Fixed Android build issues on Windows.
- Fixed C++ JSI build issues. (#405 by @cavanierc)
v5.3.0
- 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.1.1
- Fixed
ndkVersion
for Apple M1 Mac.
v5.1.0
- Used global bytelength variable.
v5.0.1
- Removed extra files published to npm.
v5.0.0
- Rewrite to C++ with JSI.
- Removed extra Expo dependencies.
- Removed
asyncPkceChallenge
support.
v4.0.1
- Fixed missing
macos
files.