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
[x] Components
[ ] Demo
[ ] Docs
[ ] Typings
Steps to reproduce
Clone the app
Change to the project directory and run npm to install dependencies
Run npx pod-install to fetch and install pod packages and dependencies
Run npx react-native start --reset-cache to start the application
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