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

childContentSpacing doesn't work

Open fatoldsun00 opened this issue 4 years ago • 0 comments
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

fatoldsun00 avatar Oct 05 '21 13:10 fatoldsun00