0.0.1 • Published 2 years ago

attestr-flowx-react-native v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

attestr-flowx-react-native

Flutter plugin for Attestr Flowx SDK. This is a wrapper around Attestr native SDK's.

Installation

npm install attestr-flowx-react-native

Usage

import { multiply } from "attestr-flowx-react-native";

// ...

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