Skip to content

nirmalvora/rn-babble-sdk

Repository files navigation

rn-babble-sdk

Babble SDK for survey.

Installation

npm install rn-babble-sdk

Usage

import { multiply } from 'rn-babble-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