halilb / react-native-textinput-effects

Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.
MIT License
2.98k stars 291 forks source link

Version bump to fix propTypes issue #59

Closed guilhermepontes closed 6 years ago

guilhermepontes commented 7 years ago

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.

THPubs commented 6 years ago

With the new React 16.0.0 this package breaks.

joelcdoyle commented 6 years ago

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.

halilb commented 6 years ago

I pushed version 0.4.1 to npm. Could you confirm if it fixes the problem @guilhermepontes @THPubs @joelcdoyle?

RyszardRzepa commented 6 years ago

"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.

halilb commented 6 years ago

I published version 0.4.2 and can confirm it's working with react-native version 0.50.0.