-
Notifications
You must be signed in to change notification settings - Fork 453
[iOS] RN 0.74 NewArch + bridgelesssMode ON authorize, refresh, logout doesn't work, Promise Rejection #980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
issue-accepted
This issue has been confirmed and accepted by the maintainers
Comments
We are actively working on Bridgeless support and hope to have an update soon. |
I am having this issue as well |
If anyone else is facing this, I used patch-package with
and it appears to work fine for my use case. |
Thank you, I would wait for official update, if it will not take too long |
This was referenced Jul 22, 2024
carbonrobot
pushed a commit
that referenced
this issue
Jul 24, 2024
Released in v8.0.0 |
This was referenced Apr 24, 2025
Merged
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
On iOS 17.4 RN 0.74.1 NewArch + bridgelessMode ON(THIS IS IMPORTANT) authorize, refresh, logout are throwing promise rejection.
Possible unhandled promise rejection: RNAppAuth.authorize(): Error while converting JavaScript argument 10 to objectiove C type BOOL. Objective C type BOOL is unsupported.
Here
useNonce = true
by defaultATTENTION: This happening only on bridgelessMode ON. Looks like some turbo modules issue.
Environment
Azure
iOS
react-native
Version:e.g. 0.74.1
react-native-app-auth
Version:e.g. 7.1.3
The text was updated successfully, but these errors were encountered: