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

Grid Inside <ScrollView> does'nt work #92

Open
abhiburk opened this issue Aug 4, 2019 · 0 comments
Open

Grid Inside <ScrollView> does'nt work #92

abhiburk opened this issue Aug 4, 2019 · 0 comments

Comments

@abhiburk
Copy link

abhiburk commented Aug 4, 2019

Adding <ScrollView> makes my Grid Rows inappropriate as Row 1st hides behind the <Header>.

Removing <ScrollView> works great but then it neither scroll down if I want to.
Screenshot_1564941654

<Container>
    <Header>
        <Body>
            <Title>Profile</Title>
        </Body>
        <Right>
            <Button transparent>
                <Icon name='check' type="FontAwesome" />
            </Button>
        </Right>
    </Header>
    <ScrollView>
        <Grid>
            <Row size={20}>
                
            </Row>
            <Row size={5} >
                
            </Row>
            <Row size={20} >
                
            </Row>
            <Row size={55} >
                <View >
                    <Form>
                    </Form>
                </View>
            </Row>
        </Grid>
    </ScrollView>
</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

No branches or pull requests

1 participant