skip to Main Content

How to create the navigation menu and open then the click on three vertical dots in the react native app as similar to given image
Click Here to See the image

Given image like exept in react native app and can it possible to create the sub-menu

2

Answers


  1. You can utilise this package as i have used in my projects as well
    https://www.npmjs.com/package/react-native-popup-menu

    if you need any help to integrate this library let me know

    Login or Signup to reply.
  2. You can use react-native-material-menu package library for this functionality
    https://www.npmjs.com/package/react-native-material-menu

    or if you are using react-native-paper there is a option called menu
    https://callstack.github.io/react-native-paper/docs/components/Menu/

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search