kubric
Version:
Android's co-ordinator layout ported to work on react native (iOS and Android)
43 lines • 1 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var react_native_1 = require("react-native");
var Constants_1 = require("../resources/Constants");
exports.styles = react_native_1.StyleSheet.create({
barItemContainer: {
left: 0,
overflow: 'hidden',
position: 'absolute',
right: 0,
},
bottomShadow: {
bottom: 0,
height: Constants_1.SEPARATOR_HEIGHT,
left: 0,
position: 'absolute',
right: 0,
width: '100%'
},
footer: {
bottom: 0,
left: 0,
overflow: 'hidden',
position: 'absolute',
right: 0
},
header: {
left: 0,
overflow: 'hidden',
position: 'absolute',
right: 0,
top: 0
},
topShadow: {
height: Constants_1.SEPARATOR_HEIGHT,
left: 0,
position: 'absolute',
right: 0,
top: 0,
width: '100%'
}
});
//# sourceMappingURL=BarStyles.js.map