react-native-sliding-panel
Version:
Fork of rn-sliding-up-panel with custom maxOpacity
20 lines (18 loc) • 324 B
JavaScript
import {StyleSheet} from 'react-native'
export default StyleSheet.create({
backdrop: {
position: 'absolute',
top: 0,
bottom: 0,
left: 0,
right: 0,
backgroundColor: '#000'
},
animatedContainer: {
flex: 1,
alignSelf: 'stretch',
position: 'absolute',
left: 0,
right: 0
}
})