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

Hideo input not showing left icon #63

Closed Najeeb-Idrees closed 6 years ago

Najeeb-Idrees commented 6 years ago

<Hideo iconClass={FontAwesomeIcon} iconName={'envelope'} iconColor={'white'} // this is used as backgroundColor of icon container view. iconBackgroundColor={'#f2a59d'} inputStyle={{ color: '#464949' }} />

but iconName not shwing any icons

P.S i have already installed react-native-vector-icons

Najeeb-Idrees commented 6 years ago

I have just following thread https://github.com/oblador/react-native-vector-icons/issues/449

and issue has been resolved!