Skip to content

Flexing OptionsMenu #7

@Stanley521

Description

@Stanley521

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions