@mux/mux-data-react-native-video 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc +9 -0
- package/CHANGELOG.md +124 -0
- package/DemoApp/.buckconfig +6 -0
- package/DemoApp/.eslintrc.js +4 -0
- package/DemoApp/.flowconfig +75 -0
- package/DemoApp/.gitattributes +1 -0
- package/DemoApp/.prettierrc.js +6 -0
- package/DemoApp/.watchmanconfig +1 -0
- package/DemoApp/App.js +121 -0
- package/DemoApp/README.md +17 -0
- package/DemoApp/__tests__/App-test.js +14 -0
- package/DemoApp/android/app/BUCK +55 -0
- package/DemoApp/android/app/build.gradle +201 -0
- package/DemoApp/android/app/build_defs.bzl +19 -0
- package/DemoApp/android/app/debug.keystore +0 -0
- package/DemoApp/android/app/proguard-rules.pro +10 -0
- package/DemoApp/android/app/src/debug/AndroidManifest.xml +8 -0
- package/DemoApp/android/app/src/main/AndroidManifest.xml +26 -0
- package/DemoApp/android/app/src/main/java/com/demoapp/MainActivity.java +15 -0
- package/DemoApp/android/app/src/main/java/com/demoapp/MainApplication.java +74 -0
- package/DemoApp/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/DemoApp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/DemoApp/android/app/src/main/res/values/strings.xml +3 -0
- package/DemoApp/android/app/src/main/res/values/styles.xml +9 -0
- package/DemoApp/android/build.gradle +38 -0
- package/DemoApp/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/DemoApp/android/gradle/wrapper/gradle-wrapper.properties +5 -0
- package/DemoApp/android/gradle.properties +21 -0
- package/DemoApp/android/gradlew +188 -0
- package/DemoApp/android/gradlew.bat +100 -0
- package/DemoApp/android/settings.gradle +3 -0
- package/DemoApp/app.json +4 -0
- package/DemoApp/babel.config.js +3 -0
- package/DemoApp/index.js +9 -0
- package/DemoApp/ios/DemoApp/AppDelegate.h +15 -0
- package/DemoApp/ios/DemoApp/AppDelegate.m +42 -0
- package/DemoApp/ios/DemoApp/Base.lproj/LaunchScreen.xib +42 -0
- package/DemoApp/ios/DemoApp/Images.xcassets/AppIcon.appiconset/Contents.json +38 -0
- package/DemoApp/ios/DemoApp/Images.xcassets/Contents.json +6 -0
- package/DemoApp/ios/DemoApp/Info.plist +57 -0
- package/DemoApp/ios/DemoApp/main.m +16 -0
- package/DemoApp/ios/DemoApp-tvOS/Info.plist +53 -0
- package/DemoApp/ios/DemoApp-tvOSTests/Info.plist +24 -0
- package/DemoApp/ios/DemoApp.xcodeproj/project.pbxproj +942 -0
- package/DemoApp/ios/DemoApp.xcodeproj/xcshareddata/xcschemes/DemoApp-tvOS.xcscheme +129 -0
- package/DemoApp/ios/DemoApp.xcodeproj/xcshareddata/xcschemes/DemoApp.xcscheme +129 -0
- package/DemoApp/ios/DemoApp.xcworkspace/contents.xcworkspacedata +10 -0
- package/DemoApp/ios/DemoAppTests/DemoAppTests.m +72 -0
- package/DemoApp/ios/DemoAppTests/Info.plist +24 -0
- package/DemoApp/ios/Podfile +59 -0
- package/DemoApp/ios/Podfile.lock +429 -0
- package/DemoApp/metro.config.js +17 -0
- package/DemoApp/package.json +32 -0
- package/DemoApp/yarn.lock +7143 -0
- package/README.md +96 -0
- package/README_INTERNAL.md +11 -0
- package/mux-react-native-video-sdk.podspec +19 -0
- package/package.json +27 -0
- package/src/index.js +258 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "iphone",
|
|
5
|
+
"size" : "29x29",
|
|
6
|
+
"scale" : "2x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "iphone",
|
|
10
|
+
"size" : "29x29",
|
|
11
|
+
"scale" : "3x"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"idiom" : "iphone",
|
|
15
|
+
"size" : "40x40",
|
|
16
|
+
"scale" : "2x"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"idiom" : "iphone",
|
|
20
|
+
"size" : "40x40",
|
|
21
|
+
"scale" : "3x"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"idiom" : "iphone",
|
|
25
|
+
"size" : "60x60",
|
|
26
|
+
"scale" : "2x"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"idiom" : "iphone",
|
|
30
|
+
"size" : "60x60",
|
|
31
|
+
"scale" : "3x"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"info" : {
|
|
35
|
+
"version" : 1,
|
|
36
|
+
"author" : "xcode"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>en</string>
|
|
7
|
+
<key>CFBundleDisplayName</key>
|
|
8
|
+
<string>DemoApp</string>
|
|
9
|
+
<key>CFBundleExecutable</key>
|
|
10
|
+
<string>$(EXECUTABLE_NAME)</string>
|
|
11
|
+
<key>CFBundleIdentifier</key>
|
|
12
|
+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
+
<string>6.0</string>
|
|
15
|
+
<key>CFBundleName</key>
|
|
16
|
+
<string>$(PRODUCT_NAME)</string>
|
|
17
|
+
<key>CFBundlePackageType</key>
|
|
18
|
+
<string>APPL</string>
|
|
19
|
+
<key>CFBundleShortVersionString</key>
|
|
20
|
+
<string>1.0</string>
|
|
21
|
+
<key>CFBundleSignature</key>
|
|
22
|
+
<string>????</string>
|
|
23
|
+
<key>CFBundleVersion</key>
|
|
24
|
+
<string>1</string>
|
|
25
|
+
<key>LSRequiresIPhoneOS</key>
|
|
26
|
+
<true/>
|
|
27
|
+
<key>NSAppTransportSecurity</key>
|
|
28
|
+
<dict>
|
|
29
|
+
<key>NSAllowsArbitraryLoads</key>
|
|
30
|
+
<true/>
|
|
31
|
+
<key>NSExceptionDomains</key>
|
|
32
|
+
<dict>
|
|
33
|
+
<key>localhost</key>
|
|
34
|
+
<dict>
|
|
35
|
+
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
36
|
+
<true/>
|
|
37
|
+
</dict>
|
|
38
|
+
</dict>
|
|
39
|
+
</dict>
|
|
40
|
+
<key>NSLocationWhenInUseUsageDescription</key>
|
|
41
|
+
<string></string>
|
|
42
|
+
<key>UILaunchStoryboardName</key>
|
|
43
|
+
<string>LaunchScreen</string>
|
|
44
|
+
<key>UIRequiredDeviceCapabilities</key>
|
|
45
|
+
<array>
|
|
46
|
+
<string>armv7</string>
|
|
47
|
+
</array>
|
|
48
|
+
<key>UISupportedInterfaceOrientations</key>
|
|
49
|
+
<array>
|
|
50
|
+
<string>UIInterfaceOrientationPortrait</string>
|
|
51
|
+
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
52
|
+
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
53
|
+
</array>
|
|
54
|
+
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
55
|
+
<false/>
|
|
56
|
+
</dict>
|
|
57
|
+
</plist>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the MIT license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
#import <UIKit/UIKit.h>
|
|
9
|
+
|
|
10
|
+
#import "AppDelegate.h"
|
|
11
|
+
|
|
12
|
+
int main(int argc, char * argv[]) {
|
|
13
|
+
@autoreleasepool {
|
|
14
|
+
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>en</string>
|
|
7
|
+
<key>CFBundleExecutable</key>
|
|
8
|
+
<string>$(EXECUTABLE_NAME)</string>
|
|
9
|
+
<key>CFBundleIdentifier</key>
|
|
10
|
+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
11
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
12
|
+
<string>6.0</string>
|
|
13
|
+
<key>CFBundleName</key>
|
|
14
|
+
<string>$(PRODUCT_NAME)</string>
|
|
15
|
+
<key>CFBundlePackageType</key>
|
|
16
|
+
<string>APPL</string>
|
|
17
|
+
<key>CFBundleShortVersionString</key>
|
|
18
|
+
<string>1.0</string>
|
|
19
|
+
<key>CFBundleSignature</key>
|
|
20
|
+
<string>????</string>
|
|
21
|
+
<key>CFBundleVersion</key>
|
|
22
|
+
<string>1</string>
|
|
23
|
+
<key>LSRequiresIPhoneOS</key>
|
|
24
|
+
<true/>
|
|
25
|
+
<key>NSAppTransportSecurity</key>
|
|
26
|
+
<dict>
|
|
27
|
+
<key>NSExceptionDomains</key>
|
|
28
|
+
<dict>
|
|
29
|
+
<key>localhost</key>
|
|
30
|
+
<dict>
|
|
31
|
+
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
32
|
+
<true/>
|
|
33
|
+
</dict>
|
|
34
|
+
</dict>
|
|
35
|
+
</dict>
|
|
36
|
+
<key>NSLocationWhenInUseUsageDescription</key>
|
|
37
|
+
<string></string>
|
|
38
|
+
<key>UILaunchStoryboardName</key>
|
|
39
|
+
<string>LaunchScreen</string>
|
|
40
|
+
<key>UIRequiredDeviceCapabilities</key>
|
|
41
|
+
<array>
|
|
42
|
+
<string>armv7</string>
|
|
43
|
+
</array>
|
|
44
|
+
<key>UISupportedInterfaceOrientations</key>
|
|
45
|
+
<array>
|
|
46
|
+
<string>UIInterfaceOrientationPortrait</string>
|
|
47
|
+
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
48
|
+
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
49
|
+
</array>
|
|
50
|
+
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
51
|
+
<false/>
|
|
52
|
+
</dict>
|
|
53
|
+
</plist>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>en</string>
|
|
7
|
+
<key>CFBundleExecutable</key>
|
|
8
|
+
<string>$(EXECUTABLE_NAME)</string>
|
|
9
|
+
<key>CFBundleIdentifier</key>
|
|
10
|
+
<string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
|
|
11
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
12
|
+
<string>6.0</string>
|
|
13
|
+
<key>CFBundleName</key>
|
|
14
|
+
<string>$(PRODUCT_NAME)</string>
|
|
15
|
+
<key>CFBundlePackageType</key>
|
|
16
|
+
<string>BNDL</string>
|
|
17
|
+
<key>CFBundleShortVersionString</key>
|
|
18
|
+
<string>1.0</string>
|
|
19
|
+
<key>CFBundleSignature</key>
|
|
20
|
+
<string>????</string>
|
|
21
|
+
<key>CFBundleVersion</key>
|
|
22
|
+
<string>1</string>
|
|
23
|
+
</dict>
|
|
24
|
+
</plist>
|