Change label Color TextInput react native paper onFocus
问题 how to change the label color for textInput when it is focused. I am using react-native-paper by default it is violet in color is there any prop like labelColor to do the same The label color of TextInput needs to be changed when the textInput is clicked to edit. PLease see the following code for details import React, {Component} from 'react' import { View, StyleSheet } from 'react-native' import { Text, TextInput, Card, Button } from 'react-native-paper' class login extends Component { state