tttstudios / react-native-otp-input

Tiny Javascript library which provides an elegant UI for user to input one time passcode.
MIT License
530 stars 239 forks source link

codeInputFieldStyle prop type #80

Open deepakkumardk opened 4 years ago

deepakkumardk commented 4 years ago

Is your feature request related to a problem? Please describe. codeInputFieldStyle should be of type StyleProp instead of just TextStyle. It will be more helpful for better theming support.

eric-dao37 commented 4 years ago

Hi @deepakkumardk

Thank you for your suggestion!