chore(deps): update dependency @react-navigation/native to v7 #634
code.yml
on: pull_request
Code quality
/
/
47s
Type check
/
/
42s
Annotations
10 warnings
|
Code quality / /:
src/Api/SentryHelper.ts#L35
Unsafe type assertion: type 'NavigationParams' is more narrow than the original type
|
|
Code quality / /:
src/Api/SentryHelper.ts#L22
Unnecessary optional chain on a non-nullish value
|
|
Code quality / /:
src/Api/SentryHelper.ts#L22
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
|
Code quality / /:
src/Api/SentryHelper.ts#L18
No magic number: 2
|
|
Code quality / /:
src/Api/SentryHelper.ts#L17
Unnecessary conditional, the types have no overlap
|
|
Code quality / /:
src/Api/SentryHelper.ts#L11
Expected parentheses around arrow function argument having a body with curly braces
|
|
Code quality / /:
src/Api/SentryHelper.ts#L7
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
|
|
Code quality / /
No magic number: 0
|
|
Code quality / /:
src/Api/ErrorListener.ts#L24
Expected parentheses around arrow function argument having a body with curly braces
|
|
Code quality / /:
__tests__/Config/LogConfig.ts#L25
No magic number: 2
|