React-native-fetch-blob: Type annotations.

Created on 20 Sep 2016  路  3Comments  路  Source: wkh237/react-native-fetch-blob

I'm getting the following error with v0.9.4 and React Native 0.31.0.

SyntaxError /node_modules/react-native-fetch-blob/polyfill/Blob.js: Type annotations must come before default assignments, e.g. instead of age = 25:number use age:number = 25 (227:50)

beta bug needs feedback ready to merge

Most helpful comment

@nicholasstephan , thank you for reporting the bug, I've fixed it and published a beta release 0.9.5-beta.4, please try use this version instead 馃槃

All 3 comments

@nicholasstephan , thank you for reporting the bug, I've fixed it and published a beta release 0.9.5-beta.4, please try use this version instead 馃槃

tested 0.9.5-beta.4, and working.

I've just updated, and it's working perfectly. Thanks for the quick turnaround. Awesome work.

Was this page helpful?
0 / 5 - 0 ratings