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:
parent
e6a277eb59
commit
e5030a505e
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user