fetch calls react-native-fetch-blob

Created on 21 May 2019  路  1Comment  路  Source: github/fetch

image of rnfetchblob
ffi5c
fetch('https://facebook.github.io/react-native/movies.json') .then((response) => response.json()) .then((responseJson) => { return responseJson.movies; }) .catch((error) => { console.error(error); })

It looks like fetch tries to use RNFetchBlob. Why? . Please someone should help quick.

>All comments

Sorry, this is a bug tracker for a _polyfill_ of fetch() functionality in the browser, not a place to ask support questions on how to implement requests in your app on the server. Please ask usage questions on more appropriate forums such as Stack Overflow.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AllenFang picture AllenFang  路  5Comments

poppinlp picture poppinlp  路  4Comments

kocur4d picture kocur4d  路  3Comments

codeashian picture codeashian  路  3Comments

mmocny picture mmocny  路  3Comments