@app-up/network
v1.0.1
Published
JS Utility for connecting to the AppUp service
Readme
@app-up/network
Network utility used for communicating with the AppUp service.
Installation
NPM:
npm install @app-up/networkYarn:
yarn add @app-up/networkUsage
import makeRequest from "@appup/react-native";
// ...
const response = await makeRequest(<YOUR_KEY>, <PLATFORM>);License
MIT
