Bump and add support for react-native 0.3.10

This commit is contained in:
Brent Vatne
2015-04-09 12:30:39 -07:00
parent 59932f4cba
commit 404851c263
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.3.4",
"react-native-linear-gradient": "^0.1.4"
"react-native": "^0.3.10",
"react-native-linear-gradient": "^0.1.6"
}
}