react-native-ui-lib
react-native-ui-lib copied to clipboard
Library does not work with React Native version 0.76.0
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
- [x] Components
- [ ] Demo
- [ ] Docs
- [ ] Typings
Steps to reproduce
- Install
react-native-ui-libin a React Native project with version 0.76.0. - Import a component from
react-native-ui-libin 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
- [x] iOS
- [ ] Web