mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-11 10:25:59 +02:00
share intent, other pages
This commit is contained in:
parent
a820c7d7e6
commit
5d4c788db9
18 changed files with 616 additions and 174 deletions
|
@ -33,7 +33,10 @@ export default function Select({
|
|||
renderButton={(selectedItem, isOpen) => {
|
||||
return (
|
||||
<View style={styles.selectButton}>
|
||||
<Text style={styles.selectText}>
|
||||
<Text style={{
|
||||
...styles.selectText,
|
||||
...(selectedItem?.label && styles.selectedText)
|
||||
}}>
|
||||
{selectedItem?.label || placeholder}
|
||||
</Text>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue