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

fix of error on web #132

Closed jcde closed 3 years ago

halilb commented 3 years ago

Thanks for the PR @jcde. Could you explain what's this PR is actually solving? Does it fix a problem happening on react-native-web?

jcde commented 3 years ago

yes, on react-native-web we see "TypeError: Cannot read property 'style' of undefined" because ViewPropTypes depreciated in the latest react-native

halilb commented 3 years ago

yes, on react-native-web we see "TypeError: Cannot read property 'style' of undefined" because ViewPropTypes depreciated in the latest react-native

Thank you @jcde! Just published version 0.6.2 with this patch.