Skip to main content
@clariodesk/react-native/ui is a pure-JS prebuilt chat. It presents its own screens in a self-owned modal (no react-navigation), derives light/dark from your theme, and ships zero native dependencies beyond the core.

Wrap your app

Open from anywhere

Theming

The provider takes a small theme and derives light/dark automatically. It also exposes ~50 overridable strings for localization and copy tweaks.

Enabling attachments

The attach button is off until you give the provider a picker:
See Attachments for limits and the upload flow.