bereaksi warna batas input teks asli

<TextInput style={styles.textInput} />

const styles = StyleSheet.create({
 textInput: {
  color: 'white',  // or "#fff" 
 },
});
Puzzled Puffin