Fix prettier formatting for react-native imports
Break long import line into multiple lines to satisfy prettier's 80 character line limit. Co-authored-by: Samuel Newman <mozzius@users.noreply.github.com>
This commit is contained in:
committed by
Samuel Newman
parent
1b9e1fa822
commit
a1b5c22aef
@@ -1,5 +1,9 @@
|
|||||||
import {forwardRef, memo, useDeferredValue, useMemo} from 'react'
|
import {forwardRef, memo, useDeferredValue, useMemo} from 'react'
|
||||||
import {type LayoutChangeEvent, RefreshControl, type ViewToken} from 'react-native'
|
import {
|
||||||
|
type LayoutChangeEvent,
|
||||||
|
RefreshControl,
|
||||||
|
type ViewToken,
|
||||||
|
} from 'react-native'
|
||||||
import {
|
import {
|
||||||
type FlatListPropsWithLayout,
|
type FlatListPropsWithLayout,
|
||||||
runOnJS,
|
runOnJS,
|
||||||
|
|||||||
Reference in New Issue
Block a user