i'm trying to convert image path to a blob file in react native. The problem is that i don't know how to take image path into a blob for uploading on firebase storage.
No you don't need to convert the file path to blob. Firebase library do this by itself.
Follow this Upload Images to Firebase