f-react-native-schedule
Version:
Flexible scheduling library with more built-in features and enhanced customization options
26 lines (22 loc) • 470 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = _reactNative.StyleSheet.create({
container: {
flex: 1
},
card: {
alignItems: 'center',
justifyContent: 'center',
height: 80,
width: 100,
borderWidth: 1,
borderBottomWidth: 0,
borderLeftWidth: 0
}
});
exports.default = _default;
//# sourceMappingURL=styles.js.map
;