Skip to content

Commit 4e7851c

Browse files
author
Pontus Abrahamsson
committed
Update example
1 parent bf2038d commit 4e7851c

File tree

3 files changed

+32
-1285
lines changed

3 files changed

+32
-1285
lines changed

Example/package.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,14 @@
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
7-
"test": "jest"
7+
"start:ios": "react-native run-ios"
88
},
99
"dependencies": {
1010
"react": "16.5.0",
1111
"react-native": "0.57.1",
1212
"react-native-image-manipulator": "file:../"
1313
},
1414
"devDependencies": {
15-
"babel-jest": "23.6.0",
16-
"jest": "23.6.0",
17-
"metro-react-native-babel-preset": "0.46.0",
18-
"react-test-renderer": "16.5.0"
19-
},
20-
"jest": {
21-
"preset": "react-native"
15+
"metro-react-native-babel-preset": "0.46.0"
2216
}
2317
}

0 commit comments

Comments
 (0)