react-native-autofocus icon indicating copy to clipboard operation
react-native-autofocus copied to clipboard

Autofocus the next input field on enter in React Native

Results 4 react-native-autofocus issues
Sort by recently updated
recently updated
newest added

Great package! I am having a funky issue where the TextInput component loses the returnKey so I can't hit 'enter' when I finish typing a number so that the focus...

now, the module can be used with elements other than text input too, also there's no need to import text input from this module anymore

I narrowed this crash in a production iOS app down to this library. I believe it has to do with the implementation of `Input` instead of using a `TextInput` though...