1
Hello!
I’m developing an app in React-On for a data collector (android), but since the screen is small and it already has a physical keyboard, the client is asking me to remove the virtual keyboard when clicking an input and I’m not getting it.
I tried to use the keyboard.dismiss()
, but it takes out the Focus from the field. This removal is possible?
have tried?
<TextInput showSoftInputOnFocus={false} />
– Marconi
It worked. Thank you
– Saulo Tavares