Skip to content

Commit 109011e

Browse files
committed
Rename variable
1 parent a39a698 commit 109011e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ def resolveReactNativeDirectory() {
4242
return reactNativeFromProjectNodeModules
4343
}
4444

45-
def reactNativeFromNodeModulesWithReanimated = file("${projectDir}/../../react-native")
46-
if (reactNativeFromNodeModulesWithReanimated.exists()) {
47-
return reactNativeFromNodeModulesWithReanimated
45+
def reactNativeFromNodeModulesWithAsyncStorage = file("${projectDir}/../../react-native")
46+
if (reactNativeFromNodeModulesWithAsyncStorage.exists()) {
47+
return reactNativeFromNodeModulesWithAsyncStorage
4848
}
4949

5050
throw new Exception(

0 commit comments

Comments
 (0)