We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Referring to a previous post: #148
The anchor arrow is still not shown.
Using the following code:
<Menu opened={contextMenuOpen} onBackdropPress={() => setConextMenuOpen(false)} rendererProps={{placement: 'top', anchorStyle: {backgroundColor: '#000000'}}}> <MenuTrigger/> <MenuOptions> <MenuOption onSelect={() => alert(`Delete`)} > <Text style={{color: 'red'}}>Delete</Text> </MenuOption> </MenuOptions> </Menu>
The anchor is not shown.
Any idea why?
The text was updated successfully, but these errors were encountered:
same error
Sorry, something went wrong.
Referring to a previous post: #148 The anchor arrow is still not shown. Using the following code: <Menu opened={contextMenuOpen} onBackdropPress={() => setConextMenuOpen(false)} rendererProps={{placement: 'top', anchorStyle: {backgroundColor: '#000000'}}}> <MenuTrigger/> <MenuOptions> <MenuOption onSelect={() => alert(`Delete`)} > <Text style={{color: 'red'}}>Delete</Text> </MenuOption> </MenuOptions> </Menu> The anchor is not shown. Any idea why?
Have u use renderer={renderers.Popover} in Menu props ? But you have to import renderers from the react-native-popup-menu.
No branches or pull requests
Referring to a previous post: #148
The anchor arrow is still not shown.
Using the following code:
The anchor is not shown.
Any idea why?
The text was updated successfully, but these errors were encountered: