import styled from 'styled-components/native' export const CenterView = styled.View` align-items: center; `; export const UserData = styled.View` align-items: center; text-align: center; ` export const Names = styled.View` flex-direction: row; ` export const EditButton = styled.View` align-items: center; justify-content: center; flex-direction: row; flex: 1; `