Cannot read property 'KeyboardTrackingScrollBehaviorNone' of null - NativeModules #3048
Open
2 of 7 tasks
Labels
bug
a bug in one of the components
Description
I'm launching my App with the use of "react-native-ui-lib": "~5.22.0" and getting the following exception on launch:
The application throws a TypeError when attempting to access the 'KeyboardTrackingScrollBehaviorNone' property, indicating that the object being referenced is null at the time of property access. This issue occurs when using the Hermes JavaScript engine in a React Native application, potentially during keyboard events or when modifying scroll behaviors.
Related to
Steps to reproduce
npm
to install dependenciesnpx pod-install
to fetch and install pod packages and dependenciesnpx react-native start --reset-cache
to start the applicationExpected behavior
The application should start without crashing
Actual behavior
An error is thrown, and the app crashes.
Affected platforms
The text was updated successfully, but these errors were encountered: