When using react-native-keyboard-controller, the TextInput loses focus automatically while typing.
The keyboard dismisses or input gets blurred unexpectedly, making it impossible to type continuously.
Steps for regenerating the issue :-
- focus an input field
- keep app in background
- keep app in foreground .
- the feild looses focus and keyboard closes and button stucks in middle of screen.

When using react-native-keyboard-controller, the TextInput loses focus automatically while typing.
The keyboard dismisses or input gets blurred unexpectedly, making it impossible to type continuously.
Steps for regenerating the issue :-