Code Monkey home page Code Monkey logo

Comments (8)

satya164 avatar satya164 commented on May 23, 2024 3

If you're on Android, you can currently use the undocumented popup menu in React Native:

UIManager.showPopupMenu(
  ReactNative.findNodeHandle(
    this._anchor // Ref to the item that'll act as anchor to the popup menu
  ),
  ['One', 'Two', 'Three'],
  error => { /* handle error */ },
  (
    action, // "itemSelected", "dismissed"
    index // index of item that's selected
  ) => { /* handle action /* },
);

I've an open PR for a nicer component API, but it's not merged yet:facebook/react-native#14581

Our PopupMenu implementation should also have the same API.

from react-native-paper.

Trancever avatar Trancever commented on May 23, 2024 2

@marktkimball @kpsroka is currently working on that component, so it should be released in the near future.

from react-native-paper.

marktkimball avatar marktkimball commented on May 23, 2024

Is anything happening with this component? I love this component library, but without the drop down menu to use with the "More" icon in a Toolbar, it seems slightly gimped. What are people doing to display a "more menu" from the Toolbar?

from react-native-paper.

marsonmao avatar marsonmao commented on May 23, 2024

Any progress on this component?

from react-native-paper.

ferrannp avatar ferrannp commented on May 23, 2024

@marsonmao not yet.

from react-native-paper.

ahce avatar ahce commented on May 23, 2024

This project is a reference for this

from react-native-paper.

cltsang avatar cltsang commented on May 23, 2024

It's being implemented in #485

from react-native-paper.

mgunther avatar mgunther commented on May 23, 2024

Look to react-native-material-menu...

from react-native-paper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.