Skip to content

Commit

Permalink
Final commit for 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam committed Feb 24, 2020
1 parent 804ea43 commit b243ac7
Show file tree
Hide file tree
Showing 21 changed files with 828 additions and 818 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package com.demoapp;

import com.jumio.react.JumioActivity;

public class MainActivity extends JumioActivity {
import com.facebook.react.ReactActivity;

public class MainActivity extends ReactActivity {

/**
* Returns the name of the main component registered from JavaScript.
Expand Down
2 changes: 1 addition & 1 deletion DemoApp/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
maven { url 'http://mobile-sdk.jumio.com' }
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.2")
classpath('com.android.tools.build:gradle:3.5.3')
// classpath("com.google.gms:google-services:4.2.0")
classpath("com.google.android.gms:play-services-vision:19.0.0")
// NOTE: Do not place your application dependencies here; they belong
Expand Down
20 changes: 10 additions & 10 deletions DemoApp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const startDocumentVerification = () => {
//callbackUrl: "URL",
//documentName: "Name",
//customDocumentCode: "Custom",
//cameraPosition: "back",
//enableExtraction: true
//cameraPosition: "back",
//enableExtraction: true
});
JumioMobileSDKDocumentVerification.startDocumentVerification();
};
Expand Down Expand Up @@ -103,8 +103,8 @@ emitterNetverify.addListener(
(EventDocumentData) => console.warn("EventDocumentData: " + JSON.stringify(EventDocumentData))
);
emitterNetverify.addListener(
'EventError',
(EventError) => console.warn("EventError: " + JSON.stringify(EventError))
'EventErrorNetverify',
(EventErrorNetverify) => console.warn("EventErrorNetverify: " + JSON.stringify(EventErrorNetverify))
);

const emitterAuthentication = new NativeEventEmitter(JumioMobileSDKAuthentication);
Expand All @@ -113,8 +113,8 @@ emitterAuthentication.addListener(
(EventAuthentication) => console.warn("EventAuthentication: " + JSON.stringify(EventAuthentication))
);
emitterAuthentication.addListener(
'EventError',
(EventError) => console.warn("EventError: " + JSON.stringify(EventError))
'EventErrorAuthentication',
(EventErrorAuthentication) => console.warn("EventErrorAuthentication: " + JSON.stringify(EventErrorAuthentication))
);
emitterAuthentication.addListener(
'EventInitiateSuccess',
Expand All @@ -127,8 +127,8 @@ emitterDocumentVerification.addListener(
(EventDocumentVerification) => console.warn("EventDocumentVerification: " + JSON.stringify(EventDocumentVerification))
);
emitterDocumentVerification.addListener(
'EventError',
(EventError) => console.warn("EventError: " + JSON.stringify(EventError))
'EventErrorDocumentVerification',
(EventErrorDocumentVerification) => console.warn("EventErrorDocumentVerification: " + JSON.stringify(EventErrorDocumentVerification))
);

const emitterBamCheckout = new NativeEventEmitter(JumioMobileSDKBamCheckout)
Expand All @@ -137,8 +137,8 @@ emitterBamCheckout.addListener(
(EventCardInformation) => console.warn("EventCardInformation: " + JSON.stringify(EventCardInformation))
);
emitterBamCheckout.addListener(
'EventError',
(EventError) => console.warn("EventError: " + JSON.stringify(EventError))
'EventErrorBam',
(EventErrorBam) => console.warn("EventErrorBam: " + JSON.stringify(EventErrorBam))
);

export default class DemoApp extends Component {
Expand Down
18 changes: 10 additions & 8 deletions DemoApp/ios/DemoApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -936,13 +936,14 @@
"${BUILT_PRODUCTS_DIR}/DoubleConversion/DoubleConversion.framework",
"${BUILT_PRODUCTS_DIR}/FBReactNativeSpec/FBReactNativeSpec.framework",
"${BUILT_PRODUCTS_DIR}/Folly/folly.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.4.2/JumioCore.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.4.2/BAMCheckout.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.4.2/Netverify.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.4.2/NetverifyBarcode.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.4.2/MicroBlink.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.4.2/NetverifyFace.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.4.2/ZoomAuthenticationHybrid.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.5.0/JumioCore.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.5.0/BAMCheckout.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.5.0/Netverify.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.5.0/NetverifyBarcode.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.5.0/MicroBlink.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.5.0/NetverifyFace.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.5.0/ZoomAuthentication.framework",
"${PODS_ROOT}/JumioMobileSDK/JumioMobileSDK-3.5.0/DocumentVerification.framework",
"${BUILT_PRODUCTS_DIR}/RCTTypeSafety/RCTTypeSafety.framework",
"${BUILT_PRODUCTS_DIR}/React-Core/React.framework",
"${BUILT_PRODUCTS_DIR}/React-CoreModules/CoreModules.framework",
Expand Down Expand Up @@ -974,7 +975,8 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NetverifyBarcode.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MicroBlink.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NetverifyFace.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZoomAuthenticationHybrid.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZoomAuthentication.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentVerification.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTTypeSafety.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CoreModules.framework",
Expand Down
2 changes: 1 addition & 1 deletion DemoApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ def pods()
end

target "DemoApp" do
pod 'JumioMobileSDK', '3.4.2'
pod 'JumioMobileSDK', '3.5.0'
pods()
end
2 changes: 1 addition & 1 deletion DemoApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DemoApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DemoApp",
"version": "3.4.1",
"version": "3.5.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
Loading

0 comments on commit b243ac7

Please sign in to comment.