Documentation missing for V1 to V2 migration #1945
KishoreBarik
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While trying v1 to v2 migration, the android build was failing in preBuild step. As it couldn't find
node_modules/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/transitions/
. When I checked this folder was not present indeed. After reinstalling react-native-reanimated few times. Still the issue persisted. After conforming from https://unpkg.com/browse/[email protected]/android/src/main/java/com/swmansion/reanimated/ I was sure those file don't belong to V2 anymore. So removed below code from app/build.gradle filepreBuild.doFirst
section, then android build was successful.Beta Was this translation helpful? Give feedback.
All reactions