Skip to content

Instantly share code, notes, and snippets.

View roni-castro's full-sized avatar

Roni Castro roni-castro

View GitHub Profile
This file has been truncated, but you can view the full file.
{
"non_normalized_posts": [
{
"id": "post1",
"author": {
"username": "user2",
"name": "User 2"
},
"body": "This is the body of post 1",
@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;