-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
RN 0.74.0: error: cannot find symbol super.replaceExistingNonRootView #5927
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
I'm having the same issue. |
facing same issue. |
Use rc release: "react-native-reanimated": "^3.9.0-rc.1" |
Would you know when will v 3.9.0 be released? |
same issue |
same issue ebug UP-TO-DATE
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor C:\Users\Dell WorkStation\Desktop\mohammed\Algeria\node_modules\react-native-reanimated\android\src\reactNativeVersionPatch\ReanimatedUIManager\latest\com\swmansion\reanimated\layoutReanimation\ReanimatedUIManager.java:103: error: cannot find symbol FAILURE: Build failed with an exception.
BUILD FAILED in 9s |
I got the same issue |
From what I've gathered, replaceExistingNonRootView(int,int) & removeSubviewsFromContainerWithID(int containerTag) do not exist on the current parent/super class which is why the error is being thrown. Since I'm only using reanimated as a dependency of I'm not sure how this workaround will affect other use-use cases.
|
Facing the same issue. |
Thx manish-cashify |
@tapz Thanks for opening this issue and everyone else for your comments. For React Native 0.74 support, you'll need to upgrade to Reanimated 3.10.0 or newer. |
This comment was marked as spam.
This comment was marked as spam.
where did you find this table? is it useable for other deps? |
@coofzilla The compatibility table is in the Reanimated docs: https://docs.swmansion.com/react-native-reanimated/docs/guides/compatibility/ |
Description
Android build fails with RN 0.74.0.
Steps to reproduce
Snack or a link to a repository
https://github.com/software-mansion/react-native-reanimated
Reanimated version
3.8.1
React Native version
0.74.0
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Paper (Old Architecture)
Build type
Debug app & dev bundle
Device
Real device
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: