wkh237 / rn-firebase-storage-upload-sample

React Native sample code for upload blob data to Firebase using Firebase SDK with RNFetchBlob.
57 stars 13 forks source link

window.XMLHttpRequest = RNFetchBlob.polyfill.XMLHttpRequest Error #7

Open arminsal1 opened 7 years ago

arminsal1 commented 7 years ago

My upload to firebase won't work and it seems like I need to add the line window.XMLHttpRequest = RNFetchBlob.polyfill.XMLHttpRequest; To prior to my class declaration, but when I do I just get this error: img_5419

I'm using React Native v0.43.0-rc.4 and the newest beta of react-native-fetch-blob.