react-native-sync-provider
v0.0.2
Published
react-native-sync-provider
Downloads
3
Maintainers
Readme
react-native-sync-provider
react-native-sync-provider
Installation
npm install react-native-sync-provider
Usage
import { multiply } from 'react-native-sync-provider';
// ...
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