react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

Library does not work with React Native version 0.76.0

Open cagataykapuagasi opened this issue 1 year ago • 0 comments

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

  1. Install react-native-ui-lib in a React Native project with version 0.76.0.
  2. Import a component from react-native-ui-lib in your code.
  3. Attempt to render the component.
  4. 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

Screenshots/Video

image

cagataykapuagasi avatar Oct 23 '24 23:10 cagataykapuagasi