import styled from 'styled-components/native'; export const Container = styled.View` display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; ` export const LogoWrapper = styled.View` align-items: center; `; export const Slogan = styled.View` align-items: center; margin-bottom: 10px; `;