Expo 55 upgrade #186
Annotations
5 errors and 11 warnings
|
ESLint
Process completed with exit code 1.
|
|
ESLint:
src/screens/settings/SettingsAdvancedScreen.tsx#L28
Unexpected console statement
|
|
ESLint:
src/screens/onboarding/OnboardingScreen.tsx#L65
Unexpected console statement
|
|
ESLint:
src/navigators/Main.tsx#L50
Unexpected console statement
|
|
ESLint:
src/hooks/__tests__/useNovel.test.ts#L81
Unexpected console statement
|
|
ESLint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ESLint:
src/screens/Categories/components/CategoryCard.tsx#L92
Inline style: { opacity: 'category.id <= 2 ? 0.4 : 1' }
|
|
ESLint:
src/hooks/persisted/useNovelSettings.ts#L1
'no-console' rule is disabled but never reported
|
|
ESLint:
src/hooks/persisted/useNovel.ts#L602
React Hook useEffect has a missing dependency: 'pages.length'. Either include it or remove the dependency array
|
|
ESLint:
src/hooks/persisted/useNovel.ts#L585
React Hook useEffect has a missing dependency: 'pages.length'. Either include it or remove the dependency array
|
|
ESLint:
src/hooks/persisted/useNovel.ts#L279
React Hook useCallback has a missing dependency: 'novelSettings.filter'. Either include it or remove the dependency array
|
|
ESLint:
src/database/queries/__tests__/testDbManager.ts#L96
'sql' is already declared in the upper scope on line 9 column 23
|
|
ESLint:
src/database/queries/__tests__/testDbManager.ts#L87
'sql' is already declared in the upper scope on line 9 column 23
|
|
ESLint:
src/components/List/List.tsx#L71
React Hook useCallback has a missing dependency: 'theme.primary'. Either include it or remove the dependency array
|
|
ESLint:
src/components/List/List.tsx#L60
React Hook useCallback has a missing dependency: 'theme.primary'. Either include it or remove the dependency array
|
|
ESLint:
src/components/BottomSheet/BottomSheet.tsx#L93
Inline style: { borderTopLeftRadius: 28, borderTopRightRadius: 28 }
|