The Nabla React Native SDK makes it quick and easy to build an excellent healthcare communication experience in your React Native app. We provide powerful and customizable UI elements that can be used out-of-the-box to create a full healthcare communication experience. We also expose the low-level APIs that power those UIs so that you can build fully custom experiences.
Right now the library is in alpha, meaning all core features are here and ready to be used but API might change during the journey to a stable 1.0 version.
Check our documentation portal for in depth documentation about integrating the SDK.
The Nabla Messaging UI SDK is compatible:
- On Android with Android 8 (API Level 23) and higher.
- On iOS with iOS 13 and higher.
Install the SDK by running:
yarn add @nabla/react-native-messaging-ui @nabla/react-native-messaging-core @nabla/react-native-core
or
npm install --save @nabla/react-native-messaging-ui @nabla/react-native-messaging-core @nabla/react-native-core
And then run pod install
in your ios
directory, in order to install the native dependencies.
You can find the latest version available in the release page.
You can find an example of a basic integration of the Messaging UI SDK in our demo app.
If you need any help with the set-up of the SDK or the Nabla platform, please contact us on our website. We are available to answer any question.