Trying to set keyboardType on a TextInput with the dark keyboard theme, how do you do this in React Native?
3 Answers
As documented here: https://facebook.github.io/react-native/docs/textinput
1 Comment
jc28
Does somebody know about the decision for Android?
you can just change the color in style to black in the textInput style color:'black'
1 Comment
Akshay I
this is just change text color in textinput box. for keyboard color change need to set keyboardAppearance in textinput
