Answers for "react native text input border color"

0

react native text input border color

<TextInput style={styles.textInput} />

const styles = StyleSheet.create({
 textInput: {
  color: 'white',  // or "#fff" 
 },
});
Posted by: Guest on April-01-2022

Code answers related to "react native text input border color"

Code answers related to "Javascript"

Browse Popular Code Answers by Language