wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.56k stars 713 forks source link

Library does not work with React Native version 0.76.0 #3320

Open cagataykapuagasi opened 2 weeks ago

cagataykapuagasi commented 2 weeks ago

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

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

Affected platforms

Screenshots/Video

image

Lemon-Hero commented 1 week ago

I am very anxious about this because my project is not progressing

cagataykapuagasi commented 1 week ago

it's not about the #3329. It's about the bridge and new arc. None of the components are working.

sivantha96 commented 1 week ago

I was able to get the project up and running with fabric with #3329 fixes