Skip to content

Commit

Permalink
Merge pull request #75 from thinklinux/patch-1
Browse files Browse the repository at this point in the history
Correcting documentation for useKeyboard hook
  • Loading branch information
pvinis committed Mar 5, 2020
2 parents 10d9755 + 633510e commit d5cb3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ import { useKeyboard } from '@react-native-community/hooks'

const keyboard = useKeyboard()

console.log('keyboard isKeyboardShow: ', keyboard.isKeyboardShow)
console.log('keyboard isKeyboardShow: ', keyboard.keyboardShown)
console.log('keyboard keyboardHeight: ', keyboard.keyboardHeight)
```

Expand Down

0 comments on commit d5cb3de

Please sign in to comment.