backendbyyuto

Results 1 issues of backendbyyuto

Hello, I did: ``` import { setCustomTextInput } from "react-native-global-props"; const customTextInputProps = { style: { //fontFamily: theme.fontFamily.regular, //color: theme.colors.text, backgroundColor: "#E0E7FF33", borderColor: "#E0E7FF", borderRadius: 5, borderWidth: 1, marginVertical: 5,...