react-native
react-native copied to clipboard
Pull PopupMenuAndroid out of React Native core
Summary: History: This component was originally introduced into React Native core in D52712758, to replace UIManagerModule.showPopupMenu().
Problem: But, React Native core should be lean. Adding this component to React Native bloats the core.
Changes: So, this diff pulls PopupMenuAndroid out into its own package in the react-native GitHub repository.
In the future, this will be migrated to a community package!
Changelog: [Removed][Android] Move PopupMenu out of React Native core
Reviewed By: NickGerleman
Differential Revision: D53328110
This pull request was exported from Phabricator. Differential Revision: D53328110
This pull request was exported from Phabricator. Differential Revision: D53328110
This pull request was exported from Phabricator. Differential Revision: D53328110
| Platform | Engine | Arch | Size (bytes) | Diff |
|---|---|---|---|---|
| android | hermes | arm64-v8a | 17,816,434 | -118,619 |
| android | hermes | armeabi-v7a | n/a | -- |
| android | hermes | x86 | n/a | -- |
| android | hermes | x86_64 | n/a | -- |
| android | jsc | arm64-v8a | 21,174,771 | -118,502 |
| android | jsc | armeabi-v7a | n/a | -- |
| android | jsc | x86 | n/a | -- |
| android | jsc | x86_64 | n/a | -- |
Base commit: f3e132bb0b54f67970e9f946d97fac06c0b4868b Branch: main
This pull request was exported from Phabricator. Differential Revision: D53328110
Merged as 8bced4b29db9b41a68ef726df81449a399eff604