You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm encountering an issue: after returning from the GiftedChat screen, the keyboard no longer avoids the input fields in my app (on Android). This behavior only happens after visiting a screen that renders GiftedChat. Before that, Scrollview, react-native-keyboard-aware-scroll-view,... works fine throughout the app. Restarting the app restores normal keyboard behavior.
This issue only happens on Android. iOS works as expected.
Updated: I found that this problem also happens on Android devices when I wrap the whole app with KeyboardProvider of react-native-keyboard-controller.