您好,我只想知道如何使用以下命令停止从我的本机应用程序启动的应用程序:
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