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 Jan 28, 2026. It is now read-only.
On iOS (not tested on Android) using the basic code snipped shown in section "Simple Usage", all bubbles are not displayed. It randomly displays 1 to 4 bubbles over the 4 added in the BubbleSelect each time I reload the component.
I tried adding + (BOOL)requiresMainQueueSetup { return NO; } to RNBubbleSelectNodeViewManager.m as suggested here but with no luck