Commit 6adee3e7 authored by yogevbd's avatar yogevbd

Fix build

parent e1d0c809
......@@ -5,7 +5,7 @@ apply from: '../prepare-robolectric.gradle'
String resolveFlavor() {
def packageSlurper = new JsonSlurper()
def reactNativePackageJson = packageSlurper.parse file('../../node_modules/react-native/package.json')
def reactNativePackageJson = packageSlurper.parse file('../../../node_modules/react-native/package.json')
def reactNativeVersion = reactNativePackageJson.version
List versionComponents = reactNativeVersion.tokenize('.')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment