Remove keyboard in Reactnative application (Data Collector)

Asked

Viewed 23 times

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?

  • 2

    have tried? <TextInput showSoftInputOnFocus={false} />

  • 1

    It worked. Thank you

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.