@kirz/react-native-toolkit
Version:
Toolkit to speed up React Native development
9 lines (8 loc) • 581 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.textStyleKeys = void 0;
const textStyleKeys = ['color', 'fontFamily', 'fontSize', 'fontStyle', 'fontWeight', 'includeFontPaddingAndroid', 'fontVariant', 'letterSpacing', 'lineHeight', 'textAlign', 'textAlignVerticalAndroid', 'textDecorationColoriOS', 'textDecorationLine', 'textDecorationStyleiOS', 'textShadowColor', 'textShadowOffset', 'textShadowRadius', 'textTransform', 'verticalAlignAndroid', 'writingDirection'];
exports.textStyleKeys = textStyleKeys;
//# sourceMappingURL=styles.js.map