wix / react-native-ui-lib

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

Library does not work with React Native version 0.76.0 #3320

Open cagataykapuagasi opened 4 weeks ago

cagataykapuagasi commented 4 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 2 weeks ago

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

cagataykapuagasi commented 2 weeks ago

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

sivantha96 commented 2 weeks ago

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

brycelund commented 3 days ago

This library is completely unusable currently for apps running Fabric

brycelund commented 3 days ago

@sivantha96 This is a noob question, but how do you use your fork in the project? Adding this to my package.json and installing doesn't seem to work. "react-native-ui-lib": "github:sivantha96/react-native-ui-lib"