Skip to content
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

Fix #790 order of parameters for register on iOS #804

Merged
merged 3 commits into from
Sep 6, 2023

Conversation

tudormarze
Copy link
Contributor

@tudormarze tudormarze commented Jan 19, 2023

Fixes #790 IOS Register method ::: Argument 7 (double) of RNAppAuth.register must not be null

Description

Unifies the order of parameters for register so they are the same in JS, iOS and Android. JS and Android had the same order so I assumed it's best to change in iOS.

Steps to verify

Was unable to verify with the current state of main as there are other errors

Could be tested by calling await register(registerConfig) on both iOS and Android and making sure there are no crashes

@tudormarze tudormarze changed the title Fix order of parameters for register on iOS Fix #790 order of parameters for register on iOS Jan 19, 2023
@ifandelse
Copy link

Bumping this to see if the plan is for it to be merged? I'm running into the same error referenced in #790.

@iAmAdamReid
Copy link

Bumping this again for visibility, still seeing the issue referenced in #790

Copy link
Member

@robwalkerco robwalkerco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@robwalkerco robwalkerco merged commit e4efb31 into FormidableLabs:main Sep 6, 2023
1 check passed
@github-actions github-actions bot mentioned this pull request Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IOS Register method ::: Argument 7 (double) of RNAppAuth.register must not be null
4 participants