import styled from 'styled-components/native'; const Seperator = styled.View` flex: 1; `; export default Seperator;