Closed guilhermepontes closed 7 years ago
With the new React 16.0.0
this package breaks.
Warning: PropTypes has been moved to a separate package. Accessing React.PropTypes is no longer supported and will be removed completely in React 16. Use the prop-types package on npm instead.
BaseInput
and Kaede
are included in stack trace.
I pushed version 0.4.1
to npm. Could you confirm if it fixes the problem @guilhermepontes @THPubs @joelcdoyle?
"react-native-textinput-effects": "^0.4.1", version still has warning about View.propTypes.style. In new React 16.beta.5, the app will crash.
I published version 0.4.2
and can confirm it's working with react-native version 0.50.0
.
Hello @halilb, nice work here! Can create a new release (
0.4.1
) so we can have the fix for the propTypes error?Thank you.