Skip to content

Commit 43e02e8

Browse files
committed
l
1 parent 78150c4 commit 43e02e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useKeyboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {useEffect, useState} from 'react'
22
import {Keyboard, KeyboardEventListener, ScreenRect} from 'react-native'
33

4-
const emptyCoordinates = Object.freeze({ screenX: 0, screenY: 0, width: 0, height: 0})
4+
const emptyCoordinates = Object.freeze({screenX: 0, screenY: 0, width: 0, height: 0})
55
const initialValue = {
66
start: emptyCoordinates,
77
end: emptyCoordinates,

0 commit comments

Comments
 (0)