Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneKim92 authored Sep 2, 2024
1 parent 64906dd commit b9a545f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ import Tooltip from 'react-native-good-tooltip';
// ...

<Tooltip
isVisible={true}
visible={true} // or false
text="This is a tooltip"
placement={'bottom'}
anchor={'left'}
requiredConfirmation
>
{/* your component */}
</Tooltip>
Expand Down

0 comments on commit b9a545f

Please sign in to comment.