Amazon Chime SDK for react native
npm install react-native-chime-sdk
import ChimeSdk from "react-native-chime-sdk";
// ...
const result = await ChimeSdk.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT