We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be64139 commit 2756d46Copy full SHA for 2756d46
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-native-community/image-editor",
3
- "version": "1.4.0",
+ "version": "1.3.0",
4
"description": "React Native Image Editing native modules for iOS & Android",
5
"main": "lib/ImageEditor.js",
6
"typings": "typings/index.d.ts",
@@ -80,9 +80,7 @@
80
},
81
"jest": {
82
"preset": "react-native",
83
- "modulePathIgnorePatterns": [
84
- "/e2e/"
85
- ]
+ "modulePathIgnorePatterns": ["/e2e/"]
86
87
"detox": {
88
"test-runner": "jest",
0 commit comments