react-native-crossbell-kit
v0.0.0-alpha.0
Published
A functional component library designed for building dApps on Crossbell!
Downloads
3
Readme
react-native-crossbell-kit
A functional component library designed for building dApps on Crossbell!
Installation
npm install react-native-crossbell-kit
Usage
import { multiply } from 'react-native-crossbell-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