react-native icon indicating copy to clipboard operation
react-native copied to clipboard

KeyboardAvoidingView hides view instead of showing them when we change Gboard to emoji board to choose emoji in android

Open getsettalk opened this issue 3 years ago • 0 comments

Description

my phone in realme ( Android -10)

we have created app for chat with user. in their i have use a TextInput of multiLine , to send Message to user, when focused That TextInput Than Keyboard is working fine , but when we change Keyboard to select emoji (which is in built in Gboard) than automatic TextInput Wrapped inside Keyboard mean hide behind the keyboard

I have tryed touse KeyboardAvoidingView but that is not working fine.

Version

letest 2022

Output of npx react-native info

System: OS: Windows 10 10.0.18362 CPU: (2) x64 Intel(R) Core(TM)2 Duo CPU T6400 @ 2.00GHz Memory: 595.87 MB / 3.91 GB Binaries: Node: 16.14.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.19 - ~\AppData\Roaming\npm\yarn.CMD npm: 8.10.0 - C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: API Levels: 23, 25, 26, 27, 28, 29, 30, 31 Build Tools: 23.0.1, 25.0.2, 26.0.1, 26.0.2, 26.0.3, 27.0.3, 28.0.3, 29.0.0, 29.0.2, 29.0.3, 30.0.2, 30.0.3, 31.0.0 Android NDK: Not Found Windows SDK: Not Found IDEs: Android Studio: Not Found Visual Studio: Not Found Languages: Java: 11.0.16 npmPackages: @react-native-community/cli: Not Found react: 18.1.0 => 18.1.0 react-native: 0.70.4 => 0.70.4 react-native-windows: Not Found npmGlobalPackages: react-native: Not Found

Steps to reproduce

image

Snack, code example, screenshot, or link to a repository

image

getsettalk avatar Nov 05 '22 09:11 getsettalk