Skip to content

Instantly share code, notes, and snippets.

@ou2s
ou2s / RegulaExample.m
Created September 24, 2019 08:28
Regula example
for (DocumentReaderTextField *textField in result.textResult.fields) {
NSString *value = [result getTextFieldValueByTypeWithFieldType:textField.fieldType lcid:textField.lcid];
}
apply plugin: "nebula.dependency-lock"
apply plugin: "com.android.application"
apply plugin: 'io.fabric'
project.ext.vectoricons = [
iconFontNames: ['MaterialIcons.ttf'] // Name of the font files you want to copy
]
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
import com.android.build.OutputFile
#import "RNDFPNativeAds.h"
#if __has_include(<React/RCTUtils.h>)
#import <React/RCTUtils.h>
#import <React/RCTConvert.h>
#else
#import "RCTUtils.h"
#endif
static NSString *const kEventAdLoaded = @"nativeCustomTemplateAdLoaded";