We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212c5c8 commit cbc7425Copy full SHA for cbc7425
1 file changed
src/useKeyboard.ts
@@ -3,7 +3,7 @@ import {Keyboard, KeyboardEventListener, ScreenRect} from 'react-native'
3
4
const initialValue = {
5
start: {screenX: 0, screenY: 0, width: 0, height: 0},
6
- end: {screenX: 0, screenY: 0, width: 0, height: 0}
+ end: {screenX: 0, screenY: 0, width: 0, height: 0},
7
}
8
9
export default function useKeyboard() {
0 commit comments