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
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
Description
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 luckExamples
Version
The text was updated successfully, but these errors were encountered: