Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: stack 과 bottom tab 이용하여 페이지 이동 구현 #1 #6 #7

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

hobak12
Copy link
Collaborator

@hobak12 hobak12 commented Jan 9, 2023

No description provided.

@hobak12 hobak12 added the enhancement New feature or request label Jan 9, 2023
@hobak12 hobak12 self-assigned this Jan 9, 2023
Comment on lines +3 to +12
const MainPage = ({ navigation: { navigate } }) => {
return (
<View>
<TouchableOpacity
onPress={() => navigate('Stacks', { screen: '로그인' })}
>
<Text>로그아웃</Text>
</TouchableOpacity>
</View>
);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

로그아웃 기능 제공하나요?

Comment on lines +4 to +17
return (
<View>
<TouchableOpacity
onPress={() => navigate('Stacks', { screen: '수정 페이지' })}
>
<Text>수정 페이지로</Text>
</TouchableOpacity>

<TouchableOpacity
onPress={() => navigate('Stacks', { screen: '로그인' })}
>
<Text>로그아웃</Text>
</TouchableOpacity>
</View>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

삭제 부탁드립니다.

Copy link
Owner

@dypark26 dypark26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dypark26 dypark26 merged commit c108224 into dev Jan 9, 2023
@dypark26 dypark26 deleted the feature/navigation branch January 9, 2023 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants