Kristine de Vries

Results 21 comments of Kristine de Vries

@asphyxiar were you able to find a way to fix this? I got the same error after updating from version `5.0.1` to `7.4.0`. RN version`0.63.2` and `@react-native-community/push-notification-ios` `1.4.0` It looks...

@thanglyphan I don't this it is possible with this package. I am using a fork of this outdated package https://www.npmjs.com/package/react-native-passcode-auth to authenticate with Passcode as a fallback for failed FaceID/TouchID...

When will this be merged? This would be a great addition to the library.

@pawankhadpe and @shubhamverma27 is this implementation working? I am also interested in passcode as a fallback when Touch/Face ID authentication fails.

Any answer to this? Struggling with the same quetsion now

Well, thanks for the answer anyway :)

In my case this happens on ios: ``` componentDidMount(){ this.player = new Player(fileName, { autoDestroy: false }).prepare(err => { if (err) { console.log('error with preparing Player', err); } }); }...

Thank you @sbeca! I still do not know what actually caused my problem, because I checked and the file did exist, but for some reason everything is working now as...

Hey, after upgrading to `v.5.0.0` I am experiencing the same error as above when calling `Purchases.purchaseProduct()` In the logs I see the following: ``` 2022-08-30 16:30:13.932667+0200 MY_TEST_APP[11386:1015907] [Purchases] - DEBUG:...

Indeed, in my case I find it very annoying that I cannot pass a prop to disable the autoCorrect functionality on the TextInput