From 9b8cd7b620d128e53bb928f955f815ffdfd2076f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Tue, 16 Feb 2016 23:06:32 +0100 Subject: [PATCH] RN 0.20.0 :) --- README.md | 2 +- android/RNGL.iml | 4 ++-- android/build.gradle | 2 +- example/android/app/app.iml | 6 +++--- example/android/app/build.gradle | 2 +- example/package.json | 2 +- example/src/Hearts/index.js | 2 +- package.json | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a28382a..d7d4fcc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **[Gitbook documentation](http://projectseptemberinc.gitbooks.io/gl-react/content/) / [Github](https://github.com/ProjectSeptemberInc/gl-react-native/) / [gl-react](https://github.com/ProjectSeptemberInc/gl-react/)** / [#gl-react on reactiflux](https://discordapp.com/channels/102860784329052160/106102146109325312) -# icon gl-react-native ![](https://img.shields.io/badge/react--native-%200.19.x-05F561.svg) ![](https://img.shields.io/badge/gl--react-%202.1.x-05F561.svg) +# icon gl-react-native ![](https://img.shields.io/badge/react--native-%200.20.x-05F561.svg) ![](https://img.shields.io/badge/gl--react-%202.1.x-05F561.svg) OpenGL bindings for React Native to implement complex effects over images and components, in the descriptive VDOM paradigm. diff --git a/android/RNGL.iml b/android/RNGL.iml index a7e236e..f7935fe 100644 --- a/android/RNGL.iml +++ b/android/RNGL.iml @@ -85,9 +85,8 @@ - - + @@ -99,6 +98,7 @@ + diff --git a/android/build.gradle b/android/build.gradle index a487004..b30cdbc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -30,5 +30,5 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:0.19.+' + compile 'com.facebook.react:react-native:0.20.+' } diff --git a/example/android/app/app.iml b/example/android/app/app.iml index 5e01fe2..d5e5c37 100644 --- a/example/android/app/app.iml +++ b/example/android/app/app.iml @@ -77,7 +77,7 @@ - + @@ -96,9 +96,8 @@ - - + @@ -110,6 +109,7 @@ + diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 6421b8f..cd8bb85 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -120,7 +120,7 @@ android { dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" - compile "com.facebook.react:react-native:0.19.+" + compile "com.facebook.react:react-native:0.20.+" compile project(":RNMaterialKit") compile project(":RNGL") diff --git a/example/package.json b/example/package.json index f67c9ec..780efe0 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.19.0", + "react-native": "^0.20.0", "react-native-fs": "^1.2.0", "react-native-material-kit": "^0.3.0", "react-transform-hmr": "^1.0.2", diff --git a/example/src/Hearts/index.js b/example/src/Hearts/index.js index f4ce09e..96a87a8 100644 --- a/example/src/Hearts/index.js +++ b/example/src/Hearts/index.js @@ -50,7 +50,7 @@ class Hearts extends Component { this.setState({ dataSource: dataSource.cloneWithRows(genRows(increment + dataSource.getRowCount())) }); - } + }; render () { return ( ", "license": "MIT", "peerDependencies": { - "react-native": "^0.19.0", + "react-native": "^0.20.0", "gl-react": "^2.1.0" }, "dependencies": { -- 2.26.2