-
-
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
not working with react native 0.69.0-rc.6 for react-native-reanimated 3.0.0-rc.0 on android #3305
Comments
Hey! 👋 It looks like you've omitted a few important sections from the issue template. Please complete Snack or minimal code example section. |
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snippet of code, a snack or a link to a GitHub repository that reproduces the problem? |
i meet the same question like the first message, when i upgrade with react-native, it can't work as i want. |
but i don't know how to fix it in the build.gradle |
i fixed it by change the "//.arr" to "react-native///.aar" in the file: android/build.gradle |
because the findTree.singleFile is a single file choose, but can't find the path when the rn upgrade |
I don't think the latest stable version
|
@drante i tried with version 3.0.0-rc.0, still does not work with 0.69.0 on android. |
Do you get the same errors? |
@drante i got the same error. as @cmdparkour mentioned above, the error is with react-native-reanimated android/build.gradle, need to |
Ok, first of all, if you want to use RN 0.69, use reanimated About the error from the issue:
So if you're using an alpha version, the rnMinorVersion is 0, the regex is set to @sagark1510 your issue is unrelated to this one and will be fixed with this pr: #3314 |
I'm getting the same error as you (using reanimated ^3.0.0-rc.0 and RN 0.69.3). Did you find a solution to this issue @sagark1510 ? |
Description
try react native 0.69.0-rc.6. throw an error with react-native-reanimated 3.0.0-rc.0 on android.
error:
my complete dependencies:
Expected behavior
should be able run with react nativev 0.69.0
Actual behavior & steps to reproduce
Snack or minimal code example
Package versions
Affected platforms
The text was updated successfully, but these errors were encountered: