-
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! |
Beta Was this translation helpful? Give feedback.
Answered by
anday013
Jun 17, 2024
Replies: 1 comment 1 reply
-
Hi, thank you! For any UI modification, you can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
anday013
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
theme
prop. An example of the font color change is here: