callstack / callstack/react-native-paper
there is a white color line behind the label
- Vorherrschende Sprache
- TypeScript
- Sterne
- 14.5k
- Forks
- 2.2k
- Ø Merge
- 5 T. 23 Std.
- Gemergte PRs (30 T.)
- 12
Beschreibung
there is a white line behind the label
react-native-paper-5.12.1
my code is
` setEmail(value)}
style={styles.inputTextSt}
theme={{
colors: {
onSurfaceVariant: Colors.colorDeepGreen
}
}}
onSubmitEditing={() =>{
secondInputRef.current.focus();
}}
/>

`
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.