We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding <ScrollView> makes my Grid Rows inappropriate as Row 1st hides behind the <Header>.
<ScrollView>
<Header>
Removing <ScrollView> works great but then it neither scroll down if I want to.
<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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: