UI Refactor #317
Annotations
7 errors and 4 warnings
lint (16)
Process completed with exit code 1.
|
type-check (16):
src/screens/Addresses/AddressesScreen.tsx#L119
No overload matches this call.
|
type-check (16):
src/screens/Addresses/ContactsScreen.tsx#L31
Property 'onScroll' is missing in type '{ onContactPress: (contactId: string) => void; onNewContactPress: () => void; contentStyle: StyleProp<ViewStyle>; }' but required in type 'ContactListScreenBaseProps'.
|
type-check (16):
src/screens/Addresses/ContactsScreen.tsx#L32
Argument of type '[string, { contactId: string; }]' is not assignable to parameter of type 'never'.
|
type-check (16):
src/screens/Addresses/ContactsScreen.tsx#L33
No overload matches this call.
|
type-check (16):
src/screens/SendReceive/Send/SelectContactModal.tsx#L27
Type '{ onContactPress: (contactId: string) => void; }' is missing the following properties from type 'ContactListScreenBaseProps': contentStyle, onScroll
|
type-check (16)
Process completed with exit code 2.
|
lint (16):
src/components/AddressesTokensList.tsx#L34
'HORIZONTAL_MARGIN' is defined but never used
|
lint (16):
src/components/AddressesTokensList.tsx#L34
'HORIZONTAL_MARGIN' is defined but never used
|
lint (16):
src/screens/SettingsScreen.tsx#L23
'useLayoutEffect' is defined but never used
|
lint (16):
src/screens/SettingsScreen.tsx#L23
'useLayoutEffect' is defined but never used
|