UNPKG

rn-sliding-up-panel

Version:

Draggable sliding up panel implemented in React Native

18 lines (16 loc) 285 B
import {StyleSheet} from 'react-native' export default StyleSheet.create({ backdrop: { position: 'absolute', top: 0, bottom: 0, left: 0, right: 0, backgroundColor: '#000' }, animatedContainer: { position: 'absolute', left: 0, right: 0 } })