FeatureHighlight
- Dev
UsageCode Example
<FeatureHighlight
visible={isVisible}
title={'Title'}
message={'Message goes here'}
getTarget={targets[currentTarget]}
confirmButtonProps={{label: 'Got It', onPress: () => console.log('confirmed')}}
onBackgroundPress={() => console.log('background pressed')}
/>
APIThis is the list of additional props for the component