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