UNPKG

@freakycoder/react-native-text-input

Version:

Modern text input with fully customization options for React Native

37 lines 928 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const react_native_1 = require("react-native"); exports.default = react_native_1.StyleSheet.create({ container: { height: 60, width: 300, paddingLeft: 16, paddingRight: 3, borderRadius: 16, justifyContent: "center", backgroundColor: "#fdfdfd", }, contentContainer: { flexDirection: "row", justifyContent: "space-between", }, textInputStyle: { width: "78%", fontSize: 16, fontWeight: "800", }, buttonStyle: { width: 55, height: 55, borderRadius: 16, alignItems: "center", justifyContent: "center", backgroundColor: "#933fe3", }, iconImageStyle: { width: 20, height: 20, tintColor: "#fdfdfd", }, }); //# sourceMappingURL=RNTextInput.style.js.map