UNPKG

react-native-pages

Version:

Easy to use page view component

42 lines (35 loc) 513 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ rtl: { transform: [{ rotate: '180deg', }], }, container: { flex: 1, }, bottom: { position: 'absolute', right: 0, bottom: 0, left: 0, }, top: { position: 'absolute', top: 0, right: 0, left: 0, }, left: { position: 'absolute', top: 0, bottom: 0, left: 0, }, right: { position: 'absolute', top: 0, right: 0, bottom: 0, }, });