import styled, { css } from 'styled-components/native'; export const PCContainer = styled.View` margin: 20px 0px 0px; `; export const PCForm = styled.View` display: flex; flex-direction: column; align-items: center; ` export const PCWrapper = styled.View` display: flex; justify-content: center; align-items: center; flex-direction: column; `