1.Install Git LFS using command install brew install git-lfs OR port install git-lfs
Verify that the installation was successful:
$ git lfs install
> Git LFS initialized.
2.Add the following in your podfile use_frameworks! below prepare_react_native_project!
and comment this line :flipper_configuration => flipper_config
3.Run pod install
Add this permissions into iOS Info.plist file.
<key>NSCameraUsageDescription</key>
<string>App usage camera for scan documents.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>App usage photos for get document picture.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>App usage photos for save document picture.</string>
Setup Accura Scan licenses into your projects
accuraface.license
This license is compulsory for this library to work. it will get all setup of accura SDK.
For Android
Create "assets" folder under app/src/main and Add license file in to assets folder.
- accuraface.license // for Accura Scan OCR
To generate your Accura Scan license contact sales@accurascan.com
For iOS
Place the license in your <project name>/ios/project's directory, and add the licenses to the target.