UI Refactor #315
Annotations
7 errors
src/components/layout/TabBarPager.tsx#L73
Type 'AnimatedRef<MaybeScrollableComponent>' is not assignable to type 'RefObject<AnimatedView>'.
|
src/screens/Addresses/AddressesScreen.tsx#L119
No overload matches this call.
|
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'.
|
src/screens/Addresses/ContactsScreen.tsx#L32
Argument of type '[string, { contactId: string; }]' is not assignable to parameter of type 'never'.
|
src/screens/Addresses/ContactsScreen.tsx#L33
No overload matches this call.
|
src/screens/SendReceive/Send/SelectContactModal.tsx#L27
Type '{ onContactPress: (contactId: string) => void; }' is missing the following properties from type 'ContactListScreenBaseProps': contentStyle, onScroll
|
|
The logs for this run have expired and are no longer available.
Loading