Last active
March 9, 2022 20:31
-
-
Save Yassir4/f3aa11589b4cf05ef14a1bc4c1995e8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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