Clean project structure (#320)

This commit is contained in:
Andrew Jack
2016-09-21 14:34:25 +01:00
committed by Matt Apperson
parent 8c9168b582
commit 0c746e8fe8
65 changed files with 107 additions and 1046 deletions

View File

@@ -5,29 +5,6 @@
"main": "Video.js",
"license": "MIT",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"files": [
"android/build.gradle",
"android/RCTVideo.iml",
"android/src/main/AndroidManifest.xml",
"android/src/main/res/values/styles.xml",
"android/src/main/java/com/brentvatne/react/ReactVideoPackage.java",
"android/src/main/java/com/brentvatne/react/ReactVideoViewManager.java",
"android/src/main/java/com/brentvatne/react/ReactVideoView.java",
"RCTVideo.xcodeproj",
"RCTVideo.h",
"RCTVideo.m",
"RCTVideoManager.h",
"RCTVideoManager.m",
"README.md",
"UIView+FindUIViewController.h",
"UIView+FindUIViewController.m",
"RCTVideoPlayerViewController.h",
"RCTVideoPlayerViewController.m",
"RCTVideoPlayerViewControllerDelegate.h",
"Video.js",
"VideoResizeMode.js",
"react-native-video.podspec"
],
"contributors": [
{
"name": "Johannes Lumpe",