react-native-walkthrough-tooltip
react-native-walkthrough-tooltip copied to clipboard
childContentSpacing doesn't work
trafficstars
Hi,
i try to stick content and arrow but childContentSpacing props doesn't change anything.
There is somthing wrong in my code ?
import TooltipOriginal from 'react-native-walkthrough-tooltip';
<TooltipOriginal
childContentSpacing={0}
content={<HTML source={{ html: content }} />}
isVisible={visible}
onClose={() => setVisible(false)}
>
Thanks