0

I'm creating an app using react-native, the soft keyboard gets suppressed when there's a hardware keyboard connected. I need it to be shown. I'm essentially asking the same question as here:Show soft keyboard even though a hardware keyboard is connected but specifically for react native.

2 Answers2

0

You mean an external keyboard for your tablet? You can try to set the keyboard type to 'null'.

0

You can also try to add the onPress="blur()" prop in your Input/TextInput