Skip to content

midival/react-native

Repository files navigation

@midival/react-native

React Native bindings (iOS + Android) for MIDIVal library

Installation

npm install @midival/react-native

Usage

import { multiply } from "@midival/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