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

Style individual pin #107

Open Bohdan-Sydor opened 3 years ago

Bohdan-Sydor commented 3 years ago

I have a use case which uses rounded corners. image

In order to achieve this, I need to specify different style for first and last pins.

Solution to this would be allowing passing array of style objects instead of single style.