You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Describe the bug
Error Message on Android Android: LaunchdarklyReactNativeClient.isInitialized got 2 arguments, expected 3.
iOS works totally fine.
To reproduce
Call
const isInitialized = await client.isInitialized().catch(() => {
return false; // we need to return explicitly false here. If not initialized, it returns an error
});
Expected behavior
No Error, should work the same like on iOS
Logs
SDK version
React Native Client SDK 5.1.0 (currently latest)