Skip to content

Instantly share code, notes, and snippets.

@Yassir4
Last active March 9, 2022 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yassir4/f3aa11589b4cf05ef14a1bc4c1995e8a to your computer and use it in GitHub Desktop.
Save Yassir4/f3aa11589b4cf05ef14a1bc4c1995e8a to your computer and use it in GitHub Desktop.
<Menu trigger={<Text>press here</Text>}>
<MenuItem
text={"Title"}
onPress={() => alert("option pressed")}
/>
<MenuItem
text={"Recently Added"}
onPress={() => alert("option pressed")}
/>
<MenuItem
text={"Recently Played"}
onPress={() => alert("option pressed")}
/>
<MenuItem
text={"Playlist type"}
onPress={() => alert("option pressed")}
lastItem
/>
</Menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment