-
Notifications
You must be signed in to change notification settings - Fork 205
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
handleResultEnterPin changed to handleResult #56
Comments
Hi, I don't know what you're talking about tbh. :) This is the index.tsx: The index.d.ts: And the index.js: I just tried it and I can't use Cheers, |
But what would you use this directly? Cheers, |
@Haskkor Hey Jeremy, I mean after update Im having issue with handling pin on my own, Im getting this error, and still didnt track sources for that, I checked code and thought that this could be reason And this issue wasn't a case in version 1.10.0, and Ill add that I dont want to use keychain with your component, just handle all on my own thats why Im overwriting handleResultEnterPin, finishProcess, storePin and onFail |
Hi :) If you use Cheers, |
@Haskkor Im not using storedPin as Im not storing pin, Im encrypting data and then trying to decrypt it with pin user inputted, if it fails I know that pin was incorrect otherwise all good. So I dont need to store pin at all |
Hi, Sorry for the misunderstanding :). Cheers, |
Hey, great job! Everything is working as expected |
Nothing in docs, and getting ts error while trying to pass handleResult (incorrect types I guess)
The text was updated successfully, but these errors were encountered: