react native network client:通过Mattermost响应本机网络客户端 源码
React本地网络客户端 React Native的可配置网络客户端。 在iOS上使用Alamofire,在Android上使用OkHttp。 安装 npm install react-native-network-client 用法 import GenericClient , { getOrCreateAPIClient , getOrCreateWebSocketClient , } from "react-native-network-client" ; // ... const response = await GenericClient . get ( "https://community.mattermost.com" ) ; const { client : apiClient , created } = await getOrCreateAPIClient (
下载地址
用户评论