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

<Sae /> throws error #60

Closed devhyunjae closed 6 years ago

devhyunjae commented 7 years ago
<View>
          <Kaede />
          <Hoshi />
          <Jiro />
          <Isao />
          <Madoka />
          <Akira />
          <Sae />
</View>

until Akira works fine, but Sae shows this error

screen shot 2017-09-07 at 11 51 47 am
adrianveracom commented 6 years ago

This is still happening. Basically Sae is broken for me too.

nertilzhuri commented 6 years ago

I had the same error, it appears that Sae does not work without icons, so if you add: iconClass={FontAwesomeIcon} iconName={'pencil'} iconColor={'white'} it will work as it is intended.

halilb commented 6 years ago

@nertilzhuri is right. Sae needs iconClass prop to work.