react-native-video/Examples/VideoPlayer/package.json
Nick Hudkins e5030a505e Update react-native requirement in example
react-native-video wants ^0.4.0, so let's give it to it.
2015-05-11 18:04:38 -04:00

13 lines
241 B
JSON

{
"name": "VideoPlayer",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.4.0",
"react-native-video": "^0.3.5"
}
}