Move ios project into ios/ directory
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
RNGLTests/Info.plist
deleted
100644 → 0
android/AndroidManifest.xml
0 → 100644
index.android.js
0 → 100644
index.ios.js
0 → 100644
File moved
File moved
File moved
File moved
... | @@ -2,7 +2,6 @@ | ... | @@ -2,7 +2,6 @@ |
"name": "gl-react-native", | "name": "gl-react-native", | ||
"version": "1.2.7", | "version": "1.2.7", | ||
"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", | ||
"main": "src/index.js", | |||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git+https://github.com/ProjectSeptemberInc/gl-react-native.git" | "url": "git+https://github.com/ProjectSeptemberInc/gl-react-native.git" | ||
... | @@ -23,11 +22,11 @@ | ... | @@ -23,11 +22,11 @@ |
"react-native": ">=0.9.0" | "react-native": ">=0.9.0" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"invariant": "2.1.1", | "invariant": "2.1.2", | ||
"gl-react-core": "1.2.x" | "gl-react-core": "1.2.x" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"eslint": "^1.3.1", | "eslint": "^1.7.1", | ||
"eslint-plugin-react": "^3.2.3" | "eslint-plugin-react": "^3.8.0" | ||
} | } | ||
} | } |
src/index.js
deleted
100644 → 0
Please register or sign in to comment