import styled from 'styled-components/native' export const ActivityIndicatorContainer = styled.View` flex: 1; justify-content: center; align-items: center; height: 500px; `