Reputation: 531
Please how can I achieve this with an input field in react native
Upvotes: 0
Views: 209
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