Skip to content

feat: add birdseye screen and nav button on home screen #11

feat: add birdseye screen and nav button on home screen

feat: add birdseye screen and nav button on home screen #11

Re-run triggered September 19, 2023 23:19
Status Failure
Total duration 1m 26s
Artifacts

typescript_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
typescript-check: src/navigation/navigationContainer.tsx#L17
Module '"@screens"' has no exported member 'HomeScreen'.
typescript-check: src/screens/index.ts#L1
Cannot find module './HomeScreen' or its corresponding type declarations.
typescript-check
Process completed with exit code 2.
lint: src/navigation/navigationContainer.tsx#L1
'Button' is defined but never used. Allowed unused vars must match /^_/u
lint: src/navigation/navigationContainer.tsx#L6
`@icons/birdseye.svg` import should occur before import of `@icons/event.svg`
lint: src/navigation/navigationContainer.tsx#L20
Member 'BirdseyeScreen' of the import declaration should be sorted alphabetically
lint: src/navigation/navigationContainer.tsx#L27
There should be at least one empty line between import groups
lint: src/navigation/navigationContainer.tsx#L28
`@api` import should occur before import of `@screens`
lint: src/navigation/navigationContainer.tsx#L129
React Hook "useNavigation" is called in function "headerLeft" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
lint: src/screens/index.ts#L1
Unable to resolve path to module './HomeScreen'
lint
Process completed with exit code 1.