This website requires JavaScript.
Explore
Help
Register
Sign In
railbird
/
react-native-video
Watch
9
Star
0
Fork
0
You've already forked react-native-video
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
183c818d53
react-native-video
/
TextTrackType.js
6 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2018-06-12 22:04:00 -06:00
export
default
{
SRT
:
'application/x-subrip'
,
TTML
:
'application/ttml+xml'
,
Bump javascript dependencies (#1914) Also update linting rules to match other community repositories.
2020-02-22 11:56:31 -07:00
VTT
:
'text/vtt'
,
Initial commit
2018-06-12 22:04:00 -06:00
}
;
Reference in New Issue
Copy Permalink