-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
unable to flex OptionsMenu so that it fills the parent height.
Edit:
for example this,
<View style={{ flex: 1, backgroundColor: 'pink', flexDirection: 'row', justifyContent: 'center', alignItems: 'center'}}> <OptionsMenu customButton={( <View style={{ backgroundColor: 'green'}}> <Text style={{color: 'white'}}> More )} destructiveIndex={1} options={["Test", "Cancel"]} actions={[ () => {}]} />
I would like the OptionsMenu to flex and fill the view.
How can I accomplish it?
I would like the green(Touchable) to flex to pink.
Do you know how can I accomplish it?
Metadata
Metadata
Assignees
Labels
No labels