[Videos] avoid using fetch for blob handling where possible (#5041)
* avoid using fetch where possible * whoopsie wrong branch * more import fixes
This commit is contained in:
parent
c70ec1ce1a
commit
8647c8e9f5
9 changed files with 47 additions and 18 deletions
|
@ -4,7 +4,7 @@ import {View} from 'react-native'
|
|||
import {ImagePickerAsset} from 'expo-image-picker'
|
||||
import {useVideoPlayer, VideoView} from 'expo-video'
|
||||
|
||||
import {CompressedVideo} from '#/lib/media/video/compress'
|
||||
import {CompressedVideo} from '#/lib/media/video/types'
|
||||
import {ExternalEmbedRemoveBtn} from 'view/com/composer/ExternalEmbedRemoveBtn'
|
||||
import {atoms as a, useTheme} from '#/alf'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue