CodeLinkIO / Firebase-Image-Upload-React-Native

Demo to handle image with Firebase storage
129 stars 22 forks source link

Block firebase connection => window.XMLHttpRequest = RNFetchBlob... #13

Open amos80m opened 6 years ago

amos80m commented 6 years ago

Hi, I got some big issue when i declarer "window.XMLHttpRequest = RNFetchBlob.polyfill.XMLHttpRequest". i can upload as many images as i want and with different sizes as i like. BAT, as soon as i try to do something else like update data in firestore i am blocked, not response nothing. when i remove this declaration "XMLHttpRequest" i can do anything bat i cannot upload images.. what can i do??