10 2020 档案

摘要:第一步:创建NativeModule package com.demo.ReactNativeBridge; import android.content.Intent; import android.net.Uri; import android.os.Build; import androidx 阅读全文
posted @ 2020-10-19 23:21 C永锻 阅读(588) 评论(0) 推荐(0)
摘要:通过webView打开支付页面,实现app内的微信H5支付功能。 安卓端: 需要添加webView的referrer信息。 修改react-native-webview\android\src\main\java\com\reactnativecommunity\webview\RNCWebView 阅读全文
posted @ 2020-10-10 11:01 C永锻 阅读(725) 评论(0) 推荐(0)