b499d9e0b3
Upgraded to .10rc and .60, also added RCTWebSocket to the Xcode project since it wasn't there.
13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"name": "VideoPlayer",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.10.0-rc",
|
|
"react-native-video": "^0.6.0"
|
|
}
|
|
}
|