react-native-uelong-tencent-captcha

1.0.0 • Public • Published

react-native-uelong-tencent-captcha

Getting started

$ npm install react-native-uelong-tencent-captcha --save

Mostly automatic installation

$ react-native link react-native-uelong-tencent-captcha

Manual installation

Android

  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.uelongTencentCaptcha.RNUelongTencentCaptchaPackage; to the imports at the top of the file
  • Add new RNUelongTencentCaptchaPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-uelong-tencent-captcha'
    project(':react-native-uelong-tencent-captcha').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-uelong-tencent-captcha/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-uelong-tencent-captcha')
    

Usage

import RNUelongTencentCaptcha from 'react-native-uelong-tencent-captcha';
 
// TODO: What to do with the module?
RNUelongTencentCaptcha;

Readme

Keywords

Package Sidebar

Install

npm i react-native-uelong-tencent-captcha

Weekly Downloads

0

Version

1.0.0

License

none

Unpacked Size

106 kB

Total Files

23

Last publish

Collaborators

  • uelong