UNPKG
react-native-theoplayer
Version:
latest (10.3.0)
10.3.0
10.2.2
10.2.1
10.2.0
10.1.0
10.0.0
9.10.0
9.9.1
9.9.0
9.8.0
9.7.1
9.7.0
9.6.0
9.5.0
9.4.0
9.3.0
9.2.0
9.1.2
9.1.1
9.1.0
9.0.1
9.0.0
8.18.0
8.17.0
8.16.0
8.15.0
8.14.0
8.13.1
8.13.0
8.12.0
8.11.1
8.11.0
8.10.0
8.9.1
8.9.0
8.8.1
8.8.0
8.7.0
8.6.0
8.5.0
8.4.0
8.3.1
8.3.0
8.2.2
8.2.1
8.2.0
8.1.0
8.0.3
8.0.2
8.0.1
8.0.0
7.9.0
7.8.2
7.8.1
7.8.0
7.7.1
7.7.0
7.6.0
7.5.1
7.5.0
7.4.0
7.3.0
7.2.0
7.1.1
7.1.0
7.0.0
3.10.3
3.10.2
3.10.1
3.10.0
3.9.2
3.9.1
3.9.0
3.8.0
3.7.1
3.7.0
3.6.0
3.5.0
3.4.2
3.4.1
3.4.0
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-pre1
2.16.1
2.16.0
2.15.0
2.14.0
2.13.0
2.12.1
2.12.0
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
A THEOplayer video component for react-native.
theoplayer.com
THEOplayer/react-native-theoplayer
react-native-theoplayer
/
app.plugin.js
12 lines
(11 loc)
•
298 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Expo plugin
for
react-native-theoplayer. * * Example: *
"plugins"
: [ * [
"react-native-theoplayer"
, { *
"extensions"
: [
"ima"
,
"dai"
,
"cast"
,
"theoads"
,
"millicast"
] * }] * ] */
module
.exports =
require
(
'./lib/commonjs/plugins/expo/withTHEOplayer'
)