UNPKG

@baqhub/sdk-react-native

Version:

The official React Native SDK for the BAQ federated app platform.

21 lines (12 loc) 1.12 kB
# BAQ React Native SDK · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/baqhub/baq/blob/main/packages/lib-sdk-react-native/LICENSE) [![npm version](https://img.shields.io/npm/v/@baqhub/sdk-react-native.svg?color=)](https://www.npmjs.com/package/@baqhub/sdk-react-native) This is the official React Native SDK for the [BAQ](https://baq.dev) federated app platform. It provides RN-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 React Native SDK is distributed as an NPM package. ```bash npm install @baqhub/sdk @baqhub/sdk-react @baqhub/sdk-react-native ``` ## 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#asyncstorageadapter)** : All the types and functions. ## License The BAQ React Native SDK is [MIT licensed](https://github.com/baqhub/baq/blob/main/packages/lib-sdk-react-native/LICENSE).