Commit 7df5d824 authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

Merge branch '1.0.0'

parents 3d6fb8de 84777e61
......@@ -31,7 +31,7 @@
* on the same Wi-Fi network.
*/
//jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
/**
* OPTION 2
......@@ -43,7 +43,7 @@
* see http://facebook.github.io/react-native/docs/runningondevice.html
*/
jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
//jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
moduleName:@"AdvancedEffects"
......
{
"name": "gl-react-native",
"version": "1.0.0-rc1",
"version": "1.0.0",
"description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm",
"main": "src/index.js",
"repository": {
......@@ -25,7 +25,7 @@
"dependencies": {
"invariant": "2.1.0",
"react-native": ">=0.9.0 <0.11.0",
"gl-react-core": "1.0.0-rc1"
"gl-react-core": "1.0.0"
},
"devDependencies": {
"eslint": "^1.3.1",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment