Skip to content

Commit 57ef1e4

Browse files
author
bd-arc
committed
fix(example): fetch plugin from npm instead of locally to prevent cache issues
1 parent ff236ce commit 57ef1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "15.4.2",
1111
"react-native": "0.42.3",
12-
"react-native-snap-carousel": "file:.."
12+
"react-native-snap-carousel": "2.1.0"
1313
},
1414
"devDependencies": {
1515
"babel-jest": "19.0.0",

0 commit comments

Comments
 (0)