Skip to content

Block Button no left and right spaces between button and screen #13205

@blueooooodle

Description

@blueooooodle

Code:

      <Container>
        <Content>
          <Form>
            <Item floatingLabel>
              <Label>Username</Label>
              <Input
              />
            </Item>
            <Item floatingLabel>
              <Label>Email</Label>
              <Input
                keyboardType="email-address"
                returnKeyType="next"
              />
            </Item>
            <Item floatingLabel last>
              <Label>Password</Label>
              <Input
              />
            </Item>
          </Form>
          <Button block>
            <Text>Primary</Text>
          </Button>
        </Content>
      </Container>

Result:

screen shot 2017-03-30 at 11 10 44

By the way, I also use expo.io, could the issue be caused by using this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions