Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum committed Feb 8, 2018
1 parent cf78cce commit e2fb4ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import {
Text,
} from 'react-native';

import ToolTip, {isToolTipVisible} from 'react-native-tooltip';
import ToolTip from 'react-native-tooltip';

export default class MyToolTip extends React.Component {
state = {
Expand All @@ -64,10 +64,6 @@ export default class MyToolTip extends React.Component {
console.log('tooltip did show');
};

isTooltipVisible = () => {
console.log('tooltip visible', isToolTipVisible);
};

render() {
return (
<View style={{flex: 1, justifyContent: 'center'}}>
Expand Down

0 comments on commit e2fb4ae

Please sign in to comment.