Skip to content

Instantly share code, notes, and snippets.

View zhuangdaz's full-sized avatar
🐈
coding

Zhuangda Zhu zhuangdaz

🐈
coding
View GitHub Profile
import React from "react";
import {
LayoutChangeEvent,
PanResponder,
PanResponderGestureState
} from "react-native";
import styled from "styled-components";
type StateType = {
barHeight: number | null,