我正在我的 React Native 项目上设置客户端
let client = new LDClient();
let config = { "mobileKey": "YOUR_MOBILE_KEY" };
let user = { "key": "user_key" }; // where do I find this info?
await client.configure(config, user);
假设{"_U": 0, "_V": 0, "_W": null, "_X": null}
这是因为缺少user_key
.
我在哪里可以找到我的user_key
?