mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: In React Native 0.75, we will remove UIManager.showPopupMenu(), UIManager.dismissPopupMenu(). To replace that API, we are introducing this <PopupMenuAndroid> component. This component works in both Fabric and Paper! For the usage, please see PopupMenuAndroidExample.js. Changelog: [Android][Added] - Introduce PopupMenuAndroid to replace UIManager.showPopupMenu() Reviewed By: mdvacca Differential Revision: D52712758 fbshipit-source-id: a87628a168d64fabbcc4d0f7b694fa639a927448