Fix parallax view display #6

Also remove fetch package since react native it's coming with it out of the box
This commit is contained in:
catalinmiron 2015-06-13 12:51:57 +03:00
parent 5671af4a13
commit 178d08f221
1 changed files with 1 additions and 2 deletions

View File

@ -6,10 +6,9 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"fetch": "^0.3.6",
"react-native": "^0.4.2",
"react-native-blur": "^0.4.2",
"react-native-parallax-view": "^1.0.2",
"react-native-parallax-view": "git://github.com/lelandrichardson/react-native-parallax-view",
"react-native-vector-icons": "^0.6.1",
"react-timer-mixin": "^0.13.1"
}