From 14056df16429d32888eeea81b7642ea39de4f382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Thu, 25 Aug 2016 20:28:08 +0200 Subject: [PATCH] Prepare for RN 0.30.0 --- README.md | 2 +- RNGL.podspec | 4 ++-- android/RNGL.iml | 1 - example/android/app/app.iml | 20 ++++++++++---------- example/package.json | 2 +- 5 files changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index ada9d03..cdcf6f8 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.29.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.30.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. diff --git a/RNGL.podspec b/RNGL.podspec index ea0b91f..be5026c 100644 --- a/RNGL.podspec +++ b/RNGL.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "RNGL" - s.version = "2.29.0" + s.version = "2.30.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.29.0" } + s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git", :tag => "v2.30.0" } s.source_files = "ios/*.{h,m}" s.license = "MIT" diff --git a/android/RNGL.iml b/android/RNGL.iml index 951aa33..08ee213 100644 --- a/android/RNGL.iml +++ b/android/RNGL.iml @@ -100,7 +100,6 @@ - diff --git a/example/android/app/app.iml b/example/android/app/app.iml index c72bb6d..a35a59d 100644 --- a/example/android/app/app.iml +++ b/example/android/app/app.iml @@ -64,14 +64,6 @@ - - - - - - - - @@ -80,6 +72,14 @@ + + + + + + + + @@ -95,7 +95,7 @@ - + @@ -123,7 +123,6 @@ - @@ -133,6 +132,7 @@ + diff --git a/example/package.json b/example/package.json index ed2bbc7..6e2851d 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "gl-react-native": "file:..", "glsl-transitions": "^2016.2.15", "react": "15.2.0", - "react-native": "0.29.2", + "react-native": "0.30.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