Skip to content

Commit 3898319

Browse files
nielsdB97christopherdro
authored andcommitted
Use the react-native version of the project (#84)
Instead of specifying a RN version ourselves, we should inherit it from the project. This fixes building on the latest version of RN.
1 parent 97a774f commit 3898319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ android {
1616
}
1717

1818
dependencies {
19-
compile 'com.facebook.react:react-native:0.20.+'
19+
implementation "com.facebook.react:react-native:+" // From node_modules
2020
}

0 commit comments

Comments
 (0)