We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentfdceaf7 commit6538dbbCopy full SHA for 6538dbb
src/apis/UIManager.res
@@ -14,7 +14,11 @@ external setLayoutAnimationEnabledExperimental: option<bool => unit> =
14
"setLayoutAnimationEnabledExperimental"
15
16
// Android-only
17
-@module("react-native") @scope("UIManager")
+@deprecated(
18
+"UIManager.showPopupMenu is deprecated and will be removed in 0.75, migrate to @react-native/popup-menu-android"
19
+)
20
+@module("react-native")
21
+@scope("UIManager")
22
externalshowPopupMenu: (
23
int,
24
array<string>,
@@ -23,7 +27,11 @@ external showPopupMenu: (
27
)=>unit="showPopupMenu"
28
25
29
26
30
31
+"UIManager.dismissPopupMenu is deprecated and will be removed in 0.75, migrate to @react-native/popup-menu-android"
32
33
34
35
externaldismissPopupMenu:unit=>unit="dismissPopupMenu"
36
37
@module("react-native") @scope("UIManager")