Update react-native requirement in example

react-native-video wants ^0.4.0, so let's give it to it.
This commit is contained in:
Nick Hudkins 2015-05-11 18:04:38 -04:00
parent e6a277eb59
commit e5030a505e

View File

@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "0.3.10",
"react-native": "^0.4.0",
"react-native-video": "^0.3.5"
}
}