react-native-stickers
Version:
Fully customizable image sticker editor for react native
36 lines (35 loc) • 795 B
JSON
{
"name": "react-native-stickers",
"version": "0.0.2",
"description": "Fully customizable image sticker editor for react native",
"keywords": [
"react-native",
"photo stickers",
"stickers",
"image editing",
"view-shot",
"view shot",
"react",
"image",
"images",
"image stickers"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dbarner1/react-native-stickers.git"
},
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"flow": "flow",
"build": "flow-remove-types src/ -d lib/"
},
"author": "Dave Barner",
"license": "MIT",
"readme": "README.md",
"dependencies": {
"react": "*",
"react-native": "*",
"react-native-view-shot": "^2.5.0"
}
}