Skip to content

Commit f967cee

Browse files
committed
chore: fixed linting issues
1 parent 67e9097 commit f967cee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/bottomSheetScrollable/BottomSheetFlashList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-ignore
22
import type { FlashListProps } from '@shopify/flash-list';
33
import React, { forwardRef, memo, type Ref, useMemo } from 'react';
4-
import { type ScrollViewProps, StyleSheet } from 'react-native';
4+
import type { ScrollViewProps } from 'react-native';
55
import type Animated from 'react-native-reanimated';
66
import BottomSheetScrollView from './BottomSheetScrollView';
77
import type {

src/hooks/useKeyboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
useSharedValue,
1313
useWorkletCallback,
1414
} from 'react-native-reanimated';
15-
import { KEYBOARD_STATE, SCREEN_HEIGHT, WINDOW_HEIGHT } from '../constants';
15+
import { KEYBOARD_STATE, SCREEN_HEIGHT } from '../constants';
1616

1717
const KEYBOARD_EVENT_MAPPER = {
1818
KEYBOARD_SHOW: Platform.select({

0 commit comments

Comments
 (0)