@audira/carbon-react-native
Version:
Build React Native apps with component and shared patterns using Carbon
28 lines (27 loc) • 536 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CommonStyleSheet = void 0;
var _reactNative = require("react-native");
const CommonStyleSheet = exports.CommonStyleSheet = _reactNative.StyleSheet.create({
w_full: {
width: '100%'
},
h_full: {
height: '100%'
},
overflow_hidden: {
overflow: 'hidden'
},
absolute: {
position: 'absolute'
},
relative: {
position: 'relative'
},
rtl: {
direction: 'rtl'
}
});
//# sourceMappingURL=common-style-sheet.js.map