From b68d9a315d3b0151de004b2db74839614a0378e3 Mon Sep 17 00:00:00 2001 From: Nabil Hachicha Date: Mon, 11 Jan 2016 11:25:35 +0000 Subject: [PATCH] fixing conf path --- react-native/android/app/src/main/jni/react-native | 2 +- tests/react-test-app/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native/android/app/src/main/jni/react-native b/react-native/android/app/src/main/jni/react-native index 77b89eab..c2fb95e0 120000 --- a/react-native/android/app/src/main/jni/react-native +++ b/react-native/android/app/src/main/jni/react-native @@ -1 +1 @@ -../../../../../../../../react-native \ No newline at end of file +../../../../../../../react-native \ No newline at end of file diff --git a/tests/react-test-app/package.json b/tests/react-test-app/package.json index ac5bd0d9..bfe5cbb0 100644 --- a/tests/react-test-app/package.json +++ b/tests/react-test-app/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react-native": "^0.16.0", - "realm": "file:../..", + "realm": "file:../../lib", "realm-tests": "file:../lib" } }