react-native-timacare 3.3.60-cccd → 3.3.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AppStore.js +1 -1
- package/lib/commonjs/AppStore.js.flow +0 -119
- package/lib/commonjs/AppStore.js.map +1 -1
- package/lib/commonjs/assets/icons/modal_confirm.svg +18 -8
- package/lib/commonjs/assets/icons/modal_notice.svg +42 -41
- package/lib/commonjs/assets/icons/modal_success.svg +36 -27
- package/lib/commonjs/assets/icons/modal_warning.svg +27 -27
- package/lib/commonjs/assets/svgs/upload.svg +8 -2
- package/lib/commonjs/components/ItemTimaOne.js +1 -1
- package/lib/commonjs/components/ItemTimaOne.js.flow +4 -14
- package/lib/commonjs/components/ItemTimaOne.js.map +1 -1
- package/lib/commonjs/components/ModalNotification/index.js +1 -1
- package/lib/commonjs/components/ModalNotification/index.js.flow +1 -1
- package/lib/commonjs/navigation/primary-navigator.js +1 -1
- package/lib/commonjs/navigation/primary-navigator.js.flow +0 -3
- package/lib/commonjs/navigation/primary-navigator.js.map +1 -1
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js +1 -1
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js.flow +17 -6
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js +1 -1
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js.flow +0 -25
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js +1 -1
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js.flow +0 -26
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js.map +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js.flow +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js.map +1 -1
- package/lib/commonjs/screens/main/index.js +1 -1
- package/lib/commonjs/screens/main/index.js.flow +0 -1
- package/lib/commonjs/screens/main/index.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/OCR.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/OCR.js.flow +21 -7
- package/lib/commonjs/screens/toan-trinh-so/OCR.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.flow +21 -7
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
- package/lib/module/AppStore.js +1 -1
- package/lib/module/AppStore.js.map +1 -1
- package/lib/module/assets/icons/modal_confirm.svg +18 -8
- package/lib/module/assets/icons/modal_notice.svg +42 -41
- package/lib/module/assets/icons/modal_success.svg +36 -27
- package/lib/module/assets/icons/modal_warning.svg +27 -27
- package/lib/module/assets/svgs/upload.svg +8 -2
- package/lib/module/components/ItemTimaOne.js +1 -1
- package/lib/module/components/ItemTimaOne.js.map +1 -1
- package/lib/module/components/ModalNotification/index.js +1 -1
- package/lib/module/navigation/primary-navigator.js +1 -1
- package/lib/module/navigation/primary-navigator.js.map +1 -1
- package/lib/module/screens/camera/CCCDCameraScreen.js +1 -1
- package/lib/module/screens/camera/CCCDCameraScreen.js.map +1 -1
- package/lib/module/screens/detail-loan/PaymentInfo.js +1 -1
- package/lib/module/screens/detail-loan/PaymentInfo.js.map +1 -1
- package/lib/module/screens/detail-loan/ShowQrCode.js +1 -1
- package/lib/module/screens/detail-loan/ShowQrCode.js.map +1 -1
- package/lib/module/screens/home/DigitalTopupItem.js +1 -1
- package/lib/module/screens/home/DigitalTopupItem.js.map +1 -1
- package/lib/module/screens/main/index.js +1 -1
- package/lib/module/screens/main/index.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/OCR.js +1 -1
- package/lib/module/screens/toan-trinh-so/OCR.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleCamera.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
- package/lib/typescript/AppStore.d.ts +0 -5
- package/lib/typescript/AppStore.d.ts.map +1 -1
- package/lib/typescript/components/ItemTimaOne.d.ts.map +1 -1
- package/lib/typescript/navigation/primary-navigator.d.ts +0 -1
- package/lib/typescript/navigation/primary-navigator.d.ts.map +1 -1
- package/lib/typescript/screens/camera/CCCDCameraScreen.d.ts.map +1 -1
- package/lib/typescript/screens/main/index.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/OCR.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleCamera.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AppStore.tsx +0 -119
- package/src/assets/icons/modal_confirm.svg +18 -8
- package/src/assets/icons/modal_notice.svg +42 -41
- package/src/assets/icons/modal_success.svg +36 -27
- package/src/assets/icons/modal_warning.svg +27 -27
- package/src/assets/svgs/upload.svg +8 -2
- package/src/components/ItemTimaOne.tsx +4 -14
- package/src/components/ModalNotification/index.tsx +1 -1
- package/src/navigation/primary-navigator.tsx +0 -3
- package/src/screens/camera/CCCDCameraScreen.tsx +17 -6
- package/src/screens/detail-loan/PaymentInfo.tsx +0 -25
- package/src/screens/detail-loan/ShowQrCode.tsx +0 -26
- package/src/screens/home/DigitalTopupItem.tsx +1 -1
- package/src/screens/main/index.tsx +0 -1
- package/src/screens/toan-trinh-so/OCR.tsx +21 -7
- package/src/screens/toan-trinh-so/VehicleCamera.tsx +21 -7
- package/lib/commonjs/screens/personal/bg.png +0 -0
- package/lib/commonjs/screens/personal/index.js +0 -2
- package/lib/commonjs/screens/personal/index.js.flow +0 -112
- package/lib/commonjs/screens/personal/index.js.map +0 -1
- package/lib/commonjs/screens/qualify/Store.js +0 -2
- package/lib/commonjs/screens/qualify/Store.js.flow +0 -49
- package/lib/commonjs/screens/qualify/Store.js.map +0 -1
- package/lib/commonjs/screens/qualify/index.js +0 -2
- package/lib/commonjs/screens/qualify/index.js.flow +0 -220
- package/lib/commonjs/screens/qualify/index.js.map +0 -1
- package/lib/module/screens/personal/bg.png +0 -0
- package/lib/module/screens/personal/index.js +0 -2
- package/lib/module/screens/personal/index.js.map +0 -1
- package/lib/module/screens/qualify/Store.js +0 -2
- package/lib/module/screens/qualify/Store.js.map +0 -1
- package/lib/module/screens/qualify/index.js +0 -2
- package/lib/module/screens/qualify/index.js.map +0 -1
- package/lib/typescript/screens/personal/index.d.ts +0 -2
- package/lib/typescript/screens/personal/index.d.ts.map +0 -1
- package/lib/typescript/screens/qualify/Store.d.ts +0 -8
- package/lib/typescript/screens/qualify/Store.d.ts.map +0 -1
- package/lib/typescript/screens/qualify/index.d.ts +0 -2
- package/lib/typescript/screens/qualify/index.d.ts.map +0 -1
- package/src/screens/personal/bg.png +0 -0
- package/src/screens/personal/index.tsx +0 -112
- package/src/screens/qualify/Store.tsx +0 -49
- package/src/screens/qualify/index.tsx +0 -220
|
@@ -1,55 +1,64 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path
|
|
3
|
-
<
|
|
4
|
-
<
|
|
1
|
+
<svg width="59" height="51" viewBox="0 0 59 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_13997_70644)">
|
|
3
|
+
<path d="M44.4717 10.8145L33.0961 7.75558C28.9698 6.64602 25.92 8.42461 24.8108 12.5791L21.0538 26.65C19.9264 30.8727 21.696 33.8888 25.8222 34.9984L37.1979 38.0573C41.3906 39.1848 44.358 37.4424 45.4854 33.2198L49.2424 19.1489C50.3516 14.9943 48.6644 11.9419 44.4717 10.8145Z" fill="url(#paint0_linear_13997_70644)"/>
|
|
4
|
+
<g opacity="0.5" filter="url(#filter0_f_13997_70644)">
|
|
5
|
+
<path d="M41.5001 14.6669L33.7498 12.5828C30.9386 11.8269 28.8607 13.0386 28.105 15.8691L25.5453 25.4558C24.7772 28.3327 25.9828 30.3876 28.7941 31.1436L36.5444 33.2277C39.401 33.9958 41.4227 32.8087 42.1908 29.9318L44.7504 20.3452C45.5062 17.5146 44.3567 15.435 41.5001 14.6669Z" fill="#39B93A"/>
|
|
5
6
|
</g>
|
|
6
|
-
<foreignObject x="-
|
|
7
|
-
<mask id="path-3-outside-
|
|
8
|
-
<rect fill="white" x="
|
|
9
|
-
<path d="
|
|
7
|
+
<foreignObject x="-15.208" y="-12.2461" width="82.335" height="82.4492"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_1_13997_70644_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="24">
|
|
8
|
+
<mask id="path-3-outside-1_13997_70644" maskUnits="userSpaceOnUse" x="8.79199" y="11.7539" width="35" height="35" fill="black">
|
|
9
|
+
<rect fill="white" x="8.79199" y="11.7539" width="35" height="35"/>
|
|
10
|
+
<path d="M32.9764 12.7539H18.959C13.4782 12.7539 9.79199 16.6155 9.79199 22.3592V35.6152C9.79199 41.3426 13.4782 45.2042 18.959 45.2042H32.9764C38.4572 45.2042 42.1273 41.3426 42.1273 35.6152V22.3592C42.1273 16.6155 38.4572 12.7539 32.9764 12.7539"/>
|
|
10
11
|
</mask>
|
|
11
|
-
<path d="
|
|
12
|
-
<path d="
|
|
12
|
+
<path d="M32.9764 12.7539H18.959C13.4782 12.7539 9.79199 16.6155 9.79199 22.3592V35.6152C9.79199 41.3426 13.4782 45.2042 18.959 45.2042H32.9764C38.4572 45.2042 42.1273 41.3426 42.1273 35.6152V22.3592C42.1273 16.6155 38.4572 12.7539 32.9764 12.7539" fill="url(#paint1_linear_13997_70644)"/>
|
|
13
|
+
<path d="M32.9764 13.7539C33.5287 13.7539 33.9764 13.3062 33.9764 12.7539C33.9764 12.2016 33.5287 11.7539 32.9764 11.7539V12.7539V13.7539ZM32.9764 11.7539C32.4241 11.7539 31.9764 12.2016 31.9764 12.7539C31.9764 13.3062 32.4241 13.7539 32.9764 13.7539V12.7539V11.7539ZM32.9764 12.7539V11.7539H18.959V12.7539V13.7539H32.9764V12.7539ZM18.959 12.7539V11.7539C15.9747 11.7539 13.4115 12.8109 11.5968 14.7122C9.78595 16.6095 8.79199 19.2716 8.79199 22.3592H9.79199H10.792C10.792 19.7031 11.6411 17.5625 13.0436 16.0931C14.4422 14.6277 16.4625 13.7539 18.959 13.7539V12.7539ZM9.79199 22.3592H8.79199V35.6152H9.79199H10.792V22.3592H9.79199ZM9.79199 35.6152H8.79199C8.79199 38.6954 9.7864 41.3534 11.5972 43.2484C13.4118 45.1473 15.9748 46.2042 18.959 46.2042V45.2042V44.2042C16.4625 44.2042 14.4419 43.3304 13.0432 41.8666C11.6407 40.399 10.792 38.2624 10.792 35.6152H9.79199ZM18.959 45.2042V46.2042H32.9764V45.2042V44.2042H18.959V45.2042ZM32.9764 45.2042V46.2042C35.9609 46.2042 38.5202 45.1472 40.331 43.2475C42.1377 41.352 43.1273 38.6942 43.1273 35.6152H42.1273H41.1273C41.1273 38.2637 40.2819 40.4003 38.8833 41.8675C37.4888 43.3305 35.4727 44.2042 32.9764 44.2042V45.2042ZM42.1273 35.6152H43.1273V22.3592H42.1273H41.1273V35.6152H42.1273ZM42.1273 22.3592H43.1273C43.1273 19.2728 42.1381 16.6109 40.3314 14.7131C38.5205 12.811 35.9609 11.7539 32.9764 11.7539V12.7539V13.7539C35.4727 13.7539 37.4885 14.6276 38.8829 16.0922C40.2814 17.5612 41.1273 19.7019 41.1273 22.3592H42.1273Z" fill="url(#paint2_linear_13997_70644)" mask="url(#path-3-outside-1_13997_70644)"/>
|
|
13
14
|
</g>
|
|
14
|
-
<foreignObject x="
|
|
15
|
-
<mask id="path-5-inside-
|
|
16
|
-
<path d="
|
|
15
|
+
<foreignObject x="3.78809" y="8.71094" width="44.3408" height="40.5391"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_2_13997_70644_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter2_d_13997_70644)" data-figma-bg-blur-radius="15">
|
|
16
|
+
<mask id="path-5-inside-2_13997_70644" fill="white">
|
|
17
|
+
<path d="M24.0401 34.2516C23.678 34.2516 23.3158 34.1137 23.0394 33.8363L19.2028 29.986C18.6499 29.4311 18.6499 28.5322 19.2028 27.979C19.7557 27.4241 20.6498 27.4224 21.2027 27.9773L24.0401 30.8249L30.7142 24.1271C31.2671 23.5722 32.1612 23.5722 32.7141 24.1271C33.267 24.682 33.267 25.5809 32.7141 26.1358L25.0409 33.8363C24.7645 34.1137 24.4023 34.2516 24.0401 34.2516"/>
|
|
17
18
|
</mask>
|
|
18
|
-
<path d="
|
|
19
|
-
<path d="
|
|
19
|
+
<path d="M24.0401 34.2516C23.678 34.2516 23.3158 34.1137 23.0394 33.8363L19.2028 29.986C18.6499 29.4311 18.6499 28.5322 19.2028 27.979C19.7557 27.4241 20.6498 27.4224 21.2027 27.9773L24.0401 30.8249L30.7142 24.1271C31.2671 23.5722 32.1612 23.5722 32.7141 24.1271C33.267 24.682 33.267 25.5809 32.7141 26.1358L25.0409 33.8363C24.7645 34.1137 24.4023 34.2516 24.0401 34.2516" fill="url(#paint3_linear_13997_70644)"/>
|
|
20
|
+
<path d="M19.2028 27.979L19.3443 28.1203L19.3445 28.1201L19.2028 27.979ZM24.0401 30.8249L23.8985 30.966L24.0401 31.1082L24.1818 30.966L24.0401 30.8249ZM32.7141 26.1358L32.5724 25.9946V25.9946L32.7141 26.1358ZM25.0409 33.8363L25.1826 33.9774V33.9774L25.0409 33.8363ZM24.0401 34.2516V34.0516C23.7288 34.0516 23.4184 33.9333 23.181 33.6951L23.0394 33.8363L22.8977 33.9774C23.2133 34.2941 23.6271 34.4516 24.0401 34.4516V34.2516ZM23.0394 33.8363L23.181 33.6951L19.3445 29.8449L19.2028 29.986L19.0611 30.1272L22.8977 33.9774L23.0394 33.8363ZM19.2028 29.986L19.3445 29.8449C18.8692 29.3679 18.8695 28.5954 19.3443 28.1203L19.2028 27.979L19.0613 27.8376C18.4302 28.4691 18.4305 29.4944 19.0611 30.1272L19.2028 29.986ZM19.2028 27.979L19.3445 28.1201C19.8195 27.6434 20.5866 27.6424 21.0611 28.1185L21.2027 27.9773L21.3444 27.8362C20.713 27.2025 19.6919 27.2048 19.0611 27.8378L19.2028 27.979ZM21.2027 27.9773L21.0611 28.1185L23.8985 30.966L24.0401 30.8249L24.1818 30.6837L21.3444 27.8362L21.2027 27.9773ZM24.0401 30.8249L24.1818 30.966L30.8558 24.2683L30.7142 24.1271L30.5725 23.9859L23.8985 30.6837L24.0401 30.8249ZM30.7142 24.1271L30.8558 24.2683C31.3306 23.7918 32.0976 23.7918 32.5724 24.2683L32.7141 24.1271L32.8558 23.9859C32.2247 23.3526 31.2036 23.3526 30.5725 23.9859L30.7142 24.1271ZM32.7141 24.1271L32.5724 24.2683C33.0476 24.7451 33.0476 25.5178 32.5724 25.9946L32.7141 26.1358L32.8558 26.277C33.4865 25.644 33.4865 24.6189 32.8558 23.9859L32.7141 24.1271ZM32.7141 26.1358L32.5724 25.9946L24.8993 33.6951L25.0409 33.8363L25.1826 33.9774L32.8558 26.277L32.7141 26.1358ZM25.0409 33.8363L24.8993 33.6951C24.6619 33.9333 24.3515 34.0516 24.0401 34.0516V34.2516V34.4516C24.4531 34.4516 24.867 34.2941 25.1826 33.9774L25.0409 33.8363Z" fill="url(#paint4_linear_13997_70644)" fill-opacity="0.5" mask="url(#path-5-inside-2_13997_70644)"/>
|
|
21
|
+
</g>
|
|
20
22
|
</g>
|
|
21
23
|
<defs>
|
|
22
|
-
<filter id="
|
|
24
|
+
<filter id="filter0_f_13997_70644" x="11.3184" y="-1.63672" width="47.6582" height="49.0938" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
23
25
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
24
26
|
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
25
|
-
<feGaussianBlur stdDeviation="7" result="
|
|
27
|
+
<feGaussianBlur stdDeviation="7" result="effect1_foregroundBlur_13997_70644"/>
|
|
26
28
|
</filter>
|
|
27
|
-
<clipPath id="
|
|
28
|
-
</clipPath><filter id="
|
|
29
|
+
<clipPath id="bgblur_1_13997_70644_clip_path" transform="translate(15.208 12.2461)"><path d="M32.9764 12.7539H18.959C13.4782 12.7539 9.79199 16.6155 9.79199 22.3592V35.6152C9.79199 41.3426 13.4782 45.2042 18.959 45.2042H32.9764C38.4572 45.2042 42.1273 41.3426 42.1273 35.6152V22.3592C42.1273 16.6155 38.4572 12.7539 32.9764 12.7539"/>
|
|
30
|
+
</clipPath><filter id="filter2_d_13997_70644" x="3.78809" y="8.71094" width="44.3408" height="40.5391" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
29
31
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
30
32
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
31
33
|
<feOffset dx="5" dy="5"/>
|
|
32
34
|
<feGaussianBlur stdDeviation="5"/>
|
|
33
35
|
<feColorMatrix type="matrix" values="0 0 0 0 0.454902 0 0 0 0 0.870588 0 0 0 0 0.376471 0 0 0 0.5 0"/>
|
|
34
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="
|
|
35
|
-
<feBlend mode="normal" in="SourceGraphic" in2="
|
|
36
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13997_70644"/>
|
|
37
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13997_70644" result="shape"/>
|
|
36
38
|
</filter>
|
|
37
|
-
<clipPath id="
|
|
38
|
-
</clipPath><linearGradient id="
|
|
39
|
+
<clipPath id="bgblur_2_13997_70644_clip_path" transform="translate(-3.78809 -8.71094)"><path d="M24.0401 34.2516C23.678 34.2516 23.3158 34.1137 23.0394 33.8363L19.2028 29.986C18.6499 29.4311 18.6499 28.5322 19.2028 27.979C19.7557 27.4241 20.6498 27.4224 21.2027 27.9773L24.0401 30.8249L30.7142 24.1271C31.2671 23.5722 32.1612 23.5722 32.7141 24.1271C33.267 24.682 33.267 25.5809 32.7141 26.1358L25.0409 33.8363C24.7645 34.1137 24.4023 34.2516 24.0401 34.2516"/>
|
|
40
|
+
</clipPath><linearGradient id="paint0_linear_13997_70644" x1="50.999" y1="12.5697" x2="26.143" y2="27.7283" gradientUnits="userSpaceOnUse">
|
|
39
41
|
<stop stop-color="#9BF763"/>
|
|
40
42
|
<stop offset="1" stop-color="#26AB5B"/>
|
|
41
43
|
</linearGradient>
|
|
42
|
-
<linearGradient id="
|
|
44
|
+
<linearGradient id="paint1_linear_13997_70644" x1="10" y1="45.2042" x2="42" y2="13" gradientUnits="userSpaceOnUse">
|
|
45
|
+
<stop stop-color="#BDECB9"/>
|
|
46
|
+
<stop offset="1" stop-color="#69D366"/>
|
|
47
|
+
</linearGradient>
|
|
48
|
+
<linearGradient id="paint2_linear_13997_70644" x1="14.9392" y1="16.5344" x2="35.6545" y2="42.0998" gradientUnits="userSpaceOnUse">
|
|
43
49
|
<stop stop-color="white" stop-opacity="0.25"/>
|
|
44
50
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
45
51
|
</linearGradient>
|
|
46
|
-
<linearGradient id="
|
|
52
|
+
<linearGradient id="paint3_linear_13997_70644" x1="32.112" y1="25.6144" x2="16.1523" y2="26.3223" gradientUnits="userSpaceOnUse">
|
|
47
53
|
<stop stop-color="white"/>
|
|
48
|
-
<stop offset="1" stop-color="white" stop-opacity="0.
|
|
54
|
+
<stop offset="1" stop-color="white" stop-opacity="0.68"/>
|
|
49
55
|
</linearGradient>
|
|
50
|
-
<linearGradient id="
|
|
56
|
+
<linearGradient id="paint4_linear_13997_70644" x1="20.3329" y1="27.2468" x2="32.5098" y2="27.3383" gradientUnits="userSpaceOnUse">
|
|
51
57
|
<stop stop-color="white"/>
|
|
52
58
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
53
59
|
</linearGradient>
|
|
60
|
+
<clipPath id="clip0_13997_70644">
|
|
61
|
+
<rect width="59" height="51" fill="white"/>
|
|
62
|
+
</clipPath>
|
|
54
63
|
</defs>
|
|
55
64
|
</svg>
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path
|
|
3
|
-
<
|
|
4
|
-
<
|
|
1
|
+
<svg width="59" height="51" viewBox="0 0 59 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_13997_70625)">
|
|
3
|
+
<path d="M39.0977 29.7371L22.7809 13.3387C21.0633 11.58 18.2048 11.5357 16.425 13.2609C15.8047 13.8373 15.3788 14.5883 15.1776 15.38L9.13489 37.9862C8.8118 40.4258 10.5587 42.6669 13.0238 42.9648C13.5135 43.0122 14.0182 42.9918 14.5019 42.8921L36.9782 36.8143C38.1135 36.442 39.0392 35.6522 39.5958 34.588C40.1516 33.5207 40.2556 32.3009 39.8905 31.1737C39.7298 30.6924 39.4972 30.2502 39.0977 29.7371V29.7371Z" fill="url(#paint0_linear_13997_70625)"/>
|
|
4
|
+
<g filter="url(#filter0_f_13997_70625)">
|
|
5
|
+
<path d="M32.7389 31.1744L23.3841 21.7728C22.3994 20.7645 20.7605 20.739 19.7401 21.7281C19.3845 22.0586 19.1403 22.4892 19.0249 22.9431L15.5605 35.9038C15.3753 37.3025 16.3768 38.5874 17.7901 38.7582C18.0709 38.7853 18.3602 38.7736 18.6375 38.7165L31.5238 35.2319C32.1747 35.0185 32.7054 34.5657 33.0245 33.9555C33.3432 33.3436 33.4028 32.6443 33.1935 31.998C33.1013 31.7221 32.968 31.4685 32.7389 31.1744V31.1744Z" fill="#E40010"/>
|
|
5
6
|
</g>
|
|
6
|
-
<foreignObject x="
|
|
7
|
-
<foreignObject x="
|
|
8
|
-
<mask id="path-4-inside-
|
|
9
|
-
<path d="
|
|
7
|
+
<foreignObject x="-7.76367" y="-16.3398" width="88.9971" height="85.2812"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_1_13997_70625_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="24" d="M33.8164 8.91504C36.7092 7.30256 40.3827 8.36164 41.999 11.2383L56.1719 35.9639L55.7383 36.2119L56.1982 36.0176C56.4885 36.7045 56.641 37.2918 56.7031 37.8867L56.7246 38.1426V38.1465C56.8098 39.7378 56.2555 41.285 55.1719 42.4727L55.1709 42.4736C54.0894 43.6546 52.6218 44.3547 51.0273 44.4395H22.4297C21.7711 44.3992 21.1176 44.2492 20.5098 44.0195L20.499 44.0146C17.4185 42.7659 15.9257 39.2504 17.1826 36.1963L17.2119 36.1387L31.4814 11.2207C32.0115 10.2705 32.8161 9.44756 33.8164 8.91504Z" fill="url(#paint1_linear_13997_70625)" stroke="url(#paint2_linear_13997_70625)" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<foreignObject x="20.0156" y="5.59766" width="33.4121" height="45.5352"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_2_13997_70625_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="15">
|
|
9
|
+
<mask id="path-4-inside-1_13997_70625" fill="white">
|
|
10
|
+
<path d="M36.7314 32.7119C37.6671 32.7119 38.4275 33.4712 38.4277 34.4014C38.4277 35.353 37.6672 36.1318 36.7314 36.1318C35.7957 36.1318 35.0156 35.3531 35.0156 34.4229C35.0158 33.4888 35.7958 32.712 36.7314 32.7119ZM36.7314 20.5977C37.6672 20.5977 38.4277 21.3529 38.4277 22.2871V27.7812C38.4277 28.7135 37.6672 29.4922 36.7314 29.4922C35.7957 29.4921 35.0156 28.7135 35.0156 27.7812V22.2871C35.0156 21.353 35.7957 20.5977 36.7314 20.5977Z"/>
|
|
10
11
|
</mask>
|
|
11
|
-
<path d="
|
|
12
|
-
<path d="
|
|
12
|
+
<path d="M36.7314 32.7119C37.6671 32.7119 38.4275 33.4712 38.4277 34.4014C38.4277 35.353 37.6672 36.1318 36.7314 36.1318C35.7957 36.1318 35.0156 35.3531 35.0156 34.4229C35.0158 33.4888 35.7958 32.712 36.7314 32.7119ZM36.7314 20.5977C37.6672 20.5977 38.4277 21.3529 38.4277 22.2871V27.7812C38.4277 28.7135 37.6672 29.4922 36.7314 29.4922C35.7957 29.4921 35.0156 28.7135 35.0156 27.7812V22.2871C35.0156 21.353 35.7957 20.5977 36.7314 20.5977Z" fill="url(#paint3_linear_13997_70625)"/>
|
|
13
|
+
<path d="M36.7314 32.7119V32.3119H36.7314L36.7314 32.7119ZM38.4277 34.4014H38.8277V34.4013L38.4277 34.4014ZM36.7314 36.1318L36.7314 36.5318H36.7314V36.1318ZM35.0156 34.4229L34.6156 34.4228V34.4229H35.0156ZM36.7314 20.5977V20.1977H36.7314L36.7314 20.5977ZM38.4277 22.2871H38.8277V22.2871L38.4277 22.2871ZM36.7314 29.4922L36.7314 29.8922H36.7314V29.4922ZM35.0156 22.2871L34.6156 22.2871V22.2871H35.0156ZM36.7314 32.7119V33.1119C37.4473 33.1119 38.0276 33.6934 38.0277 34.4014L38.4277 34.4014L38.8277 34.4013C38.8275 33.2491 37.8868 32.3119 36.7314 32.3119V32.7119ZM38.4277 34.4014H38.0277C38.0277 35.1401 37.4383 35.7318 36.7314 35.7318V36.1318V36.5318C37.896 36.5318 38.8277 35.5659 38.8277 34.4014H38.4277ZM36.7314 36.1318L36.7315 35.7318C36.0154 35.7318 35.4156 35.1309 35.4156 34.4229H35.0156H34.6156C34.6156 35.5753 35.5761 36.5318 36.7314 36.5318L36.7314 36.1318ZM35.0156 34.4229L35.4156 34.4229C35.4157 33.7109 36.0155 33.112 36.7315 33.1119L36.7314 32.7119L36.7314 32.3119C35.5761 32.312 34.6158 33.2667 34.6156 34.4228L35.0156 34.4229ZM36.7314 20.5977V20.9977C37.4481 20.9977 38.0277 21.5757 38.0277 22.2871L38.4277 22.2871L38.8277 22.2871C38.8277 21.1302 37.8862 20.1977 36.7314 20.1977V20.5977ZM38.4277 22.2871H38.0277V27.7812H38.4277H38.8277V22.2871H38.4277ZM38.4277 27.7812H38.0277C38.0277 28.4976 37.4413 29.0922 36.7314 29.0922V29.4922V29.8922C37.8931 29.8922 38.8277 28.9294 38.8277 27.7812H38.4277ZM36.7314 29.4922L36.7315 29.0922C36.0157 29.0921 35.4156 28.4916 35.4156 27.7812H35.0156H34.6156C34.6156 28.9353 35.5758 29.8921 36.7314 29.8922L36.7314 29.4922ZM35.0156 27.7812H35.4156V22.2871H35.0156H34.6156V27.7812H35.0156ZM35.0156 22.2871L35.4156 22.2871C35.4156 21.5817 36.0088 20.9977 36.7315 20.9977L36.7314 20.5977L36.7314 20.1977C35.5827 20.1977 34.6156 21.1243 34.6156 22.2871L35.0156 22.2871Z" fill="url(#paint4_linear_13997_70625)" mask="url(#path-4-inside-1_13997_70625)"/>
|
|
14
|
+
</g>
|
|
13
15
|
</g>
|
|
14
16
|
<defs>
|
|
15
|
-
<filter id="
|
|
17
|
+
<filter id="filter0_f_13997_70625" x="-3.46191" y="2" width="55.7783" height="55.7734" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
16
18
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
17
19
|
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
18
|
-
<feGaussianBlur stdDeviation="9.5" result="
|
|
19
|
-
</filter>
|
|
20
|
-
<clipPath id="bgblur_0_13756_68495_clip_path" transform="translate(-0.582031 14.7109)"><path d="M43.1133 10.5781C46.1531 8.89006 50.0094 10.0038 51.707 13.0254L66.6729 39.1348L66.2393 39.3838L66.7002 39.1895C67.0493 40.0156 67.2079 40.7043 67.2529 41.4238V41.4287C67.3424 43.1016 66.7595 44.7269 65.6201 45.9756V45.9766C64.4829 47.2184 62.9401 47.9548 61.2637 48.0439H31.0986C31.0885 48.0439 31.0784 48.0436 31.0684 48.043C30.3758 48.0007 29.6884 47.8433 29.0488 47.6016L29.0371 47.5977C25.7985 46.2846 24.2305 42.5884 25.5518 39.3779C25.5599 39.3581 25.5694 39.3389 25.5801 39.3203L40.6494 13.0068C41.1734 12.0673 41.9526 11.2465 42.918 10.6865L43.1133 10.5781Z"/>
|
|
21
|
-
</clipPath><filter id="filter2_d_13756_68495" x="29.3574" y="7.89453" width="33.6025" height="46.4062" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
22
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
23
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
24
|
-
<feOffset dx="5" dy="5"/>
|
|
25
|
-
<feGaussianBlur stdDeviation="5"/>
|
|
26
|
-
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.216346 0 0 0 0 0.229407 0 0 0 1 0"/>
|
|
27
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13756_68495"/>
|
|
28
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13756_68495" result="shape"/>
|
|
20
|
+
<feGaussianBlur stdDeviation="9.5" result="effect1_foregroundBlur_13997_70625"/>
|
|
29
21
|
</filter>
|
|
30
|
-
<clipPath id="
|
|
31
|
-
</clipPath><
|
|
22
|
+
<clipPath id="bgblur_1_13997_70625_clip_path" transform="translate(7.76367 16.3398)"><path d="M33.8164 8.91504C36.7092 7.30256 40.3827 8.36164 41.999 11.2383L56.1719 35.9639L55.7383 36.2119L56.1982 36.0176C56.4885 36.7045 56.641 37.2918 56.7031 37.8867L56.7246 38.1426V38.1465C56.8098 39.7378 56.2555 41.285 55.1719 42.4727L55.1709 42.4736C54.0894 43.6546 52.6218 44.3547 51.0273 44.4395H22.4297C21.7711 44.3992 21.1176 44.2492 20.5098 44.0195L20.499 44.0146C17.4185 42.7659 15.9257 39.2504 17.1826 36.1963L17.2119 36.1387L31.4814 11.2207C32.0115 10.2705 32.8161 9.44756 33.8164 8.91504Z"/>
|
|
23
|
+
</clipPath><clipPath id="bgblur_2_13997_70625_clip_path" transform="translate(-20.0156 -5.59766)"><path d="M36.7314 32.7119C37.6671 32.7119 38.4275 33.4712 38.4277 34.4014C38.4277 35.353 37.6672 36.1318 36.7314 36.1318C35.7957 36.1318 35.0156 35.3531 35.0156 34.4229C35.0158 33.4888 35.7958 32.712 36.7314 32.7119ZM36.7314 20.5977C37.6672 20.5977 38.4277 21.3529 38.4277 22.2871V27.7812C38.4277 28.7135 37.6672 29.4922 36.7314 29.4922C35.7957 29.4921 35.0156 28.7135 35.0156 27.7812V22.2871C35.0156 21.353 35.7957 20.5977 36.7314 20.5977Z"/>
|
|
24
|
+
</clipPath><linearGradient id="paint0_linear_13997_70625" x1="24.8174" y1="27.2473" x2="2.64005" y2="48.1379" gradientUnits="userSpaceOnUse">
|
|
32
25
|
<stop stop-color="#FF9191"/>
|
|
33
26
|
<stop offset="1" stop-color="#EB5757"/>
|
|
34
27
|
</linearGradient>
|
|
35
|
-
<linearGradient id="
|
|
28
|
+
<linearGradient id="paint1_linear_13997_70625" x1="17.2373" y1="28.8277" x2="56.0632" y2="28.8277" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop stop-color="#FA8D90"/>
|
|
30
|
+
<stop offset="1" stop-color="#FFD9DA"/>
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<linearGradient id="paint2_linear_13997_70625" x1="23.4448" y1="12.7703" x2="45.3759" y2="42.7935" gradientUnits="userSpaceOnUse">
|
|
36
33
|
<stop stop-color="white" stop-opacity="0.25"/>
|
|
37
34
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
38
35
|
</linearGradient>
|
|
39
|
-
<linearGradient id="
|
|
36
|
+
<linearGradient id="paint3_linear_13997_70625" x1="36.7221" y1="21.4739" x2="33.5889" y2="21.1852" gradientUnits="userSpaceOnUse">
|
|
40
37
|
<stop stop-color="white" stop-opacity="0.75"/>
|
|
41
38
|
<stop offset="1" stop-color="white" stop-opacity="0.2"/>
|
|
42
39
|
</linearGradient>
|
|
43
|
-
<linearGradient id="
|
|
40
|
+
<linearGradient id="paint4_linear_13997_70625" x1="35.5588" y1="22.4074" x2="40.694" y2="23.8044" gradientUnits="userSpaceOnUse">
|
|
44
41
|
<stop stop-color="white" stop-opacity="0.25"/>
|
|
45
42
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
46
43
|
</linearGradient>
|
|
44
|
+
<clipPath id="clip0_13997_70625">
|
|
45
|
+
<rect width="59" height="51" fill="white"/>
|
|
46
|
+
</clipPath>
|
|
47
47
|
</defs>
|
|
48
48
|
</svg>
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.66602 4.16797C1.66602 2.78726 2.7853 1.66797 4.16602 1.66797H15.8327C17.2134 1.66797 18.3327 2.78726 18.3327 4.16797V15.8346C18.3327 17.2153 17.2134 18.3346 15.8327 18.3346H4.16602C2.7853 18.3346 1.66602 17.2153 1.66602 15.8346V4.16797ZM15.9019 16.6651C16.3041 16.632 16.2972 16.1232 16.0248 15.8256L8.80689 7.94286C7.78415 6.82715 6.0124 6.86898 5.04345 8.03171L3.52583 9.85286C3.40103 10.0026 3.33268 10.1914 3.33268 10.3863V15.8346C3.33268 16.2949 3.70578 16.668 4.16602 16.668H15.8327C15.856 16.668 15.8791 16.667 15.9019 16.6651ZM14.166 7.5013C15.0865 7.5013 15.8327 6.75511 15.8327 5.83464C15.8327 4.91416 15.0865 4.16797 14.166 4.16797C13.2455 4.16797 12.4993 4.91416 12.4993 5.83464C12.4993 6.75511 13.2455 7.5013 14.166 7.5013Z" fill="url(#paint0_linear_13297_169969)"/>
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="paint0_linear_13297_169969" x1="18.3327" y1="18.3346" x2="-0.604963" y2="15.143" gradientUnits="userSpaceOnUse">
|
|
5
|
+
<stop stop-color="#FF8E4F"/>
|
|
6
|
+
<stop offset="1" stop-color="#EF592E"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
3
9
|
</svg>
|
|
@@ -80,7 +80,7 @@ export default function ItemTimaOne({ item, navigation }: IProps) {
|
|
|
80
80
|
{
|
|
81
81
|
icon: Icon1,
|
|
82
82
|
title: 'CẬP NHẬT THÔNG TIN XE',
|
|
83
|
-
description: '
|
|
83
|
+
description: 'Thông tin xe',
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
icon: Icon5,
|
|
@@ -93,7 +93,7 @@ export default function ItemTimaOne({ item, navigation }: IProps) {
|
|
|
93
93
|
description: 'Giấy tờ CCCD/CC, ảnh chân dung, thông tin cá nhân',
|
|
94
94
|
},
|
|
95
95
|
{ icon: Icon14, title: 'CHỜ PHÊ DUYỆT' },
|
|
96
|
-
{ icon: Icon5, title: 'KÝ HỢP ĐỒNG ĐIỆN TỬ' },
|
|
96
|
+
{ icon: Icon5, title: 'EKYC & KÝ HỢP ĐỒNG ĐIỆN TỬ' },
|
|
97
97
|
{ icon: Icon2, title: 'NHẬN TIỀN GIẢI NGÂN' },
|
|
98
98
|
]
|
|
99
99
|
: [
|
|
@@ -108,7 +108,7 @@ export default function ItemTimaOne({ item, navigation }: IProps) {
|
|
|
108
108
|
description: 'Giấy tờ CCCD/CC, ảnh chân dung, thông tin cá nhân',
|
|
109
109
|
},
|
|
110
110
|
{ icon: Icon14, title: 'CHỜ PHÊ DUYỆT' },
|
|
111
|
-
{ icon: Icon5, title: 'KÝ HỢP ĐỒNG ĐIỆN TỬ' },
|
|
111
|
+
{ icon: Icon5, title: 'EKYC & KÝ HỢP ĐỒNG ĐIỆN TỬ' },
|
|
112
112
|
{ icon: Icon2, title: 'NHẬN TIỀN GIẢI NGÂN' },
|
|
113
113
|
];
|
|
114
114
|
|
|
@@ -323,17 +323,7 @@ export default function ItemTimaOne({ item, navigation }: IProps) {
|
|
|
323
323
|
<View style={$row}>
|
|
324
324
|
<View style={styles.statusLeft}>
|
|
325
325
|
<MText style={styles.statusLabel}>Trạng thái</MText>
|
|
326
|
-
<MText style={styles.statusValue}>
|
|
327
|
-
{step <= 1
|
|
328
|
-
? 'Chờ cập nhật thông tin tài sản'
|
|
329
|
-
: step === 3
|
|
330
|
-
? 'Chờ cập nhật thông tin khoản vay'
|
|
331
|
-
: isPersonalStep
|
|
332
|
-
? 'Chờ cập nhật thông tin cá nhân'
|
|
333
|
-
: step === 9
|
|
334
|
-
? 'Chờ cập nhật eKYC'
|
|
335
|
-
: 'Đơn vay đang trong quá trình xử lý'}
|
|
336
|
-
</MText>
|
|
326
|
+
<MText style={styles.statusValue}>{item?.statusTima}</MText>
|
|
337
327
|
</View>
|
|
338
328
|
{primaryAction && (
|
|
339
329
|
<UpdateButton
|
|
@@ -24,7 +24,6 @@ import { ESign } from '../screens/eSign';
|
|
|
24
24
|
import { NationalIDBack } from '../screens/nationalIDBack';
|
|
25
25
|
import { Contract } from '../screens/contract';
|
|
26
26
|
import { Video } from '../screens/uploadVideo';
|
|
27
|
-
import { Qualify } from '../screens/qualify';
|
|
28
27
|
import { QuickSubmit } from '../screens/quick-submit';
|
|
29
28
|
import { CommonSelect } from '../components/select';
|
|
30
29
|
import { FullSubmit } from '../screens/full-submit';
|
|
@@ -100,7 +99,6 @@ export const ScreenNames = {
|
|
|
100
99
|
NationalIDBack: 'NationalIDBack',
|
|
101
100
|
Contract: 'Contract',
|
|
102
101
|
Video: 'Video',
|
|
103
|
-
Qualify: 'Qualify',
|
|
104
102
|
TopUp: 'TopUp',
|
|
105
103
|
QuickSubmit: 'QuickSubmit',
|
|
106
104
|
Introduction: 'Introduction',
|
|
@@ -203,7 +201,6 @@ export function PrimaryNavigator(props) {
|
|
|
203
201
|
<Stack.Screen name={ScreenNames.DetailLoan} component={DetailLoan} />
|
|
204
202
|
<Stack.Screen name={ScreenNames.Contract} component={Contract} />
|
|
205
203
|
<Stack.Screen name={ScreenNames.Video} component={Video} />
|
|
206
|
-
<Stack.Screen name={ScreenNames.Qualify} component={Qualify} />
|
|
207
204
|
<Stack.Screen name={ScreenNames.QuickSubmit} component={QuickSubmit} />
|
|
208
205
|
<Stack.Screen name={ScreenNames.Introduction} component={Introduction} />
|
|
209
206
|
<Stack.Screen name={ScreenNames.FullSubmit} component={FullSubmit} />
|
|
@@ -51,6 +51,7 @@ export default function CCCDCameraScreen(props) {
|
|
|
51
51
|
const [passPermission, setPassPermission] = useState(false);
|
|
52
52
|
const [shouldRenderCamera, setShouldRenderCamera] = useState(false);
|
|
53
53
|
const [focusPoint, setFocusPoint] = useState(null);
|
|
54
|
+
const [taking, setTaking] = useState(false); // hiện loading, ẩn nút chụp khi đang xử lý
|
|
54
55
|
|
|
55
56
|
// Chọn ống kính sau lấy nét gần nhất (macro) để chụp cận thẻ mà không mờ
|
|
56
57
|
const devices = useCameraDevices();
|
|
@@ -80,6 +81,7 @@ export default function CCCDCameraScreen(props) {
|
|
|
80
81
|
const takePicture = async () => {
|
|
81
82
|
if (myCamera.current == null || takingRef.current) return;
|
|
82
83
|
takingRef.current = true;
|
|
84
|
+
setTaking(true);
|
|
83
85
|
try {
|
|
84
86
|
// Lấy nét giữa khung trước khi chụp để tài liệu ở gần vẫn nét
|
|
85
87
|
const { width: fw, height: fh } = frameSize.current;
|
|
@@ -100,6 +102,7 @@ export default function CCCDCameraScreen(props) {
|
|
|
100
102
|
} catch (err) {
|
|
101
103
|
console.error(err);
|
|
102
104
|
takingRef.current = false;
|
|
105
|
+
setTaking(false);
|
|
103
106
|
}
|
|
104
107
|
};
|
|
105
108
|
|
|
@@ -273,12 +276,20 @@ export default function CCCDCameraScreen(props) {
|
|
|
273
276
|
Đưa giấy tờ lại gần cho vừa khung, chạm vào màn hình{'\n'}để lấy nét nếu
|
|
274
277
|
ảnh bị mờ.
|
|
275
278
|
</MText>
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
279
|
+
{taking ? (
|
|
280
|
+
<View
|
|
281
|
+
style={[styles.captureButton, { marginBottom: insets.bottom + 24 }]}
|
|
282
|
+
>
|
|
283
|
+
<ActivityIndicator size="large" color={ORANGE} />
|
|
284
|
+
</View>
|
|
285
|
+
) : (
|
|
286
|
+
<TouchableOpacity
|
|
287
|
+
style={[styles.captureButton, { marginBottom: insets.bottom + 24 }]}
|
|
288
|
+
onPress={takePicture}
|
|
289
|
+
>
|
|
290
|
+
<TakePhotoSvg />
|
|
291
|
+
</TouchableOpacity>
|
|
292
|
+
)}
|
|
282
293
|
</View>
|
|
283
294
|
);
|
|
284
295
|
}
|
|
@@ -591,31 +591,6 @@ const PaymentInfoContent = observer(function PaymentInfoContent(props: any) {
|
|
|
591
591
|
marginBottom: insets.bottom,
|
|
592
592
|
}}
|
|
593
593
|
>
|
|
594
|
-
<View
|
|
595
|
-
style={{
|
|
596
|
-
flexDirection: 'row',
|
|
597
|
-
alignItems: 'center',
|
|
598
|
-
justifyContent: 'space-between',
|
|
599
|
-
padding: 16,
|
|
600
|
-
}}
|
|
601
|
-
>
|
|
602
|
-
<MText>Hướng dẫn chuyển tiền</MText>
|
|
603
|
-
<TouchableOpacity
|
|
604
|
-
onPress={() => {
|
|
605
|
-
if (props?.route.params.isFull) {
|
|
606
|
-
setShowGuide(true);
|
|
607
|
-
} else {
|
|
608
|
-
navigation.push('GuideTransferBank');
|
|
609
|
-
}
|
|
610
|
-
}}
|
|
611
|
-
>
|
|
612
|
-
<MText
|
|
613
|
-
style={{ color: '#2F80ED', textDecorationLine: 'underline' }}
|
|
614
|
-
>
|
|
615
|
-
Xem chi tiết
|
|
616
|
-
</MText>
|
|
617
|
-
</TouchableOpacity>
|
|
618
|
-
</View>
|
|
619
594
|
{props?.route?.params?.isFull && (
|
|
620
595
|
<TouchableOpacity
|
|
621
596
|
style={{ marginHorizontal: 16, marginBottom: 16 }}
|
|
@@ -609,32 +609,6 @@ const ShowQrCodeContent = observer(function ShowQrCodeContent(props: any) {
|
|
|
609
609
|
</MText>
|
|
610
610
|
</View>
|
|
611
611
|
</View>
|
|
612
|
-
<View
|
|
613
|
-
style={{
|
|
614
|
-
flexDirection: 'row',
|
|
615
|
-
alignItems: 'center',
|
|
616
|
-
justifyContent: 'space-between',
|
|
617
|
-
padding: 16,
|
|
618
|
-
marginBottom: 16,
|
|
619
|
-
}}
|
|
620
|
-
>
|
|
621
|
-
<MText>Hướng dẫn chuyển tiền</MText>
|
|
622
|
-
<TouchableOpacity
|
|
623
|
-
onPress={() => {
|
|
624
|
-
if (props?.route?.params?.isFullPayment) {
|
|
625
|
-
setShowGuide(true);
|
|
626
|
-
} else {
|
|
627
|
-
navigation.push('GuideTransferBank');
|
|
628
|
-
}
|
|
629
|
-
}}
|
|
630
|
-
>
|
|
631
|
-
<MText
|
|
632
|
-
style={{ color: '#2F80ED', textDecorationLine: 'underline' }}
|
|
633
|
-
>
|
|
634
|
-
Xem chi tiết
|
|
635
|
-
</MText>
|
|
636
|
-
</TouchableOpacity>
|
|
637
|
-
</View>
|
|
638
612
|
</ScrollView>
|
|
639
613
|
{props?.route?.params?.isFullPayment && (
|
|
640
614
|
<TouchableOpacity
|
|
@@ -69,7 +69,7 @@ const GUIDE_STEPS = [
|
|
|
69
69
|
description: 'Giấy tờ CCCD/CC, ảnh chân dung, thông tin cá nhân',
|
|
70
70
|
},
|
|
71
71
|
{ icon: Icon14, title: 'CHỜ PHÊ DUYỆT' },
|
|
72
|
-
{ icon: Icon5, title: 'KÝ HỢP ĐỒNG ĐIỆN TỬ' },
|
|
72
|
+
{ icon: Icon5, title: 'EKYC & KÝ HỢP ĐỒNG ĐIỆN TỬ' },
|
|
73
73
|
{ icon: Icon2, title: 'NHẬN TIỀN GIẢI NGÂN' },
|
|
74
74
|
];
|
|
75
75
|
|
|
@@ -7,7 +7,6 @@ import { commonStyles } from '../CommonStyles';
|
|
|
7
7
|
import TabNavigator from '../../components/tabNavigator/TabNavigator';
|
|
8
8
|
import { IconHome, IconUser } from '../../assets/icons';
|
|
9
9
|
import { Home } from '../home';
|
|
10
|
-
import { Personal } from '../personal';
|
|
11
10
|
import appStore from '../../AppStore';
|
|
12
11
|
|
|
13
12
|
export const Main = observer(function Main(props) {
|
|
@@ -14,6 +14,7 @@ import {
|
|
|
14
14
|
ViewStyle,
|
|
15
15
|
ImageStyle,
|
|
16
16
|
Image,
|
|
17
|
+
ActivityIndicator,
|
|
17
18
|
StyleSheet,
|
|
18
19
|
Platform,
|
|
19
20
|
} from 'react-native';
|
|
@@ -334,13 +335,26 @@ export const OCR = observer(function OCR(props: any) {
|
|
|
334
335
|
Đưa giấy tờ lại gần cho vừa khung, chạm vào màn hình{'\n'}để lấy nét
|
|
335
336
|
nếu ảnh bị mờ.
|
|
336
337
|
</MText>
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
338
|
+
{taking ? (
|
|
339
|
+
<View
|
|
340
|
+
style={[
|
|
341
|
+
styles.captureButton,
|
|
342
|
+
{ marginBottom: insets.bottom + 24 },
|
|
343
|
+
]}
|
|
344
|
+
>
|
|
345
|
+
<ActivityIndicator size="large" color={ORANGE} />
|
|
346
|
+
</View>
|
|
347
|
+
) : (
|
|
348
|
+
<TouchableOpacity
|
|
349
|
+
style={[
|
|
350
|
+
styles.captureButton,
|
|
351
|
+
{ marginBottom: insets.bottom + 24 },
|
|
352
|
+
]}
|
|
353
|
+
onPress={takePhoto}
|
|
354
|
+
>
|
|
355
|
+
<TakePhotoSvg />
|
|
356
|
+
</TouchableOpacity>
|
|
357
|
+
)}
|
|
344
358
|
</>
|
|
345
359
|
) : null}
|
|
346
360
|
|