Gaëtan Kueny
Gaëtan Kueny
Hi @Toshihiro2010 , I'm aware of this issue, I will try to fix this as soon as possible.
Hi ! Thanks for your comments ! - "Delete on android doesn't work, It does on iOS" => Should be fixed with [react-native 0.53](https://github.com/facebook/react-native/releases/tag/v0.53.0) - for your other remarks, I...
Hello @hadare1 , This should be fixed in V0.5.0 : https://github.com/gkueny/react-native-pin-code/releases/tag/v0.5.0 Which version do you use ?
I will check your issue as soon as possible :) Can you give me : - IOS version - An exemple of how you use `PinCode` component
@hadare1 can you try with master branch ? ``` "react-native-pin-code": "git+ssh://[email protected]/gkueny/react-native-pin-code.git" ```
maybe : `npm i gkueny/react-native-pin-code#master --save`
Okey, I publish a beta version, this should work : `npm i react-native-pin-code@beta`
mmmmh no idea for now, Your case is supposed to be supported (see https://github.com/gkueny/react-native-pin-code/issues/12) I'll try again to reproduce , but I didn't succeed today 😞
Ok, I have reproduced 😄
Ok, I've find the issue. For now it's impossible to use `react-native-pin-code` and oneTimeCode. I have to rewrite my component. I think to be able to find a solution in...