Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library does not work with React Native version 0.76.0 #3320

Open
2 of 7 tasks
cagataykapuagasi opened this issue Oct 23, 2024 · 6 comments · May be fixed by #3329
Open
2 of 7 tasks

Library does not work with React Native version 0.76.0 #3320

cagataykapuagasi opened this issue Oct 23, 2024 · 6 comments · May be fixed by #3329
Labels
bug a bug in one of the components

Comments

@cagataykapuagasi
Copy link

cagataykapuagasi commented Oct 23, 2024

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

  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
  • iOS
  • Web

Screenshots/Video

image

@cagataykapuagasi cagataykapuagasi added the bug a bug in one of the components label Oct 23, 2024
@cagataykapuagasi cagataykapuagasi changed the title Library does not work with React Native version 0.76.0. Library does not work with React Native version 0.76.0 Oct 23, 2024
@Lemon-Hero
Copy link

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

@cagataykapuagasi
Copy link
Author

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

@sivantha96
Copy link

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

@brycelund
Copy link

This library is completely unusable currently for apps running Fabric

@brycelund
Copy link

@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"

@fjmorant
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in one of the components
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants