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.
1 parent a6c82ab commit 78150c4Copy full SHA for 78150c4
src/useKeyboard.ts
@@ -1,7 +1,7 @@
1
import {useEffect, useState} from 'react'
2
import {Keyboard, KeyboardEventListener, ScreenRect} from 'react-native'
3
4
-const emptyCoordinates = Object.freeze({screenX:0,screenY:0,width:0,height:0})
+const emptyCoordinates = Object.freeze({ screenX: 0, screenY: 0, width: 0, height: 0})
5
const initialValue = {
6
start: emptyCoordinates,
7
end: emptyCoordinates,
0 commit comments