UNPKG

@thang2162/react-native-text-area

Version:

Simple and easy to use TextArea for React Native

29 lines (26 loc) 483 B
export function charCountStyle(charCountColor) { return { bottom: 8, right: 16, fontSize: 14, position: "absolute", color: charCountColor }; } export function container(style, backgroundColor) { return { width: "100%", height: 200, backgroundColor, textAlignVertical: "top", ...style }; } export default { textInputStyle: { textAlignVertical: "top", margin: 16, height: "90%", backgroundColor: "transparent" } };