Skip to content

Instantly share code, notes, and snippets.

View roni-castro's full-sized avatar

Roni Castro roni-castro

View GitHub Profile
@roni-castro
roni-castro / handle.js
Created June 2, 2022 16:41
BottomSheet bottom
import React from 'react';
import styled from 'styled-components/native';
const ModalHandleWrapper = styled.View`
align-items: center;
justify-content: center;
`;
const ModalHandle = styled.View`
height: 5px;