@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
22 lines (21 loc) • 425 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = exports.default = _reactNative.StyleSheet.create({
wrapper: {
flex: 1,
position: 'relative',
overflow: 'hidden'
},
nav: {
position: 'absolute',
left: 0,
right: 0,
top: 0,
zIndex: 3
}
});
//# sourceMappingURL=style.js.map
;