Please how can I achieve this with an input field in react native
1 Answer
It's possible. Add a View with flexDirection: 'row' style. Then for each letter add a TextInput. There is a example here.
It's possible. Add a View with flexDirection: 'row' style. Then for each letter add a TextInput. There is a example here.