UNPKG

@oguzhnatly/react-native-image-manipulator

Version:

ImageManipulator for react native without Expo and Unimodules. Based on Expo ImageManipulator

45 lines (44 loc) 1.11 kB
{ "name": "@oguzhnatly/react-native-image-manipulator", "version": "1.0.17", "description": "ImageManipulator for react native without Expo and Unimodules. Based on Expo ImageManipulator", "main": "build/index.js", "author": "oguzhnatly", "homepage": "https://github.com/oguzhnatly/react-native-image-manipulator", "license": "MIT", "typings": "build/index.d.ts", "keywords": [ "react-native", "react", "rotate", "flip", "image", "manipulator", "react-native-rotate-image", "react-native-flip-image", "react-native-image-manipulator" ], "scripts": { "build": "tsc" }, "dependencies": {}, "devDependencies": { "react-native": "^0.71.2", "typescript": "^4.6.3" }, "peerDependencies": { "react-native": ">=0.63" }, "codegenConfig": { "name": "rnimagemanipulator", "type": "modules", "jsSrcsDir": "./fabric", "android": { "javaPackageName": "com.oguzhnatly.rnimagemanipulator" } }, "repository": { "type": "git", "url": "https://github.com/oguzhnatly/react-native-image-manipulator" } }