import styled from 'styled-components'; import {View} from 'react-native'; export const ShareStackIconContainer = styled(View)` display: flex; flex-direction: column; position: absolute; top: 45px; `;