react-native-update-check
v0.4.6
Published
A package inspired by react-native-version-check and sp-react-native-in-app-updates that simplifies the process of checking version updates
Downloads
6
Maintainers
Readme
react-native-update-check
A package inspired by react-native-version-check and sp-react-native-in-app-updates that simplifies the process of checking version updates
Installation
npm install react-native-update-check
Usage
import { multiply } from 'react-native-update-check';
// ...
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