react-native-video/TextTrackType.js
David Narbutovich bbacb95345
Update TextTrackType.js
Remove not needed import
2018-09-12 11:27:36 +03:00

6 lines
101 B
JavaScript

export default {
SRT: 'application/x-subrip',
TTML: 'application/ttml+xml',
VTT: 'text/vtt'
};