diff --git a/android/build.gradle b/android/build.gradle index f424392b..49afc947 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -57,7 +57,7 @@ repositories { dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile 'com.android.support:appcompat-v7:25.1.0' - compile 'io.anyline:anylinesdk:3.12.0@aar' + compile 'io.anyline:anylinesdk:3.13.0@aar' compile 'com.google.android.gms:play-services-vision:10.0.1' compile 'com.android.support:design:25.1.0' compile "com.facebook.react:react-native:+" // From node_modules diff --git a/example/Anyline/.gitignore b/example/Anyline/.gitignore index 10be1975..7cd737cb 100644 --- a/example/Anyline/.gitignore +++ b/example/Anyline/.gitignore @@ -21,7 +21,7 @@ DerivedData *.ipa *.xcuserstate project.xcworkspace - +ios/Pods # Android/IntelliJ # build/ diff --git a/example/Anyline/ios/Podfile.lock b/example/Anyline/ios/Podfile.lock new file mode 100644 index 00000000..6bd09636 --- /dev/null +++ b/example/Anyline/ios/Podfile.lock @@ -0,0 +1,37 @@ +PODS: + - Anyline (3.11.0) + - AnylineReact (3.12.0): + - Anyline + - React + - React (0.42.3): + - React/Core (= 0.42.3) + - React/Core (0.42.3): + - React/cxxreact + - Yoga (= 0.42.3.React) + - React/cxxreact (0.42.3): + - React/jschelpers + - React/jschelpers (0.42.3) + - Yoga (0.42.3.React) + +DEPENDENCIES: + - AnylineReact (from `../node_modules/anyline-ocr-react-native-module/ios`) + - React (from `../node_modules/react-native`) + - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) + +EXTERNAL SOURCES: + AnylineReact: + :path: ../node_modules/anyline-ocr-react-native-module/ios + React: + :path: ../node_modules/react-native + Yoga: + :path: ../node_modules/react-native/ReactCommon/yoga + +SPEC CHECKSUMS: + Anyline: 53f5f57972c6423162399d4509b682647256c670 + AnylineReact: cb45980cca09a3569c7b96a043c50ed34c6c4e8d + React: 35e039680feacd0563677d49ba410112d2748559 + Yoga: 86ce777665c8259b94ef8dbea76b84634237f4ea + +PODFILE CHECKSUM: 6822f4345c968c4b67919470057215fbc730a4b3 + +COCOAPODS: 1.2.0 diff --git a/example/Anyline/jsconfig.json b/example/Anyline/jsconfig.json new file mode 100644 index 00000000..c98b6e08 --- /dev/null +++ b/example/Anyline/jsconfig.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "allowJs": true, + "allowSyntheticDefaultImports": true + }, + "exclude": [ + "node_modules" + ] +} \ No newline at end of file