Skip to content

Commit 7cc44e0

Browse files
author
Dabit
committed
fixed conflict
1 parent 0daa8ec commit 7cc44e0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,8 @@ import { useKeyboard } from 'react-native-hooks'
8686

8787
const keyboard = useKeyboard()
8888

89-
<<<<<<< HEAD
90-
console.log('keyboard show: ', keyboard.isKeyboardShow)
91-
console.log('keyboard height: ', keyboard.keyboardHeight)
92-
=======
9389
console.log('keyboard isKeyboardShow: ', keyboard.isKeyboardShow)
9490
console.log('keyboard keyboardHeight: ', keyboard.keyboardHeight)
95-
>>>>>>> cc65860b67d810b6422ecc70c058ad43a9d2b2a0
9691
```
9792

9893
### `useInteractionManager`

0 commit comments

Comments
 (0)