0.6.0 • Published 5 months ago

react-native-test-ross v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

react-native-neos-native-kit

bridge for native APIs to JS

Installation

npm install react-native-neos-native-kit

Usage

import { multiply } from 'react-native-neos-native-kit';

// ...

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