TP-53751 | VKYC hotfix

This commit is contained in:
yashmantri
2024-05-06 13:10:35 +05:30
parent fd0d19d07e
commit 14be896c69
3 changed files with 5 additions and 5 deletions

View File

@@ -134,8 +134,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 149
def VERSION_NAME = "2.9.8"
def VERSION_CODE = 150
def VERSION_NAME = "2.9.9"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.9.8",
"buildNumber": "149",
"version": "2.9.9",
"buildNumber": "150",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",

View File

@@ -24,7 +24,7 @@ export const getDocumentDetails = async (document: IDocument) => {
const imageUrl = document.uri;
if (!imageUrl) return null;
const docType = getDocumentType(document?.docContentType);
if (!docType) return null;
if (!docType && document.type !== DOCUMENT_TYPE.VKYC_VIDEO) return null;
switch (document.type) {
case DOCUMENT_TYPE.VKYC_VIDEO:
return {