@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,429 @@
1
+ PODS:
2
+ - boost (1.76.0)
3
+ - DoubleConversion (1.1.6)
4
+ - FBLazyVector (0.66.4)
5
+ - FBReactNativeSpec (0.66.4):
6
+ - RCT-Folly (= 2021.06.28.00-v2)
7
+ - RCTRequired (= 0.66.4)
8
+ - RCTTypeSafety (= 0.66.4)
9
+ - React-Core (= 0.66.4)
10
+ - React-jsi (= 0.66.4)
11
+ - ReactCommon/turbomodule/core (= 0.66.4)
12
+ - fmt (6.2.1)
13
+ - glog (0.3.5)
14
+ - mux-react-native-video-sdk (0.2.0):
15
+ - React-Core
16
+ - RCT-Folly (2021.06.28.00-v2):
17
+ - boost
18
+ - DoubleConversion
19
+ - fmt (~> 6.2.1)
20
+ - glog
21
+ - RCT-Folly/Default (= 2021.06.28.00-v2)
22
+ - RCT-Folly/Default (2021.06.28.00-v2):
23
+ - boost
24
+ - DoubleConversion
25
+ - fmt (~> 6.2.1)
26
+ - glog
27
+ - RCTRequired (0.66.4)
28
+ - RCTTypeSafety (0.66.4):
29
+ - FBLazyVector (= 0.66.4)
30
+ - RCT-Folly (= 2021.06.28.00-v2)
31
+ - RCTRequired (= 0.66.4)
32
+ - React-Core (= 0.66.4)
33
+ - React (0.66.4):
34
+ - React-Core (= 0.66.4)
35
+ - React-Core/DevSupport (= 0.66.4)
36
+ - React-Core/RCTWebSocket (= 0.66.4)
37
+ - React-RCTActionSheet (= 0.66.4)
38
+ - React-RCTAnimation (= 0.66.4)
39
+ - React-RCTBlob (= 0.66.4)
40
+ - React-RCTImage (= 0.66.4)
41
+ - React-RCTLinking (= 0.66.4)
42
+ - React-RCTNetwork (= 0.66.4)
43
+ - React-RCTSettings (= 0.66.4)
44
+ - React-RCTText (= 0.66.4)
45
+ - React-RCTVibration (= 0.66.4)
46
+ - React-callinvoker (0.66.4)
47
+ - React-Core (0.66.4):
48
+ - glog
49
+ - RCT-Folly (= 2021.06.28.00-v2)
50
+ - React-Core/Default (= 0.66.4)
51
+ - React-cxxreact (= 0.66.4)
52
+ - React-jsi (= 0.66.4)
53
+ - React-jsiexecutor (= 0.66.4)
54
+ - React-perflogger (= 0.66.4)
55
+ - Yoga
56
+ - React-Core/CoreModulesHeaders (0.66.4):
57
+ - glog
58
+ - RCT-Folly (= 2021.06.28.00-v2)
59
+ - React-Core/Default
60
+ - React-cxxreact (= 0.66.4)
61
+ - React-jsi (= 0.66.4)
62
+ - React-jsiexecutor (= 0.66.4)
63
+ - React-perflogger (= 0.66.4)
64
+ - Yoga
65
+ - React-Core/Default (0.66.4):
66
+ - glog
67
+ - RCT-Folly (= 2021.06.28.00-v2)
68
+ - React-cxxreact (= 0.66.4)
69
+ - React-jsi (= 0.66.4)
70
+ - React-jsiexecutor (= 0.66.4)
71
+ - React-perflogger (= 0.66.4)
72
+ - Yoga
73
+ - React-Core/DevSupport (0.66.4):
74
+ - glog
75
+ - RCT-Folly (= 2021.06.28.00-v2)
76
+ - React-Core/Default (= 0.66.4)
77
+ - React-Core/RCTWebSocket (= 0.66.4)
78
+ - React-cxxreact (= 0.66.4)
79
+ - React-jsi (= 0.66.4)
80
+ - React-jsiexecutor (= 0.66.4)
81
+ - React-jsinspector (= 0.66.4)
82
+ - React-perflogger (= 0.66.4)
83
+ - Yoga
84
+ - React-Core/RCTActionSheetHeaders (0.66.4):
85
+ - glog
86
+ - RCT-Folly (= 2021.06.28.00-v2)
87
+ - React-Core/Default
88
+ - React-cxxreact (= 0.66.4)
89
+ - React-jsi (= 0.66.4)
90
+ - React-jsiexecutor (= 0.66.4)
91
+ - React-perflogger (= 0.66.4)
92
+ - Yoga
93
+ - React-Core/RCTAnimationHeaders (0.66.4):
94
+ - glog
95
+ - RCT-Folly (= 2021.06.28.00-v2)
96
+ - React-Core/Default
97
+ - React-cxxreact (= 0.66.4)
98
+ - React-jsi (= 0.66.4)
99
+ - React-jsiexecutor (= 0.66.4)
100
+ - React-perflogger (= 0.66.4)
101
+ - Yoga
102
+ - React-Core/RCTBlobHeaders (0.66.4):
103
+ - glog
104
+ - RCT-Folly (= 2021.06.28.00-v2)
105
+ - React-Core/Default
106
+ - React-cxxreact (= 0.66.4)
107
+ - React-jsi (= 0.66.4)
108
+ - React-jsiexecutor (= 0.66.4)
109
+ - React-perflogger (= 0.66.4)
110
+ - Yoga
111
+ - React-Core/RCTImageHeaders (0.66.4):
112
+ - glog
113
+ - RCT-Folly (= 2021.06.28.00-v2)
114
+ - React-Core/Default
115
+ - React-cxxreact (= 0.66.4)
116
+ - React-jsi (= 0.66.4)
117
+ - React-jsiexecutor (= 0.66.4)
118
+ - React-perflogger (= 0.66.4)
119
+ - Yoga
120
+ - React-Core/RCTLinkingHeaders (0.66.4):
121
+ - glog
122
+ - RCT-Folly (= 2021.06.28.00-v2)
123
+ - React-Core/Default
124
+ - React-cxxreact (= 0.66.4)
125
+ - React-jsi (= 0.66.4)
126
+ - React-jsiexecutor (= 0.66.4)
127
+ - React-perflogger (= 0.66.4)
128
+ - Yoga
129
+ - React-Core/RCTNetworkHeaders (0.66.4):
130
+ - glog
131
+ - RCT-Folly (= 2021.06.28.00-v2)
132
+ - React-Core/Default
133
+ - React-cxxreact (= 0.66.4)
134
+ - React-jsi (= 0.66.4)
135
+ - React-jsiexecutor (= 0.66.4)
136
+ - React-perflogger (= 0.66.4)
137
+ - Yoga
138
+ - React-Core/RCTSettingsHeaders (0.66.4):
139
+ - glog
140
+ - RCT-Folly (= 2021.06.28.00-v2)
141
+ - React-Core/Default
142
+ - React-cxxreact (= 0.66.4)
143
+ - React-jsi (= 0.66.4)
144
+ - React-jsiexecutor (= 0.66.4)
145
+ - React-perflogger (= 0.66.4)
146
+ - Yoga
147
+ - React-Core/RCTTextHeaders (0.66.4):
148
+ - glog
149
+ - RCT-Folly (= 2021.06.28.00-v2)
150
+ - React-Core/Default
151
+ - React-cxxreact (= 0.66.4)
152
+ - React-jsi (= 0.66.4)
153
+ - React-jsiexecutor (= 0.66.4)
154
+ - React-perflogger (= 0.66.4)
155
+ - Yoga
156
+ - React-Core/RCTVibrationHeaders (0.66.4):
157
+ - glog
158
+ - RCT-Folly (= 2021.06.28.00-v2)
159
+ - React-Core/Default
160
+ - React-cxxreact (= 0.66.4)
161
+ - React-jsi (= 0.66.4)
162
+ - React-jsiexecutor (= 0.66.4)
163
+ - React-perflogger (= 0.66.4)
164
+ - Yoga
165
+ - React-Core/RCTWebSocket (0.66.4):
166
+ - glog
167
+ - RCT-Folly (= 2021.06.28.00-v2)
168
+ - React-Core/Default (= 0.66.4)
169
+ - React-cxxreact (= 0.66.4)
170
+ - React-jsi (= 0.66.4)
171
+ - React-jsiexecutor (= 0.66.4)
172
+ - React-perflogger (= 0.66.4)
173
+ - Yoga
174
+ - React-CoreModules (0.66.4):
175
+ - FBReactNativeSpec (= 0.66.4)
176
+ - RCT-Folly (= 2021.06.28.00-v2)
177
+ - RCTTypeSafety (= 0.66.4)
178
+ - React-Core/CoreModulesHeaders (= 0.66.4)
179
+ - React-jsi (= 0.66.4)
180
+ - React-RCTImage (= 0.66.4)
181
+ - ReactCommon/turbomodule/core (= 0.66.4)
182
+ - React-cxxreact (0.66.4):
183
+ - boost (= 1.76.0)
184
+ - DoubleConversion
185
+ - glog
186
+ - RCT-Folly (= 2021.06.28.00-v2)
187
+ - React-callinvoker (= 0.66.4)
188
+ - React-jsi (= 0.66.4)
189
+ - React-jsinspector (= 0.66.4)
190
+ - React-logger (= 0.66.4)
191
+ - React-perflogger (= 0.66.4)
192
+ - React-runtimeexecutor (= 0.66.4)
193
+ - React-jsi (0.66.4):
194
+ - boost (= 1.76.0)
195
+ - DoubleConversion
196
+ - glog
197
+ - RCT-Folly (= 2021.06.28.00-v2)
198
+ - React-jsi/Default (= 0.66.4)
199
+ - React-jsi/Default (0.66.4):
200
+ - boost (= 1.76.0)
201
+ - DoubleConversion
202
+ - glog
203
+ - RCT-Folly (= 2021.06.28.00-v2)
204
+ - React-jsiexecutor (0.66.4):
205
+ - DoubleConversion
206
+ - glog
207
+ - RCT-Folly (= 2021.06.28.00-v2)
208
+ - React-cxxreact (= 0.66.4)
209
+ - React-jsi (= 0.66.4)
210
+ - React-perflogger (= 0.66.4)
211
+ - React-jsinspector (0.66.4)
212
+ - React-logger (0.66.4):
213
+ - glog
214
+ - react-native-video (5.0.2):
215
+ - React
216
+ - react-native-video/Video (= 5.0.2)
217
+ - react-native-video/Video (5.0.2):
218
+ - React
219
+ - React-perflogger (0.66.4)
220
+ - React-RCTActionSheet (0.66.4):
221
+ - React-Core/RCTActionSheetHeaders (= 0.66.4)
222
+ - React-RCTAnimation (0.66.4):
223
+ - FBReactNativeSpec (= 0.66.4)
224
+ - RCT-Folly (= 2021.06.28.00-v2)
225
+ - RCTTypeSafety (= 0.66.4)
226
+ - React-Core/RCTAnimationHeaders (= 0.66.4)
227
+ - React-jsi (= 0.66.4)
228
+ - ReactCommon/turbomodule/core (= 0.66.4)
229
+ - React-RCTBlob (0.66.4):
230
+ - FBReactNativeSpec (= 0.66.4)
231
+ - RCT-Folly (= 2021.06.28.00-v2)
232
+ - React-Core/RCTBlobHeaders (= 0.66.4)
233
+ - React-Core/RCTWebSocket (= 0.66.4)
234
+ - React-jsi (= 0.66.4)
235
+ - React-RCTNetwork (= 0.66.4)
236
+ - ReactCommon/turbomodule/core (= 0.66.4)
237
+ - React-RCTImage (0.66.4):
238
+ - FBReactNativeSpec (= 0.66.4)
239
+ - RCT-Folly (= 2021.06.28.00-v2)
240
+ - RCTTypeSafety (= 0.66.4)
241
+ - React-Core/RCTImageHeaders (= 0.66.4)
242
+ - React-jsi (= 0.66.4)
243
+ - React-RCTNetwork (= 0.66.4)
244
+ - ReactCommon/turbomodule/core (= 0.66.4)
245
+ - React-RCTLinking (0.66.4):
246
+ - FBReactNativeSpec (= 0.66.4)
247
+ - React-Core/RCTLinkingHeaders (= 0.66.4)
248
+ - React-jsi (= 0.66.4)
249
+ - ReactCommon/turbomodule/core (= 0.66.4)
250
+ - React-RCTNetwork (0.66.4):
251
+ - FBReactNativeSpec (= 0.66.4)
252
+ - RCT-Folly (= 2021.06.28.00-v2)
253
+ - RCTTypeSafety (= 0.66.4)
254
+ - React-Core/RCTNetworkHeaders (= 0.66.4)
255
+ - React-jsi (= 0.66.4)
256
+ - ReactCommon/turbomodule/core (= 0.66.4)
257
+ - React-RCTSettings (0.66.4):
258
+ - FBReactNativeSpec (= 0.66.4)
259
+ - RCT-Folly (= 2021.06.28.00-v2)
260
+ - RCTTypeSafety (= 0.66.4)
261
+ - React-Core/RCTSettingsHeaders (= 0.66.4)
262
+ - React-jsi (= 0.66.4)
263
+ - ReactCommon/turbomodule/core (= 0.66.4)
264
+ - React-RCTText (0.66.4):
265
+ - React-Core/RCTTextHeaders (= 0.66.4)
266
+ - React-RCTVibration (0.66.4):
267
+ - FBReactNativeSpec (= 0.66.4)
268
+ - RCT-Folly (= 2021.06.28.00-v2)
269
+ - React-Core/RCTVibrationHeaders (= 0.66.4)
270
+ - React-jsi (= 0.66.4)
271
+ - ReactCommon/turbomodule/core (= 0.66.4)
272
+ - React-runtimeexecutor (0.66.4):
273
+ - React-jsi (= 0.66.4)
274
+ - ReactCommon/turbomodule/core (0.66.4):
275
+ - DoubleConversion
276
+ - glog
277
+ - RCT-Folly (= 2021.06.28.00-v2)
278
+ - React-callinvoker (= 0.66.4)
279
+ - React-Core (= 0.66.4)
280
+ - React-cxxreact (= 0.66.4)
281
+ - React-jsi (= 0.66.4)
282
+ - React-logger (= 0.66.4)
283
+ - React-perflogger (= 0.66.4)
284
+ - Yoga (1.14.0)
285
+
286
+ DEPENDENCIES:
287
+ - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
288
+ - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
289
+ - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
290
+ - FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
291
+ - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
292
+ - mux-react-native-video-sdk (from `../node_modules/mux-react-native-video-sdk`)
293
+ - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
294
+ - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
295
+ - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
296
+ - React (from `../node_modules/react-native/`)
297
+ - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
298
+ - React-Core (from `../node_modules/react-native/`)
299
+ - React-Core/DevSupport (from `../node_modules/react-native/`)
300
+ - React-Core/RCTWebSocket (from `../node_modules/react-native/`)
301
+ - React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
302
+ - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
303
+ - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
304
+ - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
305
+ - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
306
+ - React-logger (from `../node_modules/react-native/ReactCommon/logger`)
307
+ - react-native-video (from `../node_modules/react-native-video`)
308
+ - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
309
+ - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
310
+ - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
311
+ - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
312
+ - React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
313
+ - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
314
+ - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
315
+ - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
316
+ - React-RCTText (from `../node_modules/react-native/Libraries/Text`)
317
+ - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
318
+ - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
319
+ - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
320
+ - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
321
+
322
+ SPEC REPOS:
323
+ trunk:
324
+ - fmt
325
+
326
+ EXTERNAL SOURCES:
327
+ boost:
328
+ :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
329
+ DoubleConversion:
330
+ :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
331
+ FBLazyVector:
332
+ :path: "../node_modules/react-native/Libraries/FBLazyVector"
333
+ FBReactNativeSpec:
334
+ :path: "../node_modules/react-native/React/FBReactNativeSpec"
335
+ glog:
336
+ :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
337
+ mux-react-native-video-sdk:
338
+ :path: "../node_modules/mux-react-native-video-sdk"
339
+ RCT-Folly:
340
+ :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
341
+ RCTRequired:
342
+ :path: "../node_modules/react-native/Libraries/RCTRequired"
343
+ RCTTypeSafety:
344
+ :path: "../node_modules/react-native/Libraries/TypeSafety"
345
+ React:
346
+ :path: "../node_modules/react-native/"
347
+ React-callinvoker:
348
+ :path: "../node_modules/react-native/ReactCommon/callinvoker"
349
+ React-Core:
350
+ :path: "../node_modules/react-native/"
351
+ React-CoreModules:
352
+ :path: "../node_modules/react-native/React/CoreModules"
353
+ React-cxxreact:
354
+ :path: "../node_modules/react-native/ReactCommon/cxxreact"
355
+ React-jsi:
356
+ :path: "../node_modules/react-native/ReactCommon/jsi"
357
+ React-jsiexecutor:
358
+ :path: "../node_modules/react-native/ReactCommon/jsiexecutor"
359
+ React-jsinspector:
360
+ :path: "../node_modules/react-native/ReactCommon/jsinspector"
361
+ React-logger:
362
+ :path: "../node_modules/react-native/ReactCommon/logger"
363
+ react-native-video:
364
+ :path: "../node_modules/react-native-video"
365
+ React-perflogger:
366
+ :path: "../node_modules/react-native/ReactCommon/reactperflogger"
367
+ React-RCTActionSheet:
368
+ :path: "../node_modules/react-native/Libraries/ActionSheetIOS"
369
+ React-RCTAnimation:
370
+ :path: "../node_modules/react-native/Libraries/NativeAnimation"
371
+ React-RCTBlob:
372
+ :path: "../node_modules/react-native/Libraries/Blob"
373
+ React-RCTImage:
374
+ :path: "../node_modules/react-native/Libraries/Image"
375
+ React-RCTLinking:
376
+ :path: "../node_modules/react-native/Libraries/LinkingIOS"
377
+ React-RCTNetwork:
378
+ :path: "../node_modules/react-native/Libraries/Network"
379
+ React-RCTSettings:
380
+ :path: "../node_modules/react-native/Libraries/Settings"
381
+ React-RCTText:
382
+ :path: "../node_modules/react-native/Libraries/Text"
383
+ React-RCTVibration:
384
+ :path: "../node_modules/react-native/Libraries/Vibration"
385
+ React-runtimeexecutor:
386
+ :path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
387
+ ReactCommon:
388
+ :path: "../node_modules/react-native/ReactCommon"
389
+ Yoga:
390
+ :path: "../node_modules/react-native/ReactCommon/yoga"
391
+
392
+ SPEC CHECKSUMS:
393
+ boost: a7c83b31436843459a1961bfd74b96033dc77234
394
+ DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
395
+ FBLazyVector: e5569e42a1c79ca00521846c223173a57aca1fe1
396
+ FBReactNativeSpec: fe08c1cd7e2e205718d77ad14b34957cce949b58
397
+ fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
398
+ glog: 5337263514dd6f09803962437687240c5dc39aa4
399
+ mux-react-native-video-sdk: d381bbf5b9523546fd6c4915c1b7832fd0a1d5e0
400
+ RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9
401
+ RCTRequired: 4bf86c70714490bca4bf2696148638284622644b
402
+ RCTTypeSafety: c475a7059eb77935fa53d2c17db299893f057d5d
403
+ React: f64af14e3f2c50f6f2c91a5fd250e4ff1b3c3459
404
+ React-callinvoker: b74e4ae80287780dcdf0cab262bcb581eeef56e7
405
+ React-Core: 3eb7432bad96ff1d25aebc1defbae013fee2fd0e
406
+ React-CoreModules: ad9e1fd5650e16666c57a08328df86fd7e480cb9
407
+ React-cxxreact: 02633ff398cf7e91a2c1e12590d323c4a4b8668a
408
+ React-jsi: 805c41a927d6499fb811772acb971467d9204633
409
+ React-jsiexecutor: 94ce921e1d8ce7023366873ec371f3441383b396
410
+ React-jsinspector: d0374f7509d407d2264168b6d0fad0b54e300b85
411
+ React-logger: 933f80c97c633ee8965d609876848148e3fef438
412
+ react-native-video: d01ed7ff1e38fa7dcc6c15c94cf505e661b7bfd0
413
+ React-perflogger: 93075d8931c32cd1fce8a98c15d2d5ccc4d891bd
414
+ React-RCTActionSheet: 7d3041e6761b4f3044a37079ddcb156575fb6d89
415
+ React-RCTAnimation: 743e88b55ac62511ae5c2e22803d4f503f2a3a13
416
+ React-RCTBlob: bee3a2f98fa7fc25c957c8643494244f74bea0a0
417
+ React-RCTImage: 19fc9e29b06cc38611c553494f8d3040bf78c24e
418
+ React-RCTLinking: dc799503979c8c711126d66328e7ce8f25c2848f
419
+ React-RCTNetwork: 417e4e34cf3c19eaa5fd4e9eb20180d662a799ce
420
+ React-RCTSettings: 4df89417265af26501a7e0e9192a34d3d9848dff
421
+ React-RCTText: f8a21c3499ab322326290fa9b701ae29aa093aa5
422
+ React-RCTVibration: e3ffca672dd3772536cb844274094b0e2c31b187
423
+ React-runtimeexecutor: dec32ee6f2e2a26e13e58152271535fadff5455a
424
+ ReactCommon: 57b69f6383eafcbd7da625bfa6003810332313c4
425
+ Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
426
+
427
+ PODFILE CHECKSUM: 128a6ffdcb7f287c40a7e813edac53d4f1ede248
428
+
429
+ COCOAPODS: 1.11.2
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Metro configuration for React Native
3
+ * https://github.com/facebook/react-native
4
+ *
5
+ * @format
6
+ */
7
+
8
+ module.exports = {
9
+ transformer: {
10
+ getTransformOptions: async () => ({
11
+ transform: {
12
+ experimentalImportSupport: false,
13
+ inlineRequires: false,
14
+ },
15
+ }),
16
+ },
17
+ };
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "DemoApp",
3
+ "version": "0.0.1",
4
+ "private": true,
5
+ "scripts": {
6
+ "android": "react-native run-android",
7
+ "ios": "react-native run-ios",
8
+ "start": "react-native start",
9
+ "test": "jest",
10
+ "lint": "eslint .",
11
+ "react-native": "react-native"
12
+ },
13
+ "dependencies": {
14
+ "mux-react-native-video-sdk": "file:../",
15
+ "react": "16.9.0",
16
+ "react-native": "^0.66.4",
17
+ "react-native-video": "^5.0.2"
18
+ },
19
+ "devDependencies": {
20
+ "@babel/core": "^7.8.7",
21
+ "@babel/runtime": "^7.8.7",
22
+ "@react-native-community/eslint-config": "^0.0.7",
23
+ "babel-jest": "^25.1.0",
24
+ "eslint": "^6.8.0",
25
+ "jest": "^25.1.0",
26
+ "metro-react-native-babel-preset": "^0.58.0",
27
+ "react-test-renderer": "16.9.0"
28
+ },
29
+ "jest": {
30
+ "preset": "react-native"
31
+ }
32
+ }