基于原生ajax封装的请求库,api和qrn-ext-fetcher报错一致
小程序端:
npm install @qnpm/react-native-ext-fetch-mini --save --registry=http://npmrepo.corp.qunar.com/
web端:
npm install @qnpm/react-native-ext-fetch-web --save --registry=http://npmrepo.corp.qunar.com/
之后在项目中引用一下即可:
import '@qnpm/react-native-ext-fetch'
// 也可以用这种方式
import cf from '@qnpm/react-native-ext-fetch'
具体使用文档见qrn-ext文档http://ued.qunar.com/qrn/ext/fetch.html