react-native-in-app-updates-android
v0.1.1
Published
android in-app-updates library port
Downloads
26
Readme
react-native-in-app-updates-android
android in-app-updates library port
Installation
npm install react-native-in-app-updates-android
Usage
import { multiply } from 'react-native-in-app-updates-android';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library