File tree Expand file tree Collapse file tree 2 files changed +32
-57
lines changed
Expand file tree Collapse file tree 2 files changed +32
-57
lines changed Original file line number Diff line number Diff line change 1+ ### v 2.4.4
2+ - android增加弹窗自定义关闭按钮
3+
4+ ### v 2.4.3
5+ - iOS、android增加弹窗登录
6+
7+ ### v 2.4.2
8+ - 修复bug,优化体验
9+
10+ ### v 2.4.1
11+ - 修复了安卓设置隐私文字大小无效
12+
13+ ### v 2.4.0
14+ - 更新了原生sdk版本
15+ - 增加获取验证码,设置前后两次获取验证码时间间隔的功能
16+
17+ ### v 2.3.0
18+ 1.由于RN-JCore1.6.0存在编译问题,从RN-JCore1.7.0开始,还是需要在AndroidManifest.xml中添加配置代码,具体参考 配置-2.1 Android
19+
20+ 2.修复添加自定义布局问题
Original file line number Diff line number Diff line change 11# JVerification-React-Native
22
3- ## ChangeLog
4- ### v 2.4.4
5- - android增加弹窗自定义关闭按钮
6-
7- ### v 2.4.3
8- - iOS、android增加弹窗登录
9-
10- ### v 2.4.2
11- - 修复bug,优化体验
12-
13- ### v 2.4.1
14- - 修复了安卓设置隐私文字大小无效
15-
16- ### v 2.4.0
17- - 更新了原生sdk版本
18- - 增加获取验证码,设置前后两次获取验证码时间间隔的功能
19-
20- ### v 2.3.0
21- 1.由于RN-JCore1.6.0存在编译问题,从RN-JCore1.7.0开始,还是需要在AndroidManifest.xml中添加配置代码,具体参考 配置-2.1 Android
22-
23- 2.修复添加自定义布局问题
24-
253## 1. 安装
264
275```
@@ -83,42 +61,19 @@ pod install
8361 ```
8462 pod deintegrate
8563 ```
64+
65+ ### 2.2.2 配置AppKey
8666
87- ### 2.2.2 手动方式
88-
89- * Libraries
90-
91- ```
92- Add Files to "your project name"
93- node_modules/jcore-react-native/ios/RCTJCoreModule.xcodeproj
94- node_modules/jverification-react-native/ios/RCTJVerificationModule.xcodeproj
95- ```
96-
97- * Build Settings
98-
99- ```
100- All --- Search Paths --- Header Search Paths --- +
101- $(SRCROOT)/../node_modules/jcore-react-native/ios/RCTJCoreModule/
102- $(SRCROOT)/../node_modules/jverification-react-native/ios/RCTJVerificationModule/
103- ```
104-
105- * Build Phases
106-
107- ```
108- libz.tbd
109- libc++.1.tbd
110- libresolv.tbd
111- libsqlite3.tbd
112- libRCTJCoreModule.a
113- libRCTJVerificationModule.a
114- ```
115-
116- * info.plist
117-
118- ```
119- View controller-based status bar appearance : YES
120- ```
121-
67+ * App.js
68+ ```
69+ const initParams = {
70+ 'time': 5000,
71+ 'appKey': 'yourAppKey', //仅iOS
72+ 'channel': 'channel', //仅iOS
73+ 'advertisingId': 'advertisingId', //仅iOS
74+ 'isProduction': false, //仅iOS
75+ };
76+ ```
12277
12378## 3. 引用
12479
You can’t perform that action at this time.
0 commit comments