Skip to content

devops35/react-native-wescan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-wescan

Getting started

$ npm install react-native-wescan --save

Mostly automatic installation

$ react-native link react-native-wescan

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-wescan and add RNWescan.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNWescan.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Usage

import RNWescan from 'react-native-wescan';


RNWescan.scanDocument((response) => {
  console.log(response) //It will give the private path of the final image
})

About

React Native Version of IOS WeScan

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 96.9%
  • Objective-C 2.0%
  • Other 1.1%