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

Issues with upgrading [email protected]

Open renyufei8023 opened this issue 3 months ago • 5 comments

Description

After upgrading Reanimated 4.0, TabController cannot be used normally

Related to

  • [https://github.com/wix/react-native-ui-lib/tree/master/src/components/tabController ] Components
  • [ ] Demo
  • [ ] Docs
  • [ ] Typings

Screenshots/Video

Image

Environment

  • React Native version:0.81.4
  • React Native UI Lib version:7.46.0

Affected platforms

  • [x] Android
  • [x] iOS
  • [ ] Web

renyufei8023 avatar Sep 25 '25 01:09 renyufei8023

Currently, the react-native-ui-lib library supports React Native version 0.73. However, according to the react-native-reanimated documentation, Reanimated version 4 does not support React Native 0.73. You may need to downgrade react-native-reanimated

react-native-reanimated Compatibility Table https://docs.swmansion.com/react-native-reanimated/docs/guides/compatibility/

VihangaAW avatar Sep 25 '25 16:09 VihangaAW

Currently, the react-native-ui-lib library supports React Native version 0.73. However, according to the react-native-reanimated documentation, Reanimated version 4 does not support React Native 0.73. You may need to downgrade react-native-reanimated

react-native-reanimated Compatibility Table https://docs.swmansion.com/react-native-reanimated/docs/guides/compatibility/

@VihangaAW Because the React Native version of our project is currently 0.81.4, I would like to ask if there will be an upgrade in the future [email protected] What are we currently using [email protected] However, this version has bugs

renyufei8023 avatar Sep 26 '25 01:09 renyufei8023

@renyufei8023 I am sorry I am not a contributor of this project, so I am not aware of the timeline.

VihangaAW avatar Sep 29 '25 13:09 VihangaAW

Hello,

We have a version that supports new-arch (RN77), you can use the next tag for now. Please make sure to go over the v8 doc, it includes breaking changes and some known issues.

Please close this ticket if it solved your bug.

M-i-k-e-l avatar Oct 23 '25 11:10 M-i-k-e-l

Hello,

We have a version that supports new-arch (RN77), you can use the next tag for now. Please make sure to go over the v8 doc, it includes breaking changes and some known issues.

Please close this ticket if it solved your bug.

I have checked the package. json in v8 and found that the reactive native reenacted version is still 3.17.5. Additionally, the code in the tabcontroller has not changed in recent months, indicating that v8 is not compatible [email protected]

renyufei8023 avatar Oct 24 '25 08:10 renyufei8023