From bb7e98cbbe2608f49a8e50dd82175a7d6ae9e921 Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Fri, 11 Nov 2016 12:01:31 -0800 Subject: [PATCH] use latest rn version --- .gitignore | 2 ++ examples/ReactExample/package.json | 4 ++-- tests/react-test-app/package.json | 5 ++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b8c72c30..fccadf5b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ # core core core-* +sync +sync-* # sh build.sh config /Realm/config.mk diff --git a/examples/ReactExample/package.json b/examples/ReactExample/package.json index 5e4829c6..76a04539 100644 --- a/examples/ReactExample/package.json +++ b/examples/ReactExample/package.json @@ -6,8 +6,8 @@ "start": "react-native start" }, "dependencies": { - "react": "~15.2.0", - "react-native": "^0.31.0", + "react": "15.3.2", + "react-native": "^0.37.0", "realm": "file:../.." } } diff --git a/tests/react-test-app/package.json b/tests/react-test-app/package.json index 021d5add..10e94d1e 100644 --- a/tests/react-test-app/package.json +++ b/tests/react-test-app/package.json @@ -6,9 +6,8 @@ "start": "react-native start" }, "dependencies": { - "react": "~15.3.1", - "react-native": "^0.36.0", - "react-native-fs": "^1.1.0", + "react": "15.3.2", + "react-native": "^0.37.0", "realm": "file:../..", "realm-tests": "file:../js", "xmlbuilder": "^4.2.1"