@baqhub/sdk-expo
Version:
The official Expo SDK for the BAQ federated app platform.
21 lines (12 loc) • 1.05 kB
Markdown
# BAQ Expo SDK · [](https://github.com/baqhub/baq/blob/main/packages/lib-sdk-expo/LICENSE) [](https://www.npmjs.com/package/@baqhub/sdk-expo)
This is the official Expo SDK for the [BAQ](https://baq.dev) federated app platform. It provides Expo-specific adapters to enable the [BAQ React SDK](https://baq.dev/docs/learn/guides/using-the-react-sdk) to work on mobile devices.
## Installation
The BAQ Expo SDK is distributed as an NPM package.
```bash
npm install @baqhub/sdk @baqhub/sdk-react @baqhub/sdk-expo
```
## Documentation
- **[Getting started guide](https://baq.dev/docs/learn/guides/using-the-react-sdk)** : Overview of the React SDK.
- **[Full reference](https://baq.dev/docs/reference/react-sdk/types/storageadapter#securestorageadapter)** : All the types and functions.
## License
The BAQ Expo SDK is [MIT licensed](https://github.com/baqhub/baq/blob/main/packages/lib-sdk-expo/LICENSE).