@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.
Files changed (67) hide show
  1. package/.eslintrc +9 -0
  2. package/CHANGELOG.md +124 -0
  3. package/DemoApp/.buckconfig +6 -0
  4. package/DemoApp/.eslintrc.js +4 -0
  5. package/DemoApp/.flowconfig +75 -0
  6. package/DemoApp/.gitattributes +1 -0
  7. package/DemoApp/.prettierrc.js +6 -0
  8. package/DemoApp/.watchmanconfig +1 -0
  9. package/DemoApp/App.js +121 -0
  10. package/DemoApp/README.md +17 -0
  11. package/DemoApp/__tests__/App-test.js +14 -0
  12. package/DemoApp/android/app/BUCK +55 -0
  13. package/DemoApp/android/app/build.gradle +201 -0
  14. package/DemoApp/android/app/build_defs.bzl +19 -0
  15. package/DemoApp/android/app/debug.keystore +0 -0
  16. package/DemoApp/android/app/proguard-rules.pro +10 -0
  17. package/DemoApp/android/app/src/debug/AndroidManifest.xml +8 -0
  18. package/DemoApp/android/app/src/main/AndroidManifest.xml +26 -0
  19. package/DemoApp/android/app/src/main/java/com/demoapp/MainActivity.java +15 -0
  20. package/DemoApp/android/app/src/main/java/com/demoapp/MainApplication.java +74 -0
  21. package/DemoApp/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  22. package/DemoApp/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  23. package/DemoApp/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  24. package/DemoApp/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  25. package/DemoApp/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  26. package/DemoApp/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  27. package/DemoApp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  28. package/DemoApp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  29. package/DemoApp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  30. package/DemoApp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  31. package/DemoApp/android/app/src/main/res/values/strings.xml +3 -0
  32. package/DemoApp/android/app/src/main/res/values/styles.xml +9 -0
  33. package/DemoApp/android/build.gradle +38 -0
  34. package/DemoApp/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  35. package/DemoApp/android/gradle/wrapper/gradle-wrapper.properties +5 -0
  36. package/DemoApp/android/gradle.properties +21 -0
  37. package/DemoApp/android/gradlew +188 -0
  38. package/DemoApp/android/gradlew.bat +100 -0
  39. package/DemoApp/android/settings.gradle +3 -0
  40. package/DemoApp/app.json +4 -0
  41. package/DemoApp/babel.config.js +3 -0
  42. package/DemoApp/index.js +9 -0
  43. package/DemoApp/ios/DemoApp/AppDelegate.h +15 -0
  44. package/DemoApp/ios/DemoApp/AppDelegate.m +42 -0
  45. package/DemoApp/ios/DemoApp/Base.lproj/LaunchScreen.xib +42 -0
  46. package/DemoApp/ios/DemoApp/Images.xcassets/AppIcon.appiconset/Contents.json +38 -0
  47. package/DemoApp/ios/DemoApp/Images.xcassets/Contents.json +6 -0
  48. package/DemoApp/ios/DemoApp/Info.plist +57 -0
  49. package/DemoApp/ios/DemoApp/main.m +16 -0
  50. package/DemoApp/ios/DemoApp-tvOS/Info.plist +53 -0
  51. package/DemoApp/ios/DemoApp-tvOSTests/Info.plist +24 -0
  52. package/DemoApp/ios/DemoApp.xcodeproj/project.pbxproj +942 -0
  53. package/DemoApp/ios/DemoApp.xcodeproj/xcshareddata/xcschemes/DemoApp-tvOS.xcscheme +129 -0
  54. package/DemoApp/ios/DemoApp.xcodeproj/xcshareddata/xcschemes/DemoApp.xcscheme +129 -0
  55. package/DemoApp/ios/DemoApp.xcworkspace/contents.xcworkspacedata +10 -0
  56. package/DemoApp/ios/DemoAppTests/DemoAppTests.m +72 -0
  57. package/DemoApp/ios/DemoAppTests/Info.plist +24 -0
  58. package/DemoApp/ios/Podfile +59 -0
  59. package/DemoApp/ios/Podfile.lock +429 -0
  60. package/DemoApp/metro.config.js +17 -0
  61. package/DemoApp/package.json +32 -0
  62. package/DemoApp/yarn.lock +7143 -0
  63. package/README.md +96 -0
  64. package/README_INTERNAL.md +11 -0
  65. package/mux-react-native-video-sdk.podspec +19 -0
  66. package/package.json +27 -0
  67. 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,6 @@
1
+ {
2
+ "info" : {
3
+ "version" : 1,
4
+ "author" : "xcode"
5
+ }
6
+ }
@@ -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>