Discovered one issue related to Overflow menu.
Since April 2024 and React Native version 0.75 showPopupMenu and dismissPopupMenu are removed from the UIManager.
Hence, this logic right here breaks.
The presenter returned as an empty object and is not callable.
There might be a other issues, but this one was discovered while trying to compile ts code.
Currently I am on RN 0.76.1.
Discovered one issue related to Overflow menu. Since April 2024 and React Native version 0.75
showPopupMenu
anddismissPopupMenu
are removed from the UIManager.Hence, this logic right here breaks. The presenter returned as an empty object and is not callable.
There might be a other issues, but this one was discovered while trying to compile ts code.