Skip to content

Commit

Permalink
fix: remove android dependency on reanimated
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Jan 23, 2024
1 parent f38e9dc commit 1b11126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions package/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ lib/

# Skia headers
cpp/skia

# Expo example
exampleExpo
exampleExpo2
2 changes: 0 additions & 2 deletions package/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ dependencies {
implementation(project(":shopify_react-native-skia")) {
exclude group: "com.facebook.react", module: "react-native"
}
// TODO: not sure if this is still needed, now that we have the task dependency at the bottom?
implementation(project(":react-native-reanimated"))
}

// Resolves "LOCAL_SRC_FILES points to a missing file, Check that libfb.so exists or that its path is correct".
Expand Down

0 comments on commit 1b11126

Please sign in to comment.