Skip to content

smarter-contact-team/react-native-plivo-sdk

Repository files navigation

react-native-plivo-sdk

react-native-plivo-sdk

Installation

npm install react-native-plivo-sdk

Usage

import { multiply } from 'react-native-plivo-sdk';

// ...

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