TextInputs' are not pressable in the KeyboardStickyView example after scroll. #457
Labels
🤖 android
Android specific
🏭 fabric
Changes specific to new (fabric/jsi) architecture
KeyboardStickyView 🩹
Anything related to KeyboardStickyView component
Describe the bug
In the AwareScrollViewStickyFooter example of the react-native-keyboard-cotroller, TextInput components become unresponsive after scrolling when using Fabric architecture on Android real devices. This issue also extends to other touchable components in my project.
Screen_Recording_20240530_172424_KeyboardControllerFabricExample.mp4
To Reproduce
Steps to reproduce the behavior:
4.Attempt to interact with any TextInput component
Expected behavior
TextInput components should remain responsive to user input regardless of scrolling
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
Using react-native-gesture-handler components restores responsiveness for all touchable components, including TextInputs. However, when a TextInput component from react-native-gesture-handler is used, touching it to input text prevents scrolling of the screen.
I also suspect this is a react-native-reanimated's bug.
The text was updated successfully, but these errors were encountered: