xamous / react-native-smooth-pincode-input

A cross-platform, smooth, lightweight, customizable PIN code input component for React Native.
MIT License
397 stars 137 forks source link

Added keyboardAppearance param. #34

Closed rickysullivan closed 5 years ago

rickysullivan commented 5 years ago

Fixes #29

nocksapp commented 5 years ago

You can simple use #24 for this. Don't think all the different props for TextInput should be added manually.

rickysullivan commented 5 years ago

Oh right, didn't see this. I had this on my mind for sometime. Makes a few other props redundant don't you think?

nocksapp commented 5 years ago

Yeah it does. But for backward compatible reasons it's best to keep them I think.