React Native Tekst Wejście Kolor graniczny
<TextInput style={styles.textInput} />
const styles = StyleSheet.create({
textInput: {
color: 'white', // or "#fff"
},
});
Puzzled Puffin