# BAQ Expo SDK &middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/baqhub/baq/blob/main/packages/lib-sdk-expo/LICENSE) [![npm version](https://img.shields.io/npm/v/@baqhub/sdk-expo.svg?color=)](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).
