Skip to content

[MOO-2320] : Biometric Authetication not working issue fix#531

Open
saurabhchavan1711 wants to merge 3 commits into
mainfrom
moo/MOO-2320-Biometric-authetication-issue-fix
Open

[MOO-2320] : Biometric Authetication not working issue fix#531
saurabhchavan1711 wants to merge 3 commits into
mainfrom
moo/MOO-2320-Biometric-authetication-issue-fix

Conversation

@saurabhchavan1711

@saurabhchavan1711 saurabhchavan1711 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Checklist

  • Contains unit tests ❌
  • Contains breaking changes ❌
  • Compatible with: MX 11
  • Did you update version and changelog? ✅ ❌
  • PR title properly formatted ([XX-000]: description)? ✅
  • Works in Android ✅
  • Works in iOS ✅
  • Works in Tablet ✅

Feature specific

  • Comply with designs ✅
  • Comply with PM's requirements ✅

This PR contains

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Other (describe)

What is the purpose of this PR?

This PR fixes the issue of biometric authetication not working on android and crashing on IOS.

@saurabhchavan1711 saurabhchavan1711 requested a review from a team as a code owner July 2, 2026 07:49
// Documentation https://github.com/sbaiahmed1/react-native-biometrics

return simplePrompt(reason ?? "")
return simplePrompt(reason ?? " ")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This should work, but does it make sense to use a meaningful default reason instead of an empty string? Using a blank string seems more likely to cause issues if Android or iOS decides to make that field mandatory in the future. Otherwise, we could make reason a required parameter for the action itself.

"name": "mobile-resources-native",
"moduleName": "Native Mobile Resources",
"version": "12.1.0",
"version": "12.1.1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This should be reverted. Version updates are necessary for widgets only, not for JS actions.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants