SDK Setup
Package Installation
yarn add 'react-native-accurascan-micr'
OR
npm i react-native-accurascan-micrUsage Import npm library into file.
import AccurascanMICR from 'react-native-accurascan-micr';Setup Android
allprojects {
repositories {
google()
jcenter()
maven {
url 'https://jitpack.io'
credentials { username 'jp_ssguccab6c5ge2l4jitaj92ek2' }
}
}
}Setup iOS
Setup Accura Scan licenses into your projects
Last updated