build #5
Annotations
3 errors and 3 warnings
eslint:
src/screens/MainScreen.tsx#L9
'user' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
eslint:
src/screens/NotificationsScreen.tsx#L7
'notifications' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
eslint
Process completed with exit code 1.
|
eslint:
src/screens/LoginScreen.tsx#L84
'phone' is already declared in the upper scope on line 20 column 10
|
eslint:
src/screens/NotificationsScreen.tsx#L11
'notifications' is already declared in the upper scope on line 7 column 10
|
eslint:
src/screens/PaymentsHistoryScreen.tsx#L5
'React' must be in scope when using JSX
|