Update ci.yml #4
Annotations
10 errors and 10 warnings
guest-list-mobile/app/_layout.tsx#L32
'styles' was used before it was defined
|
guest-list-mobile/app/_layout.tsx#L35
'styles' was used before it was defined
|
guest-list-mobile/app/index.tsx#L53
'styles' was used before it was defined
|
guest-list-mobile/app/index.tsx#L58
'styles' was used before it was defined
|
guest-list-mobile/app/new-guest.tsx#L12
'styles' was used before it was defined
|
guest-list-mobile/app/new-guest.tsx#L18
'styles' was used before it was defined
|
guest-list-mobile/app/new-guest.tsx#L24
'styles' was used before it was defined
|
guest-list-mobile/components/GuestItem.tsx#L21
'styles' was used before it was defined
|
guest-list-mobile/components/GuestItem.tsx#L22
'styles' was used before it was defined
|
guest-list-mobile/components/GuestItem.tsx#L26
'styles' was used before it was defined
|
guest-list-mobile/app/_layout.tsx#L2
'Text' is defined but never used
|
guest-list-mobile/app/_layout.tsx#L34
Style prop value must be an object
|
guest-list-mobile/app/index.tsx#L1
'Text' is defined but never used
|
guest-list-mobile/app/index.tsx#L1
'View' is defined but never used
|
guest-list-mobile/app/index.tsx#L34
'guest' is defined but never used
|
guest-list-mobile/app/index.tsx#L46
Promises must be awaited, end with a call to .catch, or end with a call to .then with a rejection handler
|
guest-list-mobile/app/index.tsx#L48
Promises must be awaited, end with a call to .catch, or end with a call to .then with a rejection handler
|
guest-list-mobile/app/index.tsx#L49
React Hook useEffect has a missing dependency: 'guests'. Either include it or remove the dependency array. You can also do a functional update 'setGuests(g => ...)' if you only need 'guests' in the 'setGuests' call
|
guest-list-mobile/app/index.tsx#L52
Empty components are self-closing
|
guest-list-mobile/app/new-guest.tsx#L2
'Text' is defined but never used
|
The logs for this run have expired and are no longer available.
Loading