UNPKG

react-native-twopane-navigation

Version:

React Native package for dual screen devices navigation support (Surface Duo)

20 lines (18 loc) 390 B
import { StyleSheet } from 'react-native'; export const PaneOverlayStyles = StyleSheet.create({ backdrop: { flex: 1, position: 'absolute', justifyContent: 'center', alignItems: 'center', top: 0, right: 0, bottom: 0, left: 0, backgroundColor: 'rgba(0,0,0,0.5)' }, overlay: { zIndex: 5, backgroundColor: '#f2f2f2' } });