Tune the custom feed header
This commit is contained in:
parent
2ba4d9bfbf
commit
629ca24e90
2 changed files with 77 additions and 25 deletions
|
@ -136,7 +136,12 @@ export function DropdownButton({
|
|||
}
|
||||
return (
|
||||
<View ref={ref2}>
|
||||
<Button testID={testID} onPress={onPress} style={style} label={label}>
|
||||
<Button
|
||||
type={type}
|
||||
testID={testID}
|
||||
onPress={onPress}
|
||||
style={style}
|
||||
label={label}>
|
||||
{children}
|
||||
</Button>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue