rn-material-ui-textfield
Version:
47 lines (43 loc) • 898 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = _reactNative.StyleSheet.create({
inputContainer: {
flexDirection: 'row',
alignItems: 'flex-end'
},
input: {
top: 2,
padding: 0,
paddingTop: 0
/* XXX: iOS has paddingTop set for multiline input */
,
margin: 0,
flex: 1,
textAlign: _reactNative.I18nManager.isRTL ? 'right' : 'left',
includeFontPadding: false,
textAlignVertical: 'top'
},
helperContainer: {
flexDirection: 'row',
justifyContent: 'flex-end',
alignItems: 'flex-start'
},
row: {
flex: 1,
flexDirection: 'row',
alignItems: 'flex-end'
},
stack: {
flex: 1,
alignSelf: 'stretch'
},
flex: {
flex: 1
}
});
exports.default = _default;
//# sourceMappingURL=styles.js.map