Skip to main content

React Native Configuration

Pass configuration at init (or initialize). User ID and token are passed in connect(userId, token), not in config.

Config at init

Typical options: locale, analyticsEnabled, offlineEnabled, theme (e.g. lightPrimaryColor, darkPrimaryColor), safeArea (top, bottom, left, right), deepLinks. Exact shape depends on the React Native package—see the package README and Installation.

Next steps