In native code (java) I can create TextInput with handle onKeyPreIme for force keyboard do not hide after Back press like this
Textinput (React Native - Android) - Support onKeyPreIme
Does TextInput support onKeyPreIme ?
Expected Behavior
Expect keyboard do not hide after Back press. (In native code I can do with onKeyPreIme)
Actual Behavior
Keyboard hide after Back press.
Environment
Environment:
OS: macOS High Sierra 10.13.2
Node: 8.9.3
Yarn: 1.3.2
npm: 5.5.1
Watchman: 4.9.1
Xcode: Xcode 9.3 Build version 9E145
Android Studio: 3.1 AI-173.4697961
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.3 => 0.55.3
In native code (java) I can create TextInput with handle
onKeyPreImefor force keyboard do not hide after Back press like thisTextinput (React Native - Android) - Support onKeyPreIme
Does TextInput support
onKeyPreIme?Expected Behavior
Expect keyboard do not hide after Back press. (In native code I can do with
onKeyPreIme)Actual Behavior
Keyboard hide after Back press.
Environment
Environment:
OS: macOS High Sierra 10.13.2
Node: 8.9.3
Yarn: 1.3.2
npm: 5.5.1
Watchman: 4.9.1
Xcode: Xcode 9.3 Build version 9E145
Android Studio: 3.1 AI-173.4697961
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.3 => 0.55.3