UNPKG

react-native-multibar-crosslisting

Version:
16 lines (15 loc) 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styles = void 0; const react_native_1 = require("react-native"); exports.styles = react_native_1.StyleSheet.create({ container: { position: 'relative', bottom: 0, alignSelf: 'center' }, itemContainer: { position: 'absolute', overflow: 'hidden' } });