import styled from 'styled-components/native' export const Container = styled.ScrollView` position: relative; flex: 1; padding: 20px; ` export const NotificationsGroupSwitchWrapper = styled.View` flex-grow: 1; justify-content: space-between; ` export const SwitchWrapper = styled.View` flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 12px; `