Open VasquezSRE opened 5 years ago
same here
I had the same issue and eventually rewrote the library. Maybe this is also a solution for others, see https://github.com/rodw1995/react-native-pincode-input-component
@VasquezLab
Thanks for reporting and you can also use better implementation with better maintainability: https://github.com/retyui/react-native-confirmation-code-field
Hello,
I am using the component and I got a warning when using a decrepit component.
My installation has the following versions of react
"react": "16.8.6", "react-native": "0.60.4", "react-native-animatable": "^1.3.2",
And the message is as follows
ReactNativeJS ▶︎ Warning: componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead. │ │ Please update the following components: withAnimatable(View) │ │ Learn more about this warning here: └ https://fb.me/react-async-component-lifecycle-hooks