react-native-navionics-sdk
v0.1.0
Published
navionics sdk bridge react native
Downloads
2
Readme
react-native-navionics-sdk
navionics sdk bridge react native
Installation
npm install react-native-navionics-sdk
Usage
import { multiply } from 'react-native-navionics-sdk';
// ...
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