init
parents
Showing
bundle-html.js
0 → 100644
example/.babelrc
0 → 100644
example/.gitignore
0 → 100644
example/.watchmanconfig
0 → 100644
example/App.js
0 → 100644
example/App.test.js
0 → 100644
example/README.md
0 → 100644
example/app.json
0 → 100644
10.4 KB
example/images/gradient.png
0 → 100644
32.5 KB
48.9 KB
example/images/panorama.png
0 → 100644
38.8 KB
example/images/path.png
0 → 100644
4.29 KB
499 Bytes
1.32 KB
3.86 KB
example/package.json
0 → 100644
example/yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "react-native-canvas", | ||
"license": "MIT", | ||
"version": "0.1.26", | ||
"main": "dist/Canvas.js", | ||
"scripts": { | ||
"build": "babel src --out-dir dist --copy-files --compact false && node bundle-html.js ./dist/index.html", | ||
"copy-to-example": "rsync -rv dist example/node_modules/react-native-canvas", | ||
"build-to-example": "npm run build; npm run copy-to-example;", | ||
"prepare": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "7.0.0-beta.47", | ||
"@babel/core": "7.0.0-beta.47", | ||
"@babel/plugin-proposal-decorators": "7.0.0-beta.47", | ||
"babel-preset-react-native": "^5.0.2", | ||
"eslint": "^3", | ||
"eslint-config-fbjs-opensource": "^1.0.0", | ||
"parse5": "^5.0.0", | ||
"prettier": "^1.14.2" | ||
}, | ||
"dependencies": { | ||
"ctx-polyfill": "^1.1.4", | ||
"react-native-webview": "^5.2.0" | ||
}, | ||
"repository": "https://github.com/iddan/react-native-canvas" | ||
} |
readme.md
0 → 100644