项目作者: NicalDai

项目描述 :
Yunxin RN sdk init Login Project
高级语言: JavaScript
项目地址: git://github.com/NicalDai/AwesomeProject.git
创建时间: 2020-09-07T02:42:26Z
项目社区:https://github.com/NicalDai/AwesomeProject

开源协议:

下载


AwesomeProject

Yunxin RN sdk init Login Project

how to RUN:

  1. npm install
    so you can get node_module file folder.
  2. Open Android folder by Android Studio.
  3. run project directory in Android Studio.
  4. if you got some error like:

    debug.keystore not found for signing config ‘debug’.

    Please run this command:

    keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000

    then put the file at:

    avatar

PS: My local RN version is 0.60.4 ! Android Studio Version 3.4.2, and Mac environment.
If you have any question, make an issue Plz. I will check it as soon as possible.

init code location:

App.js:
avatar

webview site code:

https://faq.yunxin.163.com/kb/demo/avh5/index.html

Login Result:

you can get login result at the console log of Android Studio or Xcode.
avatar