Merge pull request #56 from ProjectSeptemberInc/2.18.0
2.18.0-rc
Showing
ios/CaptureConfig.h
0 → 100644
ios/CaptureConfig.m
0 → 100644
{ | { | ||
"name": "gl-react-native", | "name": "gl-react-native", | ||
"version": "2.17.8", | "version": "2.18.0-rc", | ||
"description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm", | "description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -19,15 +19,10 @@ | ... | @@ -19,15 +19,10 @@ |
"author": "Project September <tech@projectseptember.com>", | "author": "Project September <tech@projectseptember.com>", | ||
"license": "MIT", | "license": "MIT", | ||
"peerDependencies": { | "peerDependencies": { | ||
"react-native": ">= 0.17.0 <0.18.0", | "react-native": "0.18.0-rc", | ||
"gl-react": ">= 2.0.3 <2.1.0" | "gl-react": "^2.1.0" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"invariant": "2.2.0" | "invariant": "2.2.0" | ||
}, | |||
"devDependencies": { | |||
"babel-eslint": "^4.1.6", | |||
"eslint": "^1.9.0", | |||
"eslint-plugin-react": "^3.8.0" | |||
} | } | ||
} | } |
src/Shaders.js
deleted
100644 → 0
Please register or sign in to comment