import styled from 'styled-components/native'; export const Container = styled.View` padding-bottom: 40px; `; export const FormInput = styled.View` display: flex; flex-direction: column; width: 100%; `;