feat: add birdseye screen and nav button on home screen #11
typescript_checks.yml
on: pull_request
lint
1m 15s
typescript-check
1m 0s
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.
|