Currently, UIManager's showPopupMenu throws an exception when it can't find the tag. The Android implementation was changed such that the error is reported back to JavaScript rather than throwing a native exception.
Here's the Android PR that needs to be ported to RNW: facebook/react-native#17550