Merge pull request #35 from ProjectSeptemberInc/android
Android implementation
Showing
3.34 KB
2.15 KB
4.73 KB
7.54 KB
File added
242 KB
242 KB
This source diff could not be displayed because it is too large. You can view the blob instead.
File moved
File moved
File moved
File moved
File moved
File moved
3.34 KB
2.15 KB
4.73 KB
7.54 KB
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File moved
File moved
File moved
File moved
File moved
173 KB
Examples/Simple/src/index.js
0 → 100644
3.34 KB
2.15 KB
4.73 KB
7.54 KB
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File moved
Examples/Tests/src/index.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
android/build.gradle
0 → 100644
android/rngl.iml
0 → 100644
index.android.js
0 → 100644
index.ios.js
0 → 100644
File moved
File moved
File moved
... | ... | @@ -2,7 +2,6 @@ |
"name": "gl-react-native", | ||
"version": "1.2.7", | ||
"description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm", | ||
"main": "src/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ProjectSeptemberInc/gl-react-native.git" | ||
... | ... | @@ -23,11 +22,11 @@ |
"react-native": ">=0.9.0" | ||
}, | ||
"dependencies": { | ||
"invariant": "2.1.1", | ||
"invariant": "2.2.0", | ||
"gl-react-core": "1.2.x" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^1.3.1", | ||
"eslint-plugin-react": "^3.2.3" | ||
"eslint": "^1.9.0", | ||
"eslint-plugin-react": "^3.8.0" | ||
} | ||
} |
src/index.js
deleted
100644 → 0