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.99k stars 293 forks source link

Passing editable={false} not working. #11

Closed dragfire closed 8 years ago

dragfire commented 8 years ago

editable={false} prop is not working in any of the inputs.

halilb commented 8 years ago

Thanks for reporting @dragfire.

I believe this was a react-native related problem and fixed recently. I tested the editable prop and it's working as expected on both iOS and android with react-native 0.36.1.

I'm closing the issue but feel free to re-open if you still experience with newer react-native versions.