Closed shirakaba closed 4 months ago
Latest commit: 7d1a93e4f9d3f6d708d95a69b6a56d0ccaec24be
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
react-native-app-auth | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 22, 2024 2:48am |
Could you let me know the approximate date for the publication of these changes and the release of the new version of the react-native-app-auth library?
Fixes #999 and #980
Description
Changes the method signatures from
(BOOL *)
(which marshals bothtrue
andfalse
from JS toNO
in Objective-C) to(BOOL)
(which correctly marshalstrue
toYES
andfalse
toNO
).Steps to verify
authorize
method.useNonce = true
from JavaScript now becomesYES
instead ofNO
.