2.7.0 • Published 4 months ago

jverification-react-native v2.7.0

Weekly downloads
97
License
ISC
Repository
github
Last release
4 months ago

JVerification-React-Native

1. 安装

npm install jverification-react-native --save
  • 注意:如果项目里没有jcore-react-native,需要安装

    npm install jcore-react-native --save

2. 配置

2.1 Android

  • build.gradle

    android {
          defaultConfig {
              applicationId "yourApplicationId"           //在此替换你的应用包名
              ...
              manifestPlaceholders = [
                      JPUSH_APPKEY: "yourAppKey",         //在此替换你的APPKey
                      JPUSH_CHANNEL: "yourChannel"        //在此替换你的channel
              ]
          }
      }
    dependencies {
          ...
          implementation project(':jverification-react-native') // 添加 jverification 依赖
          implementation project(':jcore-react-native')         // 添加 jcore 依赖
      }
  • setting.gradle

    include ':jverification-react-native'
    project(':jverification-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jverification-react-native/android')
    include ':jcore-react-native'
    project(':jcore-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jcore-react-native/android')

2.2 iOS

2.2.1 pod

pod install
  • 注意:如果项目里使用pod安装过,请先执行命令

    pod deintegrate

2.2.2 配置AppKey

  • App.js
const initParams = {
    'time': 5000,
    'appKey': 'yourAppKey',               //仅iOS
    'channel': 'channel',                 //仅iOS
    'advertisingId': 'advertisingId',     //仅iOS
    'isProduction': false,                //仅iOS
};

2.2.3 图片

请将iOS example 项目中的JVerificationResource.bundle文件夹拉到您的iOS项目中。 拉文件时xcode会弹出添加文件的选项框:请选择: Destination: Copy items if needed 勾上 Added folders: 选择 Create Groups Add to Targets: 选择第一个框框

另外如果您需要设置您的自定义图片的话,请将您的图片添加进JVerificationResource.bundle文件夹中。

3. 引用

参考:App.js

4. API

5. 其他

  • 集成前务必将example工程跑通
  • JVerification2.2.0属于重构版本,如有紧急需求请前往极光社区
  • 上报问题还麻烦先调用JVerification.setLoggerEnable( true),拿到debug日志

2.7.0

4 months ago

2.6.9

4 months ago

2.6.7

9 months ago

2.6.6

9 months ago

2.6.8

9 months ago

2.6.3

12 months ago

2.6.5

10 months ago

2.6.4

10 months ago

2.6.2

1 year ago

2.6.1

1 year ago

2.6.0

1 year ago

2.5.8

2 years ago

2.5.7

2 years ago

2.5.9

2 years ago

2.5.6

2 years ago

2.5.4

3 years ago

2.5.5

3 years ago

2.5.2

3 years ago

2.5.3

3 years ago

2.5.0

3 years ago

2.5.1

3 years ago

2.4.9

4 years ago

2.4.8

4 years ago

2.4.7

4 years ago

2.4.6

4 years ago

2.4.5

4 years ago

2.4.4

5 years ago

2.4.3

5 years ago

2.4.2

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.5

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago