https://github.com/bietkul/eva-payment-sdk
https://github.com/bietkul/eva-payment-sdk
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bietkul/eva-payment-sdk
- Owner: bietkul
- Created: 2018-04-23T06:05:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T06:59:13.000Z (about 7 years ago)
- Last Synced: 2025-01-23T17:35:25.230Z (5 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MrzScanner ReactNative Module
# How to use
Add `“mrz-scanner”: “git+ssh://[email protected]:valapay/mrz-scanner.git”` in your package.json file.
Run
`npm install`
`react-native-link`#Set Up
This is the first time set up to integrate the module in your app.
All the resources required for the set up of ios & android are available in the resources folder of this repo respectively.##Android
- Create a folder named `libs` in android -> app
- Save the `ReadID-core-1.10.0.aar` & `ReadID-MRZ-3.5.0.aar` files in `libs` folder.
- Add this code in android -> app -> build.gradle (If not present)
`repositories {
flatDir {
dirs 'libs'
}
}`##IOS
- Drag the `ScannerSDKFramework` in root of your project.
- Add the ScannerSDKFramework.framework & OCREngine.framework in Embedded Binaries Section of your xcode app.
- Go to build settings, search `Always Embed Swift Standard Libraries` & set it to yes.#Methods
To start Scan
`startScan(Callback Success, Callback Error)`