Closed
Description
Description
The react-native-ui-lib
library does not work as expected with React Native version 0.76.0. (New arch enabled by default)
Related to
- Components
- Demo
- Docs
- Typings
Steps to reproduce
- Install
react-native-ui-lib
in a React Native project with version 0.76.0. - Import a component from
react-native-ui-lib
in your code. - Attempt to render the component.
- Observe that the component does not render or throws an error.
Expected behavior
The component from react-native-ui-lib
should render correctly without any errors.
Actual behavior
The component fails to render, and an error message is displayed indicating compatibility issues with React Native version 0.76.0.
More Info
Environment
- React Native version: 0.76.0
- React Native UI Lib version: 7.32.0
Affected platforms
- Android
- iOS
- Web