React-Native Upload Video On Firebase Storage

Bilal Irfan
1 min readDec 23, 2019

--

In Blog we learn how to upload a Video On Firebase Storage with react-native-firebase

we Need 2 Package
1) react-native-fetch-blob
https://www.npmjs.com/package/react-native-fetch-blob
2) react-native-image-crop-picker ( for get a video url from stoargae)

to get a video url in .then ((image)=>{console.log(image.path)})

than we go use react-native-fetch-blob

Full Image

in const variable we will wrap video.path

Blob .build to imageFile create a blob

Thank’s For Learn
For any
Follow me on
Facebook
Linked In

--

--