Vikram Kaldoke
Vikram Kaldoke
Yes! I found same issue.
check if you have "react-native-vector-icons" package installed or not.
yes! you can change background color using inputProps. inputProps={{ style: { borderColor: color.tertiary.pink_100, backgroundColor: color.tertiary.aquaGreen2, height: 56, }, underlineColor: color.tertiary.darkAquaGreen, activeOutlineColor: color.primary.black, }}
apply borderColor using inputProps