react-native-walkthrough-tooltip
react-native-walkthrough-tooltip copied to clipboard
Content is highligted
The content is highligted, how can avoid that?
<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>