Skip to content

programystic-dev/react-native-fun-module

Repository files navigation

react-native-fun-module

This is sample module to learn how to create native modules

Installation

npm install react-native-fun-module

Usage

import FunModule from "react-native-fun-module";

// ...

const result = await FunModule.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT