From 4c0c16973311715477aa887e2ee3e171293f5a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Tue, 19 Apr 2016 09:36:09 +0200 Subject: [PATCH] dep on RN "*" --- example/.flowconfig | 2 +- example/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/.flowconfig b/example/.flowconfig index d62b9bc..cbd0785 100644 --- a/example/.flowconfig +++ b/example/.flowconfig @@ -62,4 +62,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-1]\\|1[0-9]\\|[0-9 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy [version] -0.22.0 +0.24.0 diff --git a/example/package.json b/example/package.json index 1fdcf17..593706b 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "gl-react-native": "file:..", "glsl-transitions": "^2016.2.15", "react": "^0.14.7", - "react-native": "^0.22.0", + "react-native": "^0.24.0", "react-native-fs": "^1.2.0", "react-native-material-kit": "^0.3.0", "react-transform-hmr": "^1.0.2", diff --git a/package.json b/package.json index 9a7e412..e1d7543 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": "Project September ", "license": "MIT", "peerDependencies": { - "react-native": "^0.22.0", + "react-native": "*", "gl-react": "^2.2.0" }, "dependencies": { -- 2.26.2