Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 410 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 410 Bytes

react-native-jsi-promise

for debugging

Installation

npm install react-native-jsi-promise

Usage

import { multiply } from "react-native-jsi-promise";

// ...

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

react-native-jsi-promise