🐛App Crashes with "ReanimatedCommitMarker: assertion failed" in Official Example on Android Using React Native New Architecture #394
Labels
🤖 android
Android specific
📚 components
Anything related to the exported components of this library
🎯 crash
Library triggers a crash of the app
🏭 fabric
Changes specific to new (fabric/jsi) architecture
KeyboardAwareScrollView 📜
Anything related to KeyboardAwareScrollView component
Environment
Description
While running the official example provided by the
react-native-keyboard-controller
library on an Android emulator configured with React Native's New Architecture, I encountered an app crash. The issue occurs when interacting with theKeyboardAwareScrollView
and clicking on the bottom input field. This action leads to an immediate crash with the following error message:Steps to Reproduce
react-native-keyboard-controller
GitHub repository.KeyboardAwareScrollView
component example.Expected Behavior
Upon clicking the bottom TextInput, the keyboard should appear normally, and the clicked TextInput should smoothly slide up, ensuring it is not obscured by the keyboard. This would allow for a seamless interaction with the keyboard functionality within the app.
Actual Behavior
Upon attempting to interact with the bottom input field within
KeyboardAwareScrollView
, the app crashes immediately, displaying the error mentioned above.The text was updated successfully, but these errors were encountered: