@gnonative/react-native
v0.0.11
Published
Gno Blockchain integration for React Native apps.
Downloads
3
Readme
@gnonative/react-native
Gno Blockchain integration for React Native apps.
Installation
npm install @gnonative/react-native
Usage
import { useGno } from '@gnonative/react-native';
gno.render("gno.land/r/demo/boards", "gnonative/1")
.then((res) => console.log(res))
.catch((err) => console.log(err));
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