We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39a698 commit 109011eCopy full SHA for 109011e
android/build.gradle
@@ -42,9 +42,9 @@ def resolveReactNativeDirectory() {
42
return reactNativeFromProjectNodeModules
43
}
44
45
- def reactNativeFromNodeModulesWithReanimated = file("${projectDir}/../../react-native")
46
- if (reactNativeFromNodeModulesWithReanimated.exists()) {
47
- return reactNativeFromNodeModulesWithReanimated
+ def reactNativeFromNodeModulesWithAsyncStorage = file("${projectDir}/../../react-native")
+ if (reactNativeFromNodeModulesWithAsyncStorage.exists()) {
+ return reactNativeFromNodeModulesWithAsyncStorage
48
49
50
throw new Exception(
0 commit comments