0.0.11 • Published 4 months ago

@gnonative/react-native v0.0.11

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

@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