From 282ef5b2dd53b2977973c6b28de1f1e7511fe4e4 Mon Sep 17 00:00:00 2001 From: Horcrux Date: Fri, 22 Apr 2016 09:28:14 +0800 Subject: [PATCH] change exmaple react-native version --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 86d86fe6..deb93ca6 100644 --- a/Example/package.json +++ b/Example/package.json @@ -6,7 +6,7 @@ "start": "react-native start" }, "dependencies": { - "react-native": "^0.18.1", + "react-native": "^0.24.0", "react-native-svg": "../", "react-native-root-modal": "^1.0.3" }