Open eros-piccioni opened 1 year ago
When promptMessage is an empty string the a react-native 0.72.4 app crashes on iOS 17 on simulators and freezes on a physical device.
const result = await this.rnBiometrics.simplePrompt({promptMessage: ''})
The exception even if the code is surrounded in a try catch is not caught. On android devices is caught correctly.
I dont know, but in iOS this is the error we get
The localised reason must be provided ...
When promptMessage is an empty string the a react-native 0.72.4 app crashes on iOS 17 on simulators and freezes on a physical device.
The exception even if the code is surrounded in a try catch is not caught. On android devices is caught correctly.