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
- Host: GitHub
- URL: https://github.com/internxt/mobile-sdk
- Owner: internxt
- License: mit
- Created: 2022-08-03T11:35:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T17:31:18.000Z (3 months ago)
- Last Synced: 2026-01-19T23:32:01.506Z (3 months ago)
- Language: Kotlin
- Size: 1.04 MB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)