kubric
Version:
Android's co-ordinator layout ported to work on react native (iOS and Android)
23 lines • 508 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var react_native_1 = require("react-native");
exports.styles = react_native_1.StyleSheet.create({
fill: {
flex: 1
},
footer: {
bottom: 0,
left: 0,
overflow: 'hidden',
position: 'absolute',
right: 0
},
header: {
left: 0,
overflow: 'hidden',
position: 'absolute',
right: 0,
top: 0
}
});
//# sourceMappingURL=Styles.js.map