xiekw2010 / react-native-gitfeed

Yet another Github client written with react-native.
1.72k stars 278 forks source link

fetchPromise()返回值? #14

Open jeeluo opened 8 years ago

jeeluo commented 8 years ago

const reloadPromise = GHService.fetchPromise(path); reloadPromise .then(value => {……}) 我看您的value返回值里 Response _bodyInit返回的是数组? 我这边打印出来是Blob?这是什么原因?