-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flexing OptionsMenu #7
Comments
Can you explain the issue? |
for example this, |
correct, sorry for the late reply! I have updated the code, I would like the green(Touchable) to flex to pink. |
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?
The text was updated successfully, but these errors were encountered: