We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d3beac + 7cc44e0 commit fb9cd22Copy full SHA for fb9cd22
README.md
@@ -86,13 +86,8 @@ import { useKeyboard } from 'react-native-hooks'
86
87
const keyboard = useKeyboard()
88
89
-<<<<<<< HEAD
90
-console.log('keyboard show: ', keyboard.isKeyboardShow)
91
-console.log('keyboard height: ', keyboard.keyboardHeight)
92
-=======
93
console.log('keyboard isKeyboardShow: ', keyboard.isKeyboardShow)
94
console.log('keyboard keyboardHeight: ', keyboard.keyboardHeight)
95
->>>>>>> cc65860b67d810b6422ecc70c058ad43a9d2b2a0
96
```
97
98
### `useInteractionManager`
0 commit comments