Move example to examples dir and rename to basic
This commit is contained in:
17
examples/basic/package.json
Normal file
17
examples/basic/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "VideoPlayer",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node_modules/react-native/packager/packager.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "15.4.2",
|
||||
"react-native": "^0.42.0",
|
||||
"react-native-video": "file:../",
|
||||
"react-native-windows": "^0.40.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rnpm-plugin-windows": "~0.2.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user