react-native-bubble-select icon indicating copy to clipboard operation
react-native-bubble-select copied to clipboard

All bubbles are not displayed

Open VahanLab opened this issue 5 months ago • 0 comments

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 luck

Examples

IMG_9686 IMG_9685

Version

    "react": "18.2.0",
    "react-native": "0.72.6",
    "react-native-bubble-select": "^0.6.0",

VahanLab avatar Jan 09 '24 08:01 VahanLab