mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-27 00:23:45 +00:00
Clean project structure (#320)
This commit is contained in:
committed by
Matt Apperson
parent
8c9168b582
commit
0c746e8fe8
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "VideoPlayer",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node_modules/react-native/packager/packager.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "15.3.1",
|
||||
"react-native": "^0.33.0",
|
||||
"react-native-video": "file:../"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user