0.8.0 • Published 6 months ago
kf-react-native-sdk v0.8.0
react-native-sdk
Kloudfuse's react native sdk
Installation
npm install react-native-sdk
Usage
import { multiply } from 'react-native-sdk';
// ...
const result = 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