rn-material-ui-textfield
Version:
26 lines (22 loc) • 490 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = _reactNative.StyleSheet.create({
container: {
position: 'absolute',
top: 0,
left: '-100%',
width: '200%',
paddingLeft: '50%'
},
text: {
textAlign: 'left',
includeFontPadding: false,
textAlignVertical: 'top'
}
});
exports.default = _default;
//# sourceMappingURL=styles.native.js.map