Closed
Description
I have a form with some TextInputs, someone of the are number-pad.
How can I show next button with number-pad keyboard?
DONE button works fine.
<TextInput keyboardType="number-pad" returnKeyType={ 'done' } />
NEXT button is not visible.
<TextInput keyboardType="number-pad" returnKeyType={ 'next' } />