如何让 Alert / Modal / Dialog 服务在应用程序关闭时出现 React Native?

How to make the Alert / Modal / Dialog service appear when the application is closed react native?

我有一个问题,这里我做了两个申请,卖家和买家。当买家通过点击 API / Socket IO 付款时,卖家应用程序会显示一个弹出窗口。这些弹出窗口就像 phone 通话或视频通话。

已解决您必须使用系统警报 Window 进行浮动,或者您可以在 android Q 及更高版本中使用 Buble。

https://www.xda-developers.com/android-q-system-alert-window-deprecate-bubbles/

你应该使用一个桥接你的原生 Java 到你的 React Native 组件。