|
Hi! This is an awesome component. Thanks of making it! I can't get the font color to change. Wondering if it's just me? I tried passing textInputProps={{
style: { color: 'red' },
}}and also passing a stylesheet const styles = StyleSheet.create({
input: {
color: 'red',
},
});
textInputProps={{
style: style.input,
}}neither approach worked. Thanks! |
Answered by
anday013
Jun 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi, thank you!
For any UI modification, you can use the
themeprop. An example of the font color change is here: