Skip to content

Commit 9ae45a5

Browse files
committed
fix FloatingButton example screen
1 parent dbb407a commit 9ae45a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/src/screens/componentScreens/FloatingButtonScreen.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ export default class FloatingButtonScreen extends Component {
2626

2727
notNow = () => {
2828
Alert.alert('Not Now!');
29-
this._hideButton();
29+
this.hideButton();
3030
}
3131

3232
close = () => {
3333
Alert.alert('Closed.');
34-
this._hideButton();
34+
this.hideButton();
3535
}
3636

3737
render() {

0 commit comments

Comments
 (0)