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.
Is this a support request?
I am having a flickering issue on the React Native SDK. I am initialising the client as early as I possibly can in the journey but the issue persists.
However, it seems that none of the methods are suggested are actually present in the React Native SDK. This includes the 'ready' event from the on method, the waitUntilReady() and the waitForInitialization() methods.
Describe the bug
A flag that is early in the apps flow will give me the fallback before the it has retrieved the flags.
To reproduce
Have a flag that is fetched near the SDK initialisation.
Expected behavior
The correct flag is received or a loading state, isReady state or some other way of knowing the flags are ready is available.
Logs
If applicable, add any log output related to your problem.