Skip to content

Commit

Permalink
fix(android): build error on monorepo (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Apr 10, 2024
1 parent b26f62c commit 827305b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def resolveReactNativeDirectory() {
return reactNativeFromProjectNodeModules
}

def reactNativeFromNodeModulesWithPicker = file("${projectDir}/../../react-native")
def reactNativeFromNodeModulesWithPicker = file("${projectDir}/../../../react-native")
if (reactNativeFromNodeModulesWithPicker.exists()) {
return reactNativeFromNodeModulesWithPicker
}
Expand Down

0 comments on commit 827305b

Please sign in to comment.