공유 버튼 컴포넌트 추가, 공유 기능 구현#36
Open
Daniel-Na118 wants to merge 19 commits intodevelopfrom
Open
Conversation
초기 개발 환경 및 안드로이드 배포 파이프라인 구축
* refactor: simplify tab navigator icon and screen options setup * fix: correct spelling of RecommendClubCard component * refactor: remove unnecessary 'display: flex' styles from HomeScreen components * refactor: replace inline styles with StyleSheet.create in HomeScreen * feat: prevent whitespace-only query and improve keyboard handling * refactor: replace React import with specific hooks in home components * refactor: migrate useQuery calls and rename function
* refactor: move common modules to shared * refactor: remove unused constants.ts * refactor: move ENV.ts to config * refactor: move localStorage.ts to constants * refactor: flatten shared component modules * refactor: flatten tab modules * refactor: rearrange screens to each feature * refactor: replace import path with @/ alias and cleanup relative paths * fix: remove unnecessary whiteSpace style * docs: update README.md and remove unused markdown file
jwchoi-kr
reviewed
May 7, 2026
| </TouchableOpacity> | ||
| )} | ||
| <View style={{ flexDirection: 'row', alignItems: 'center', gap: 16 }}> | ||
| { |
jwchoi-kr
reviewed
May 7, 2026
| import { SCREEN_TYPE } from '@/entities/screen' | ||
| import { ENV } from '@/config/ENV' | ||
|
|
||
| const linking = { |
Collaborator
There was a problem hiding this comment.
src/config/linking.ts로 빼도 될거 같네요
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 내용
테스트한 내용
체크