react-native-spartan-test
v0.0.10
Published
This is react native library for efficient communication between webview and native features
Downloads
14
Maintainers
Readme
react-native-spartan
Test Package
Installation
npm install react-native-spartan
Also install all used dependencies of react-native-spartan
Usage
import { multiply } from 'react-native-spartan';
// ...
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