From 6074eeb3d6d314f438922e0ea3819d3f64258e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Thu, 25 Aug 2016 20:48:47 +0200 Subject: [PATCH] prep for RN 0.31 --- README.md | 4 ++-- RNGL.podspec | 4 ++-- android/RNGL.iml | 2 +- example/android/app/app.iml | 31 +++++++++++++++++-------------- example/package.json | 4 ++-- 5 files changed, 24 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index cdcf6f8..98877b3 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.30.x-05F561.svg) ![](https://img.shields.io/badge/gl--react-%202.2.x-05F561.svg) +# icon gl-react-native ![](https://img.shields.io/badge/react--native-%200.31.x-05F561.svg) ![](https://img.shields.io/badge/gl--react-%202.2.x-05F561.svg) OpenGL bindings for React Native to implement complex effects over images and components, in the descriptive VDOM paradigm. @@ -41,7 +41,7 @@ project(':RNGL').projectDir = file('../node_modules/gl-react-native/android') ```gradle compile project(':RNGL') ``` -3. in your `MainActivity` (or equivalent) the RNGLPackage needs to be added. Add the import at the top: +3. in your `MainApplication` (or equivalent) the RNGLPackage needs to be added. Add the import at the top: ```java import com.projectseptember.RNGL.RNGLPackage; ``` diff --git a/RNGL.podspec b/RNGL.podspec index be5026c..c3d8132 100644 --- a/RNGL.podspec +++ b/RNGL.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "RNGL" - s.version = "2.30.0" + s.version = "2.31.0" s.author = "Project September" s.summary = "OpenGL bindings for React Native to implement complex effects over images and components" s.homepage = "https://github.com/ProjectSeptemberInc/gl-react-native" s.platform = :ios, "8.0" - s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git", :tag => "v2.30.0" } + s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git", :tag => "v2.31.0" } s.source_files = "ios/*.{h,m}" s.license = "MIT" diff --git a/android/RNGL.iml b/android/RNGL.iml index 08ee213..ee194a3 100644 --- a/android/RNGL.iml +++ b/android/RNGL.iml @@ -115,8 +115,8 @@ - + diff --git a/example/android/app/app.iml b/example/android/app/app.iml index a35a59d..1a8e9ed 100644 --- a/example/android/app/app.iml +++ b/example/android/app/app.iml @@ -64,14 +64,6 @@ - - - - - - - - @@ -80,6 +72,14 @@ + + + + + + + + @@ -95,7 +95,8 @@ - + + @@ -105,6 +106,7 @@ + @@ -117,23 +119,24 @@ + - + - - + + + - - + diff --git a/example/package.json b/example/package.json index 6e2851d..181866c 100644 --- a/example/package.json +++ b/example/package.json @@ -11,8 +11,8 @@ "gl-react-blur": "^1.3.0", "gl-react-native": "file:..", "glsl-transitions": "^2016.2.15", - "react": "15.2.0", - "react-native": "0.30.0", + "react": "15.2.1", + "react-native": "0.31.0", "react-native-fs": "1.5.1", "react-native-material-kit": "PyYoshi/react-native-material-kit#rn-0.25.1", "seedrandom": "gre/seedrandom#released" -- 2.26.2