import styled from 'styled-components/native' export const OSActions = styled.View` position: absolute; bottom: 0px; width: 100%; background-color: #FFF; z-index: 1000; padding: 20px; `