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

OrgView 대략적 구현 #2

Merged
merged 7 commits into from
Aug 5, 2020
Merged

OrgView 대략적 구현 #2

merged 7 commits into from
Aug 5, 2020

Conversation

onting
Copy link
Contributor

@onting onting commented Aug 5, 2020

OrgView의 대충의 레이아웃을 잡았습니다.

Comment on lines +50 to +57
<ScrollView style={{
flex: 1,
flexDirection: 'column',
marginHorizontal: 20,
marginVertical: 10,
}}>
{contents}
</ScrollView>
Copy link
Contributor

Choose a reason for hiding this comment

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

FlatList 로 구현해 보시는건 어떤가요?

Comment on lines -37 to +58
<Image source={require('./assets/article.png')} />
<Entypo style={styles.icon} name='news' size={36} color='black' />
</TouchableHighlight>
<TouchableHighlight onPress={() => setState('org')}>
<Image source={require('./assets/organization.png')} />
<Octicons style={styles.icon} name='organization' size={36} color='black' />
</TouchableHighlight>
<TouchableHighlight onPress={() => setState('notice')}>
<Image source={require('./assets/notification.png')} />
<Entypo style={styles.icon} name='notification' size={36} color='black' />
</TouchableHighlight>
<TouchableHighlight onPress={() => setState('profile')}>
<Image source={require('./assets/account.png')} />
<AntDesign style={styles.icon} name='profile' size={36} color='black' />
Copy link
Contributor

Choose a reason for hiding this comment

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

가능하면 아이콘을 일관성 있게 한 종류의 아이콘 팩으로 통일하면 좋을 것 같네요

@sukso96100 sukso96100 merged commit 3503a11 into master Aug 5, 2020
@sukso96100
Copy link
Contributor

커멘트 참고하셔서 다음에 구현하실때 반영해주세요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants