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

ExceptionsManager.js:126 Warning: Failed prop type: The prop `iconClass` is marked as required in `Sae`, but its value is `undefined`. #115

Closed andyliuzs closed 4 years ago

andyliuzs commented 4 years ago

ExceptionsManager.js:126 Warning: Failed prop type: The prop iconClass is marked as required in Sae, but its value is undefined.

halilb commented 4 years ago

Sounds like you are not passing iconClass prop but it's required for that. Could you post your full code?