从我的本机应用程序关闭正在运行的应用程序

时间:2019-06-28 09:57:44

标签: react-native

您好,我只想知道如何使用以下命令停止从我的本机应用程序启动的应用程序:

Linking.openURL()

我想在:中停止该应用程序

setTimeout(()=>{
      //// what to write here to close the app above
   },10000)

请帮助。我在react-native的Linking模块中找不到执行此操作的方法 https://facebook.github.io/react-native/docs/linking.html

0 个答案:

没有答案