We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native @0.59.10 react-native-alipay @2.6 ios Alipay.pay()跳转浏览器支付后无回调
The text was updated successfully, but these errors were encountered:
相同问题
Sorry, something went wrong.
目前暂时通过以下方法判断 Linking.canOpenURL('alipay://').then(install => { console.log('alipay is installed :', install) })
Linking.canOpenURL('alipay://').then(install => { console.log('alipay is installed :', install) })
我也遇到和楼主同样的问题
No branches or pull requests
react-native @0.59.10
react-native-alipay @2.6
ios Alipay.pay()跳转浏览器支付后无回调
The text was updated successfully, but these errors were encountered: