Skip to content Skip to sidebar Skip to footer

React Native: Handling Multiple Numeric Inputs

I am in the process of building a matrix of numeric text inputs, and have had a lot of trouble since the numeric keyboard doesn't have a Return or Next button. In addition, the num

Solution 1:

For handling next and done in keyboard, you can use react-native-smart-scroll-view. It's a scrollView for working with textInputs.


Post a Comment for "React Native: Handling Multiple Numeric Inputs"