For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Explorer

Recommended for use in debug builds only.

This guide explains how to check user identifiers and force-assign users to A/B Tests and Feature Flags.

Add the following code.

import { createInstance } from "@hackler/react-native-sdk";

// YOUR_BROWSER_SDK_KEY로 초기화
const hackleClient = createInstance(YOUR_BROWSER_SDK_KEY, config);

// 사용자 탐색을 나타내고 싶은 시점에 Trigger 되도록 해주세요.
hackleClient.showUserExplorer()

A Hackle logo button is displayed at the bottom of the screen. Clicking the button opens the settings screen.

Checking User Identifiers

You can check and copy user identifiers at the top of the screen.

Force Assignment

  • You can check the distribution results of A/B Tests and Feature Flags at the bottom of the screen.

  • Click the SelectBox to force-assign a user to a specific group.

  • Clicking the Reset button removes the force assignment.

  • Clicking the Reset all button removes all force assignments.

  • When force-assigned in the app, it only applies when distributing in that app. (It is not registered as a Test Device on the Dashboard.)

  • If force assignment is not applied, please fully close and relaunch the app.

Last updated