react-native-timacare 1.0.1 → 1.0.3
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/assets/icons/back2.svg +13 -0
- package/lib/commonjs/assets/icons/check1.svg +4 -0
- package/lib/commonjs/assets/icons/check2.svg +9 -0
- package/lib/commonjs/assets/icons/error.svg +6 -0
- package/lib/commonjs/assets/icons/index.js +1 -1
- package/lib/commonjs/assets/icons/index.js.flow +16 -0
- package/lib/commonjs/assets/icons/index.js.map +1 -1
- package/lib/commonjs/assets/icons/line2.svg +12 -0
- package/lib/commonjs/assets/icons/next.svg +6 -0
- package/lib/commonjs/assets/icons/step.svg +9 -0
- package/lib/commonjs/assets/icons/update.svg +5 -0
- package/lib/commonjs/components/CommonSelect.js +2 -0
- package/lib/commonjs/components/CommonSelect.js.flow +12 -0
- package/lib/commonjs/components/CommonSelect.js.map +1 -0
- package/lib/commonjs/components/MText.js +1 -1
- package/lib/commonjs/components/MText.js.flow +2 -2
- package/lib/commonjs/components/MText.js.map +1 -1
- package/lib/commonjs/navigation/primary-navigator.js +1 -1
- package/lib/commonjs/navigation/primary-navigator.js.flow +6 -0
- package/lib/commonjs/navigation/primary-navigator.js.map +1 -1
- package/lib/commonjs/screens/digital-lending/Step1.js +2 -0
- package/lib/commonjs/screens/digital-lending/Step1.js.flow +670 -0
- package/lib/commonjs/screens/digital-lending/Step1.js.map +1 -0
- package/lib/commonjs/screens/digital-lending/Step2.js +2 -0
- package/lib/commonjs/screens/digital-lending/Step2.js.flow +613 -0
- package/lib/commonjs/screens/digital-lending/Step2.js.map +1 -0
- package/lib/commonjs/screens/digital-lending/Step3.js +2 -0
- package/lib/commonjs/screens/digital-lending/Step3.js.flow +606 -0
- package/lib/commonjs/screens/digital-lending/Step3.js.map +1 -0
- package/lib/commonjs/screens/digital-lending/Step4.js +2 -0
- package/lib/commonjs/screens/digital-lending/Step4.js.flow +496 -0
- package/lib/commonjs/screens/digital-lending/Step4.js.map +1 -0
- package/lib/commonjs/screens/digital-lending/Step5.js +2 -0
- package/lib/commonjs/screens/digital-lending/Step5.js.flow +350 -0
- package/lib/commonjs/screens/digital-lending/Step5.js.map +1 -0
- package/lib/commonjs/screens/digital-lending/Step6.js +2 -0
- package/lib/commonjs/screens/digital-lending/Step6.js.flow +369 -0
- package/lib/commonjs/screens/digital-lending/Step6.js.map +1 -0
- package/lib/commonjs/screens/digital-lending/index.js +2 -0
- package/lib/commonjs/screens/digital-lending/index.js.flow +110 -0
- package/lib/commonjs/screens/digital-lending/index.js.map +1 -0
- package/lib/commonjs/screens/digital-lending/store.js +2 -0
- package/lib/commonjs/screens/digital-lending/store.js.flow +294 -0
- package/lib/commonjs/screens/digital-lending/store.js.map +1 -0
- package/lib/commonjs/screens/home/index.js +1 -1
- package/lib/commonjs/screens/home/index.js.flow +475 -0
- package/lib/commonjs/screens/home/index.js.map +1 -1
- package/lib/commonjs/screens/register/index.js +1 -1
- package/lib/commonjs/screens/register/index.js.flow +1 -1
- package/lib/commonjs/services/api/api-config.js +1 -1
- package/lib/commonjs/services/api/api-config.js.flow +2 -2
- package/lib/commonjs/services/api/api-config.js.map +1 -1
- package/lib/commonjs/services/api/api.js +1 -1
- package/lib/commonjs/services/api/api.js.flow +95 -0
- package/lib/commonjs/services/api/api.js.map +1 -1
- package/lib/module/assets/icons/back2.svg +13 -0
- package/lib/module/assets/icons/check1.svg +4 -0
- package/lib/module/assets/icons/check2.svg +9 -0
- package/lib/module/assets/icons/error.svg +6 -0
- package/lib/module/assets/icons/index.js +1 -1
- package/lib/module/assets/icons/index.js.map +1 -1
- package/lib/module/assets/icons/line2.svg +12 -0
- package/lib/module/assets/icons/next.svg +6 -0
- package/lib/module/assets/icons/step.svg +9 -0
- package/lib/module/assets/icons/update.svg +5 -0
- package/lib/module/components/CommonSelect.js +2 -0
- package/lib/module/components/CommonSelect.js.map +1 -0
- package/lib/module/components/MText.js +1 -1
- package/lib/module/components/MText.js.map +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/digital-lending/Step1.js +2 -0
- package/lib/module/screens/digital-lending/Step1.js.map +1 -0
- package/lib/module/screens/digital-lending/Step2.js +2 -0
- package/lib/module/screens/digital-lending/Step2.js.map +1 -0
- package/lib/module/screens/digital-lending/Step3.js +2 -0
- package/lib/module/screens/digital-lending/Step3.js.map +1 -0
- package/lib/module/screens/digital-lending/Step4.js +2 -0
- package/lib/module/screens/digital-lending/Step4.js.map +1 -0
- package/lib/module/screens/digital-lending/Step5.js +2 -0
- package/lib/module/screens/digital-lending/Step5.js.map +1 -0
- package/lib/module/screens/digital-lending/Step6.js +2 -0
- package/lib/module/screens/digital-lending/Step6.js.map +1 -0
- package/lib/module/screens/digital-lending/index.js +2 -0
- package/lib/module/screens/digital-lending/index.js.map +1 -0
- package/lib/module/screens/digital-lending/store.js +2 -0
- package/lib/module/screens/digital-lending/store.js.map +1 -0
- package/lib/module/screens/home/index.js +1 -1
- package/lib/module/screens/home/index.js.map +1 -1
- package/lib/module/screens/register/index.js +1 -1
- package/lib/module/services/api/api-config.js +1 -1
- package/lib/module/services/api/api-config.js.map +1 -1
- package/lib/module/services/api/api.js +1 -1
- package/lib/module/services/api/api.js.map +1 -1
- package/lib/typescript/assets/icons/index.d.ts +9 -1
- package/lib/typescript/assets/icons/index.d.ts.map +1 -1
- package/lib/typescript/components/CommonSelect.d.ts +8 -0
- package/lib/typescript/components/CommonSelect.d.ts.map +1 -0
- package/lib/typescript/navigation/primary-navigator.d.ts +1 -0
- package/lib/typescript/navigation/primary-navigator.d.ts.map +1 -1
- package/lib/typescript/screens/digital-lending/Step1.d.ts +2 -0
- package/lib/typescript/screens/digital-lending/Step1.d.ts.map +1 -0
- package/lib/typescript/screens/digital-lending/Step2.d.ts +2 -0
- package/lib/typescript/screens/digital-lending/Step2.d.ts.map +1 -0
- package/lib/typescript/screens/digital-lending/Step3.d.ts +2 -0
- package/lib/typescript/screens/digital-lending/Step3.d.ts.map +1 -0
- package/lib/typescript/screens/digital-lending/Step4.d.ts +2 -0
- package/lib/typescript/screens/digital-lending/Step4.d.ts.map +1 -0
- package/lib/typescript/screens/digital-lending/Step5.d.ts +2 -0
- package/lib/typescript/screens/digital-lending/Step5.d.ts.map +1 -0
- package/lib/typescript/screens/digital-lending/Step6.d.ts +2 -0
- package/lib/typescript/screens/digital-lending/Step6.d.ts.map +1 -0
- package/lib/typescript/screens/digital-lending/index.d.ts +2 -0
- package/lib/typescript/screens/digital-lending/index.d.ts.map +1 -0
- package/lib/typescript/screens/digital-lending/store.d.ts +35 -0
- package/lib/typescript/screens/digital-lending/store.d.ts.map +1 -0
- package/lib/typescript/screens/home/index.d.ts.map +1 -1
- package/lib/typescript/services/api/api.d.ts +80 -19
- package/lib/typescript/services/api/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/assets/icons/back2.svg +13 -0
- package/src/assets/icons/check1.svg +4 -0
- package/src/assets/icons/check2.svg +9 -0
- package/src/assets/icons/error.svg +6 -0
- package/src/assets/icons/index.tsx +16 -0
- package/src/assets/icons/line2.svg +12 -0
- package/src/assets/icons/next.svg +6 -0
- package/src/assets/icons/step.svg +9 -0
- package/src/assets/icons/update.svg +5 -0
- package/src/components/CommonSelect.tsx +12 -0
- package/src/components/MText.tsx +2 -2
- package/src/navigation/primary-navigator.tsx +6 -0
- package/src/screens/digital-lending/Step1.tsx +670 -0
- package/src/screens/digital-lending/Step2.tsx +613 -0
- package/src/screens/digital-lending/Step3.tsx +606 -0
- package/src/screens/digital-lending/Step4.tsx +496 -0
- package/src/screens/digital-lending/Step5.tsx +350 -0
- package/src/screens/digital-lending/Step6.tsx +369 -0
- package/src/screens/digital-lending/index.tsx +110 -0
- package/src/screens/digital-lending/store.tsx +294 -0
- package/src/screens/home/index.tsx +475 -0
- package/src/screens/register/index.tsx +1 -1
- package/src/services/api/api-config.ts +2 -2
- package/src/services/api/api.ts +95 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare class Store {
|
|
2
|
+
isLoading: boolean;
|
|
3
|
+
step: number;
|
|
4
|
+
data: undefined;
|
|
5
|
+
listProvinces: never[];
|
|
6
|
+
listDistricts: never[];
|
|
7
|
+
listWards: never[];
|
|
8
|
+
householdListDistricts: never[];
|
|
9
|
+
householdListWards: never[];
|
|
10
|
+
companyListDistricts: never[];
|
|
11
|
+
companyListWards: never[];
|
|
12
|
+
listJob: never[];
|
|
13
|
+
listJobDescription: never[];
|
|
14
|
+
listBrand: never[];
|
|
15
|
+
listBrandName: never[];
|
|
16
|
+
listBank: never[];
|
|
17
|
+
loadingDocument: boolean;
|
|
18
|
+
body: {};
|
|
19
|
+
constructor();
|
|
20
|
+
clear(): void;
|
|
21
|
+
uploadLoanReborrow(body: any, onSuccess?: any): Promise<void>;
|
|
22
|
+
uploadCavet(body: any, onSuccess?: any): Promise<void>;
|
|
23
|
+
getBank(): Promise<void>;
|
|
24
|
+
getBrandName(id: any): Promise<void>;
|
|
25
|
+
getBrandProduct(): Promise<void>;
|
|
26
|
+
getJob(): Promise<void>;
|
|
27
|
+
getJobDescription(id: any): Promise<void>;
|
|
28
|
+
getDistricts(id: any, onSuccess?: any): Promise<void>;
|
|
29
|
+
getWards(id: any, onSuccess?: any): Promise<void>;
|
|
30
|
+
getDetailLoan(id: any, onSuccess?: any): Promise<void>;
|
|
31
|
+
getProvinces(): Promise<void>;
|
|
32
|
+
}
|
|
33
|
+
declare const digitalLendingStore: Store;
|
|
34
|
+
export default digitalLendingStore;
|
|
35
|
+
//# sourceMappingURL=store.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/digital-lending/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,IAAI,SAAK;IACT,IAAI,YAAa;IACjB,aAAa,UAAM;IACnB,aAAa,UAAM;IACnB,SAAS,UAAM;IACf,sBAAsB,UAAM;IAC5B,kBAAkB,UAAM;IACxB,oBAAoB,UAAM;IAC1B,gBAAgB,UAAM;IACtB,OAAO,UAAM;IACb,kBAAkB,UAAM;IACxB,SAAS,UAAM;IACf,aAAa,UAAM;IACnB,QAAQ,UAAM;IACd,eAAe,UAAS;IAExB,IAAI,KAAM;;IAStB,KAAK;IAOC,kBAAkB,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA;IAuBnC,WAAW,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA;IAsB5B,OAAO;IAqBP,YAAY,CAAC,EAAE,KAAA;IAqBf,eAAe;IAmBf,MAAM;IAmBN,iBAAiB,CAAC,EAAE,KAAA;IAqBpB,YAAY,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IA6B3B,QAAQ,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IA4BvB,aAAa,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IA6B5B,YAAY;CAmBnB;AAED,QAAA,MAAM,mBAAmB,OAAc,CAAC;AACxC,eAAe,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/index.tsx"],"names":[],"mappings":"AAmFA,eAAO,MAAM,IAAI,KAupEf,CAAC"}
|
|
@@ -586,25 +586,6 @@ export declare class Api {
|
|
|
586
586
|
kind: string;
|
|
587
587
|
data?: undefined;
|
|
588
588
|
}>;
|
|
589
|
-
/**
|
|
590
|
-
* list bank
|
|
591
|
-
*/
|
|
592
|
-
getBanks(): Promise<{
|
|
593
|
-
kind: "timeout";
|
|
594
|
-
temporary: true;
|
|
595
|
-
} | {
|
|
596
|
-
kind: "cannot-connect";
|
|
597
|
-
temporary: true;
|
|
598
|
-
} | {
|
|
599
|
-
kind: "unknown";
|
|
600
|
-
temporary: true;
|
|
601
|
-
} | {
|
|
602
|
-
kind: string;
|
|
603
|
-
data: any;
|
|
604
|
-
} | {
|
|
605
|
-
kind: string;
|
|
606
|
-
data?: undefined;
|
|
607
|
-
}>;
|
|
608
589
|
/**
|
|
609
590
|
* create loan
|
|
610
591
|
*/
|
|
@@ -1323,6 +1304,22 @@ export declare class Api {
|
|
|
1323
1304
|
kind: string;
|
|
1324
1305
|
data?: undefined;
|
|
1325
1306
|
}>;
|
|
1307
|
+
getNameBrand(id: any): Promise<{
|
|
1308
|
+
kind: "timeout";
|
|
1309
|
+
temporary: true;
|
|
1310
|
+
} | {
|
|
1311
|
+
kind: "cannot-connect";
|
|
1312
|
+
temporary: true;
|
|
1313
|
+
} | {
|
|
1314
|
+
kind: "unknown";
|
|
1315
|
+
temporary: true;
|
|
1316
|
+
} | {
|
|
1317
|
+
kind: string;
|
|
1318
|
+
data: any;
|
|
1319
|
+
} | {
|
|
1320
|
+
kind: string;
|
|
1321
|
+
data?: undefined;
|
|
1322
|
+
}>;
|
|
1326
1323
|
getYearProduct(id: any): Promise<{
|
|
1327
1324
|
kind: "timeout";
|
|
1328
1325
|
temporary: true;
|
|
@@ -1835,5 +1832,69 @@ export declare class Api {
|
|
|
1835
1832
|
kind: string;
|
|
1836
1833
|
data?: undefined;
|
|
1837
1834
|
}>;
|
|
1835
|
+
detailLoanReborrow(id: any): Promise<{
|
|
1836
|
+
kind: "timeout";
|
|
1837
|
+
temporary: true;
|
|
1838
|
+
} | {
|
|
1839
|
+
kind: "cannot-connect";
|
|
1840
|
+
temporary: true;
|
|
1841
|
+
} | {
|
|
1842
|
+
kind: "unknown";
|
|
1843
|
+
temporary: true;
|
|
1844
|
+
} | {
|
|
1845
|
+
kind: string;
|
|
1846
|
+
data: any;
|
|
1847
|
+
} | {
|
|
1848
|
+
kind: string;
|
|
1849
|
+
data?: undefined;
|
|
1850
|
+
}>;
|
|
1851
|
+
getJobTima(): Promise<{
|
|
1852
|
+
kind: "timeout";
|
|
1853
|
+
temporary: true;
|
|
1854
|
+
} | {
|
|
1855
|
+
kind: "cannot-connect";
|
|
1856
|
+
temporary: true;
|
|
1857
|
+
} | {
|
|
1858
|
+
kind: "unknown";
|
|
1859
|
+
temporary: true;
|
|
1860
|
+
} | {
|
|
1861
|
+
kind: string;
|
|
1862
|
+
data: any;
|
|
1863
|
+
} | {
|
|
1864
|
+
kind: string;
|
|
1865
|
+
data?: undefined;
|
|
1866
|
+
}>;
|
|
1867
|
+
getJobDescriptionTima(id: any): Promise<{
|
|
1868
|
+
kind: "timeout";
|
|
1869
|
+
temporary: true;
|
|
1870
|
+
} | {
|
|
1871
|
+
kind: "cannot-connect";
|
|
1872
|
+
temporary: true;
|
|
1873
|
+
} | {
|
|
1874
|
+
kind: "unknown";
|
|
1875
|
+
temporary: true;
|
|
1876
|
+
} | {
|
|
1877
|
+
kind: string;
|
|
1878
|
+
data: any;
|
|
1879
|
+
} | {
|
|
1880
|
+
kind: string;
|
|
1881
|
+
data?: undefined;
|
|
1882
|
+
}>;
|
|
1883
|
+
updateLoanReborrow(body: any): Promise<{
|
|
1884
|
+
kind: "timeout";
|
|
1885
|
+
temporary: true;
|
|
1886
|
+
} | {
|
|
1887
|
+
kind: "cannot-connect";
|
|
1888
|
+
temporary: true;
|
|
1889
|
+
} | {
|
|
1890
|
+
kind: "unknown";
|
|
1891
|
+
temporary: true;
|
|
1892
|
+
} | {
|
|
1893
|
+
kind: string;
|
|
1894
|
+
data: any;
|
|
1895
|
+
} | {
|
|
1896
|
+
kind: string;
|
|
1897
|
+
data?: undefined;
|
|
1898
|
+
}>;
|
|
1838
1899
|
}
|
|
1839
1900
|
//# sourceMappingURL=api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/services/api/api.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAuB,MAAM,UAAU,CAAA;AAEhE,OAAO,EAAE,SAAS,EAAsB,MAAM,cAAc,CAAA;AAO5D;;GAEG;AACH,qBAAa,GAAG;IACd,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAM;IAC7B,QAAQ,EAAE,gBAAgB,CAAA;IAC1B,gBAAgB,EAAE,gBAAgB,CAAA;IAElC;;OAEG;IACH,MAAM,EAAE,SAAS,CAAA;IAEjB;;;;OAIG;gBACS,MAAM,GAAE,SAA8B;WAKpC,WAAW,IAAI,GAAG;IAQ1B,KAAK;IAsBX,UAAU,CAAC,KAAK,KAAA;IA0BhB;;OAEG;IAEG,KAAK,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAkBlB;;OAEG;IAEG,QAAQ,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAmBrB;;OAEG;IAEG,QAAQ,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAmBrB;;OAEG;IAEG,UAAU,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAmBvB;;OAEG;IAEG,UAAU,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAmBvB;;OAEG;IAEG,WAAW,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAiBxB;;OAEG;IAEG,UAAU,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAiBvB;;OAEG;IAEG,YAAY,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAiBzB;;OAEG;IAEG,UAAU,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAiBvB;;OAEG;IAEG,WAAW,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAkBxB;;OAEG;IAEG,YAAY;;;;;;;;;;;;;;;;IAmBlB;;OAEG;IAEG,YAAY,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAmBzB;;OAEG;IAEG,UAAU,CAAC,IAAI,KAAA;;;;;;;;;;;;;;;;IAmBrB;;OAEG;IAEG,WAAW,CAAC,IAAI,KAAA;;;;;;;;;;;;;;;;IAkBtB;;OAEG;IAEG,gBAAgB;;;;;;;;;;;;;;;;IAkBtB;;OAEG;IAEG,UAAU,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAiBvB;;OAEG;IAEG,uBAAuB,CAAC,IAAI,KAAA;;;;;;;;;;;;;;;;IAkBlC;;OAEG;IAEG,QAAQ,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAiBrB;;OAEG;IAEG,eAAe,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAiB5B;;OAEG;IAEG,gBAAgB,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAkB7B;;OAEG;IAEG,YAAY,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAiBzB;;OAEG;IAEG,eAAe,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAkB5B;;OAEG;IAEG,eAAe,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAkB5B;;OAEG;IAEG,kBAAkB,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAkB/B;;OAEG;IAEG,YAAY,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAkBzB;;OAEG;IAEG,iBAAiB,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAkB9B;;OAEG;IAEG,UAAU,CAAC,MAAM,KAAA;;;;;;;;;;;;IAsCvB;;OAEG;IAEG,MAAM,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAmBnB;;OAEG;IAEG,QAAQ,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;IAkBrB;;OAEG;IAEG,SAAS,CAAC,MAAM,KAAA;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/services/api/api.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
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"
|
|
3
|
+
d="M13.2975 16.0059C13.623 15.6805 13.623 15.1528 13.2975 14.8274L8.47014 10L13.2975 5.17259C13.623 4.84715 13.623 4.31951 13.2975 3.99408C12.9721 3.66864 12.4445 3.66864 12.119 3.99408L7.29163 8.82149C6.64075 9.47236 6.64075 10.5276 7.29163 11.1785L12.119 16.0059C12.4445 16.3314 12.9721 16.3314 13.2975 16.0059Z"
|
|
4
|
+
fill="url(#paint0_linear_2809_20812)" />
|
|
5
|
+
<defs>
|
|
6
|
+
<linearGradient id="paint0_linear_2809_20812" x1="6.80347" y1="3.75" x2="10.9635"
|
|
7
|
+
y2="17.056" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop stop-color="#FF8E4F" />
|
|
9
|
+
<stop offset="1" stop-color="#EF592E" />
|
|
10
|
+
</linearGradient>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
13
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.25" y="0.25" width="23.5" height="23.5" rx="11.75" fill="#DFFFE6" />
|
|
3
|
+
<rect x="0.25" y="0.25" width="23.5" height="23.5" rx="11.75" stroke="#27AE60"
|
|
4
|
+
stroke-width="0.5" />
|
|
5
|
+
<path
|
|
6
|
+
d="M12 20.3337C16.6024 20.3337 20.3334 16.6027 20.3334 12.0003C20.3334 10.6566 20.0153 9.3871 19.4504 8.26308C19.3045 7.97283 18.9196 7.92588 18.6899 8.15558L12.3452 14.5003C11.6943 15.1512 10.6391 15.1512 9.98818 14.5003L7.66076 12.1729C7.33533 11.8475 7.33533 11.3198 7.66076 10.9944C7.9862 10.669 8.51384 10.669 8.83928 10.9944L11.1667 13.3218L17.7946 6.69857C17.9843 6.50905 17.9917 6.20243 17.7992 6.01583C16.2991 4.56191 14.2541 3.66699 12 3.66699C7.39765 3.66699 3.66669 7.39795 3.66669 12.0003C3.66669 16.6027 7.39765 20.3337 12 20.3337Z"
|
|
7
|
+
fill="#27AE60" />
|
|
8
|
+
</svg>
|
|
9
|
+
|
|
@@ -0,0 +1,6 @@
|
|
|
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="M10 16.667C13.6819 16.667 16.6667 13.6822 16.6667 10.0003C16.6667 6.31843 13.6819 3.33366 10 3.33366C6.31812 3.33366 3.33335 6.31843 3.33335 10.0003C3.33335 13.6822 6.31812 16.667 10 16.667ZM10 18.3337C14.6024 18.3337 18.3334 14.6027 18.3334 10.0003C18.3334 5.39795 14.6024 1.66699 10 1.66699C5.39765 1.66699 1.66669 5.39795 1.66669 10.0003C1.66669 14.6027 5.39765 18.3337 10 18.3337Z" fill="#EB5757"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 8.33301C10.4603 8.33301 10.8334 8.7061 10.8334 9.16634V13.3337C10.8334 13.794 10.4603 14.1671 10 14.1671C9.53978 14.1671 9.16669 13.794 9.16669 13.3337V9.16634C9.16669 8.7061 9.53978 8.33301 10 8.33301Z" fill="#EB5757"/>
|
|
4
|
+
<ellipse cx="10" cy="6.66634" rx="0.833333" ry="0.833333" fill="#EB5757"/>
|
|
5
|
+
</svg>
|
|
6
|
+
|
|
@@ -123,8 +123,24 @@ import Tick2 from './tick2.svg';
|
|
|
123
123
|
import CallRed from './call_red.svg';
|
|
124
124
|
import CallBlack from './call_black.svg';
|
|
125
125
|
import WarningIcon from './warning.svg';
|
|
126
|
+
import StepIcon from './step.svg';
|
|
127
|
+
import NextIcon from './next.svg';
|
|
128
|
+
import Back2Icon from './back2.svg';
|
|
129
|
+
import Line2Icon from './line2.svg';
|
|
130
|
+
import ErrorIcon from './error.svg';
|
|
131
|
+
import Check1Icon from './check1.svg';
|
|
132
|
+
import Check2Icon from './check2.svg';
|
|
133
|
+
import UpdateIcon from './update.svg';
|
|
126
134
|
|
|
127
135
|
export {
|
|
136
|
+
UpdateIcon,
|
|
137
|
+
Check1Icon,
|
|
138
|
+
Check2Icon,
|
|
139
|
+
ErrorIcon,
|
|
140
|
+
Line2Icon,
|
|
141
|
+
StepIcon,
|
|
142
|
+
Back2Icon,
|
|
143
|
+
NextIcon,
|
|
128
144
|
WarningIcon,
|
|
129
145
|
CallRed,
|
|
130
146
|
CallBlack,
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="54" height="2" viewBox="0 0 54 2" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1 1H53" stroke="url(#paint0_linear_2774_18710)" stroke-width="2"
|
|
3
|
+
stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="4 6" />
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="paint0_linear_2774_18710" x1="53" y1="2" x2="52.219" y2="-4.84448"
|
|
6
|
+
gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop stop-color="#FF8E4F" />
|
|
8
|
+
<stop offset="1" stop-color="#EF592E" />
|
|
9
|
+
</linearGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
12
|
+
|
|
@@ -0,0 +1,6 @@
|
|
|
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"
|
|
3
|
+
d="M6.70245 16.0059C6.37701 15.6805 6.37701 15.1528 6.70245 14.8274L11.5299 10L6.70245 5.17259C6.37701 4.84715 6.37701 4.31951 6.70245 3.99408C7.02789 3.66864 7.55553 3.66864 7.88096 3.99408L12.7084 8.82149C13.3592 9.47236 13.3592 10.5276 12.7084 11.1785L7.88096 16.0059C7.55553 16.3314 7.02789 16.3314 6.70245 16.0059Z"
|
|
4
|
+
fill="white" />
|
|
5
|
+
</svg>
|
|
6
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="60" height="2" viewBox="0 0 60 2" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1 1L59 1.00001" stroke="url(#paint0_linear_2809_20884)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="4 6"/>
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="paint0_linear_2809_20884" x1="0.999999" y1="1.45513" x2="2.20897" y2="9.76364" gradientUnits="userSpaceOnUse">
|
|
5
|
+
<stop stop-color="#8A8A8A"/>
|
|
6
|
+
<stop offset="1" stop-color="#D0CFCF"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 8.25C5.25 7.83579 5.58579 7.5 6 7.5H12C12.4142 7.5 12.75 7.83579 12.75 8.25C12.75 8.66421 12.4142 9 12 9H6C5.58579 9 5.25 8.66421 5.25 8.25Z" fill="white"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 11.25C5.25 10.8358 5.58579 10.5 6 10.5H9C9.41421 10.5 9.75 10.8358 9.75 11.25C9.75 11.6642 9.41421 12 9 12H6C5.58579 12 5.25 11.6642 5.25 11.25Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.75 14.25C15.75 15.4926 14.7426 16.5 13.5 16.5H4.5C3.25736 16.5 2.25 15.4926 2.25 14.25V3.75C2.25 2.50736 3.25736 1.5 4.5 1.5H12L12.008 1.50803C12.5352 1.55269 13.0321 1.78207 13.409 2.15901L15.091 3.84099C15.4679 4.21793 15.6973 4.71484 15.742 5.24197L15.75 5.25V14.25ZM13.5 15H4.5C4.08579 15 3.75 14.6642 3.75 14.25V3.75C3.75 3.33579 4.08579 3 4.5 3H11.25V4.5C11.25 5.32843 11.9216 6 12.75 6H14.25V14.25C14.25 14.6642 13.9142 15 13.5 15Z" fill="white"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { View } from 'react-native';
|
|
4
|
+
|
|
5
|
+
interface IProps {
|
|
6
|
+
title: string;
|
|
7
|
+
data?: any[];
|
|
8
|
+
callback?: any;
|
|
9
|
+
}
|
|
10
|
+
export default function CommonSelect({ title, data, callback }: IProps) {
|
|
11
|
+
return <View></View>;
|
|
12
|
+
}
|
package/src/components/MText.tsx
CHANGED
|
@@ -8,7 +8,7 @@ export const MText = (props) => {
|
|
|
8
8
|
allowFontScaling={false}
|
|
9
9
|
{...props}
|
|
10
10
|
style={[
|
|
11
|
-
{ fontFamily: '
|
|
11
|
+
{ fontFamily: 'Be Vietnam Pro', color: '#211F1F', fontSize: 14 },
|
|
12
12
|
props.style,
|
|
13
13
|
]}
|
|
14
14
|
/>
|
|
@@ -21,7 +21,7 @@ export const MTextInput = React.forwardRef((props, ref) => (
|
|
|
21
21
|
ref={ref}
|
|
22
22
|
{...props}
|
|
23
23
|
style={[
|
|
24
|
-
{ fontFamily: '
|
|
24
|
+
{ fontFamily: 'Be Vietnam Pro', color: '#211F1F', fontSize: 14 },
|
|
25
25
|
props.style,
|
|
26
26
|
]}
|
|
27
27
|
/>
|
|
@@ -46,6 +46,7 @@ import { PaymentAll } from '../screens/detail-loan/PaymentAll';
|
|
|
46
46
|
import { DetailLoan } from '../screens/detail-loan';
|
|
47
47
|
import Guideline from '../screens/payment-evidence/Guideline';
|
|
48
48
|
import { AcceptPolicy } from '../screens/full-submit/accept_policy';
|
|
49
|
+
import { DigitalLending } from '../screens/digital-lending';
|
|
49
50
|
|
|
50
51
|
export const ScreenNames = {
|
|
51
52
|
Splash: 'Splash',
|
|
@@ -92,6 +93,7 @@ export const ScreenNames = {
|
|
|
92
93
|
ConfirmContract: 'ConfirmContract',
|
|
93
94
|
Guideline: 'Guideline',
|
|
94
95
|
AcceptPolicy: 'AcceptPolicy',
|
|
96
|
+
DigitalLending: 'DigitalLending',
|
|
95
97
|
};
|
|
96
98
|
|
|
97
99
|
const Stack = createNativeStackNavigator();
|
|
@@ -171,6 +173,10 @@ export function PrimaryNavigator() {
|
|
|
171
173
|
/>
|
|
172
174
|
<Stack.Screen name={ScreenNames.Guideline} component={Guideline} />
|
|
173
175
|
<Stack.Screen name={ScreenNames.AcceptPolicy} component={AcceptPolicy} />
|
|
176
|
+
<Stack.Screen
|
|
177
|
+
name={ScreenNames.DigitalLending}
|
|
178
|
+
component={DigitalLending}
|
|
179
|
+
/>
|
|
174
180
|
</Stack.Navigator>
|
|
175
181
|
);
|
|
176
182
|
}
|