ttdung11t2 / react-native-confirmation-code-input

A react-native component to input confirmation code for both Android and IOS
MIT License
411 stars 349 forks source link

Is there any approach to specify the backgroundColor only for single active cell? #36

Open 6axter82 opened 6 years ago

6axter82 commented 6 years ago

Hi, I would like to set the active cell's background colour. Didn't manage to.

Setting the onBlur and onFocus calls only onBlur. onFocus is not called at all. But still, after managing this and setting the colour, all the cells are coloured. I want it to be only for the active cell.

Any suggestions