UNPKG

@fruits-chain/react-native-xiaoshu

Version:
18 lines (17 loc) • 302 B
"use strict"; import { StyleSheet } from 'react-native'; export default StyleSheet.create({ wrapper: { flex: 1, position: 'relative', overflow: 'hidden' }, nav: { position: 'absolute', left: 0, right: 0, top: 0, zIndex: 3 } }); //# sourceMappingURL=style.js.map