Skip to content

Commit cbc7425

Browse files
committed
lint
1 parent 212c5c8 commit cbc7425

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
@@ -3,7 +3,7 @@ import {Keyboard, KeyboardEventListener, ScreenRect} from 'react-native'
33

44
const initialValue = {
55
start: {screenX: 0, screenY: 0, width: 0, height: 0},
6-
end: {screenX: 0, screenY: 0, width: 0, height: 0}
6+
end: {screenX: 0, screenY: 0, width: 0, height: 0},
77
}
88

99
export default function useKeyboard() {

0 commit comments

Comments
 (0)