UNPKG

react-native-swipeable-up-down

Version:
18 lines (16 loc) 315 B
import { StyleSheet } from 'react-native' export default StyleSheet.create({ panelContainer: { position: 'absolute', top: 0, bottom: 0, left: 0, right: 0 }, header: { alignItems: 'center', backgroundColor: 'white', borderTopLeftRadius: 10, borderTopRightRadius: 10 } })