Stay informed
Subscribe to our newsletter if you'd like to stay informed about Shoutem Extensions and Shoutem UI Toolkit.
DropDownMenu is a full screen contextual menu for displaying lists of links.

<DropDownMenu
onOptionSelected={...}
options={[
{
name: 'Lifestyle',
id: '7',
},
{
name: 'Food',
id: '8',
},
]}
selectedOption={...}
titleProperty={"name"}
valueProperty={"id"}
visibleOptions={...}
styleName={...}
style={...}
/>
Buttons within ListViewoptionskey from options Prop will be used to render option Titles in Dropdown menukey from options Prop will be used to link an option from options with id in Dropdown menuView within Modal componentListView.Button that opens a full screen contextual menu and represents currently selected option