我试图找到一种方法,当用户按下react-native应用程序内部的按钮时,如何使用我的应用程序打开google play商店。有没有办法做到这一点?
您可以通过以下方式使用深度链接将用户从应用程序重定向:https : //developer.android.com/distribute/tools/promote/linking.html
以及Linking来自react-native 的API:http : //facebook.github.io/react- native/docs/linking.html
Linking