ifeoluwa king
ifeoluwa king

Reputation: 531

Custom Input style in React Native

Please how can I achieve this with an input field in react native

enter image description here

Upvotes: 0

Views: 209

Answers (1)

Meysam Izadmehr
Meysam Izadmehr

Reputation: 3262

It's possible. Add a View with flexDirection: 'row' style. Then for each letter add a TextInput. There is a example here.

Upvotes: 1

Related Questions