Michael Radionov
Michael Radionov
Version 52 (53 as well) didn't work for me either, [version 51.3](https://download.sketchapp.com/sketch-51.3-57544.zip) did the trick
@mehcode I'm not sure if it is possible, I'll check
@mehcode I've updated the PR to use themes as you suggested.
It is listed as a general bugfix in 0.41, but it has not been released yet. https://github.com/facebook/react-native/releases/tag/v0.41.0-rc.0 Until then I've decided to use uncompiled version of devour so it could...
For anyone interested in adding an extra mime type using a "hack" provided by @kanongil above, here is an implementation ```js const HLSSegmentReader = require('hls-segment-reader'); class ExtendedHLSSegmentReader extends HLSSegmentReader {...