File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 11# JVerification-React-Native
22
3+ ## ChangeLog
4+
5+ 1.从RN-JCore1.6.0开始,Android集成插件时不需要在AndroidManifest.xml中添加配置代码
6+
7+ 2.修复添加自定义布局问题
8+
39## 1. 安装
410
511```
@@ -39,17 +45,6 @@ npm install jverification-react-native --save
3945 }
4046 ```
4147
42- * AndridManifest.xml
43-
44- ```
45- <meta-data
46- android:name="JPUSH_CHANNEL"
47- android:value="${JPUSH_CHANNEL}" />
48- <meta-data
49- android:name="JPUSH_APPKEY"
50- android:value="${JPUSH_APPKEY}" />
51- ```
52-
5348* setting.gradle
5449
5550 ```
@@ -121,7 +116,6 @@ pod install
121116
122117* 集成前务必将example工程跑通
123118* JVerification2.2.0属于重构版本,如有紧急需求请前往[ 极光社区] ( https://community.jiguang.cn/c/question )
124- * 目前react-native link无法使用
125119* 上报问题还麻烦先调用JVerification.setLoggerEnable( true),拿到debug日志
126120
127121
You can’t perform that action at this time.
0 commit comments