@oguzhnatly/react-native-image-manipulator
Version:
ImageManipulator for react native without Expo and Unimodules. Based on Expo ImageManipulator
18 lines (17 loc) • 398 B
JSON
{
"name": "Example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"start:ios": "react-native run-ios"
},
"dependencies": {
"react": "16.5.0",
"react-native": "0.57.1",
"react-native-image-manipulator": "file:../"
},
"devDependencies": {
"metro-react-native-babel-preset": "0.46.0"
}
}