react-native-walkthrough-tooltip icon indicating copy to clipboard operation
react-native-walkthrough-tooltip copied to clipboard

Content is highligted

Open sggonzalezg opened this issue 3 years ago • 0 comments

The content is highligted, how can avoid that?

Captura de Pantalla 2022-02-16 a la(s) 13 51 04

<Tooltip isVisible={showToolTip} content={<Label style={styles.label} label="Lorem Ipsum" />} placement="bottom" onClose={setShowToolTip} disableShadow arrowStyle={styles.tooltip.arrowStyle} childContentSpacing={8} contentStyle={styles.tooltip.contentStyle}> <View /> </Tooltip>

sggonzalezg avatar Feb 16 '22 16:02 sggonzalezg