An open API service indexing awesome lists of open source software.

https://github.com/internxt/mobile-sdk

Mobile SDK for Internxt Apps
https://github.com/internxt/mobile-sdk

Last synced: 3 months ago
JSON representation

Mobile SDK for Internxt Apps

Awesome Lists containing this project

README

          

# @internxt/mobile-sdk

An SDK made for Internxt mobile apps

## Installation

```sh
npm install @internxt/mobile-sdk
```

## Usage

```js
import { multiply } from '@internxt/mobile-sdk';

// ...

const result = await multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)