refactor: use expo dom component #39
Annotations
3 errors and 6 warnings
app/_layout.tsx#L29
Argument of type 'import("/home/runner/work/follow-app/follow-app/node_modules/expo-sqlite/build/SQLiteDatabase").SQLiteDatabase' is not assignable to parameter of type 'import("/home/runner/work/follow-app/follow-app/node_modules/expo-drizzle-studio-plugin/node_modules/expo-sqlite/build/SQLiteDatabase").SQLiteDatabase'.
|
components/site-icon.tsx#L17
Property 'uri' does not exist on type 'ImageSource | ImageRef'.
|
|
app/(app)/feed/detail/[entryId].tsx#L161
Mutating a value returned from a function whose return value should not be mutated
|
app/(app)/feed/detail/[entryId].tsx#L320
Mutating a value returned from a function whose return value should not be mutated
|
app/(app)/settings.tsx#L23
Do not use Array index as 'key'
|
components/entry-list.tsx#L151
Do not use Array index as 'key'
|
components/entry-list.tsx#L368
A/an 'object expression' passed as the value prop to the context provider should not be constructed. It will change on every render. Consider wrapping it in a useMemo hook
|
components/feed-list.tsx#L49
Mutating a value returned from a function whose return value should not be mutated
|
This job failed
Loading