tttstudios / react-native-otp-input

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

Customise textinput container view #119

Open vinaynarayankutty opened 3 years ago

vinaynarayankutty commented 3 years ago

Is your feature request related to a problem? Please describe. If I'm using this plugin I can't customise the textinput fields. The only customisation possible is the to change the style of fields , adding colour etc. What if I wanted to add a vertical line after each textinput field? It is not possible as of now.

Describe the solution you'd like I would like to include an option pass custom component as props.

Describe alternatives you've considered I've checked various other otp auto detect plugins but this is the only plugin that supports both android and ios platform.

Additional context Add any other context or screenshots about the feature request here.