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 0b036a4 commit eb29118Copy full SHA for eb29118
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-native-community/image-editor",
3
- "version": "1.3.0",
+ "version": "2.0.0-alpha.0",
4
"description": "React Native Image Editing native modules for iOS & Android",
5
"main": "lib/ImageEditor.js",
6
"typings": "typings/index.d.ts",
@@ -80,7 +80,9 @@
80
},
81
"jest": {
82
"preset": "react-native",
83
- "modulePathIgnorePatterns": ["/e2e/"]
+ "modulePathIgnorePatterns": [
84
+ "/e2e/"
85
+ ]
86
87
"detox": {
88
"test-runner": "jest",
0 commit comments