Skip to content

mobile: alternative scrollview using View element as a containner#1

Open
manu-eu wants to merge 1 commit intomasterfrom
mobile-alter-scrollview
Open

mobile: alternative scrollview using View element as a containner#1
manu-eu wants to merge 1 commit intomasterfrom
mobile-alter-scrollview

Conversation

@manu-eu
Copy link
Copy Markdown
Owner

@manu-eu manu-eu commented Aug 30, 2020

No description provided.

@manu-eu manu-eu self-assigned this Aug 30, 2020
Comment on lines -114 to +126
<ScrollView
style={styles.teacherList}

contentContainerStyle={{
paddingBottom: 24,
paddingHorizontal: 14
}}
>
{teachers.map((teacher: Teacher) => {
return (
<View style={styles.teacherList}>
<ScrollView>
{teachers.map((teacher: Teacher) =>{
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Adiciona a ScrollView dentro de uma View, usada para container

Comment on lines -11 to +15
marginTop: -40
overflow: "hidden",
marginHorizontal: 14,
marginTop: -40,
borderRadius: 7,
paddingBottom: 280,
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Adiciona o borderRadius e overflow hidden na View container

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.

1 participant