Issues with upgrading [email protected]
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
Environment
- React Native version:0.81.4
- React Native UI Lib version:7.46.0
Affected platforms
- [x] Android
- [x] iOS
- [ ] Web
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/
Currently, the
react-native-ui-liblibrary supports React Native version0.73. However, according to thereact-native-reanimateddocumentation, Reanimated version 4 does not support React Native 0.73. You may need to downgradereact-native-reanimated
react-native-reanimatedCompatibility 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 I am sorry I am not a contributor of this project, so I am not aware of the timeline.
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.
Hello,
We have a version that supports new-arch (RN77), you can use the
nexttag 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]