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 78150c4 commit 43e02e8Copy full SHA for 43e02e8
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