Skip to content

feat: write and listen posts with pagination #23

feat: write and listen posts with pagination

feat: write and listen posts with pagination #23

Triggered via pull request July 27, 2024 19:18
@hyochanhyochan
synchronize #3
feat/screens
Status Success
Total duration 1m 11s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: app/(app)/(tabs)/index.tsx#L2
'Typography' is defined but never used
build: app/(app)/(tabs)/index.tsx#L4
't' is defined but never used
build: app/(app)/(tabs)/index.tsx#L84
React Hook useEffect has a missing dependency: 'page'. Either include it or remove the dependency array
build: app/(app)/(tabs)/profile.tsx#L1
'useCallback' is defined but never used
build: app/(app)/(tabs)/profile.tsx#L5
'useRecoilValue' is defined but never used
build: app/(app)/(tabs)/profile.tsx#L7
'authRecoilState' is defined but never used
build: app/(app)/(tabs)/profile.tsx#L9
'supabase' is defined but never used
build: app/(app)/(tabs)/profile.tsx#L12
'loading' is assigned a value but never used
build: app/(app)/(tabs)/profile.tsx#L12
'setLoading' is assigned a value but never used
build: app/(app)/post/write.tsx#L8
'CustomPressable' is defined but never used