react-native-timacare 0.0.2 → 0.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/navigation/primary-navigator.js +1 -1
- package/lib/commonjs/navigation/primary-navigator.js.flow +1 -1
- package/lib/commonjs/navigation/primary-navigator.js.map +1 -1
- package/lib/module/navigation/primary-navigator.js +1 -1
- package/lib/module/navigation/primary-navigator.js.map +1 -1
- package/package.json +1 -1
- package/src/navigation/primary-navigator.tsx +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.PrimaryNavigator=PrimaryNavigator;exports.canExit=exports.ScreenNames=void 0;var _react=_interopRequireDefault(require("react"));var _nativeStack=require("react-native-screens/native-stack");var _screens=require("../screens");var _otp=require("../screens/otp");var _nationalID=require("../screens/nationalID");var _selfie=require("../screens/selfie");var _register=require("../screens/register");var _camera=require("../screens/camera");var _TermScreen=require("../screens/terms/TermScreen");var _liveness=require("../screens/liveness");var _eSign=require("../screens/eSign");var _nationalIDBack=require("../screens/nationalIDBack");var _contract=require("../screens/contract");var _uploadVideo=require("../screens/uploadVideo");var _qualify=require("../screens/qualify");var _loginWithPassword=require("../screens/loginWithPassword");var _forgotPassword=require("../screens/forgotPassword");var _setPassword=require("../screens/setPassword");var _confirmPassword=require("../screens/setPassword/confirmPassword");var _quickSubmit=require("../screens/quick-submit");var _select=require("../components/select");var _fullSubmit=require("../screens/full-submit");var _introduction=require("../screens/introduction");var _cimbSign=require("../screens/cimb-sign");var _schedulePayment=require("../screens/schedule-payment");var _notification=require("../screens/notification");var _paymentList=require("../screens/schedule-payment/payment-list");var _CIMBxTima=require("../screens/home/CIMBxTima");var _QuickTerm=require("../screens/terms/QuickTerm");var _PaymentInfo=require("../screens/detail-loan/PaymentInfo");var _selfie2=require("../screens/full-submit/selfie");var _paymentEvidence=require("../screens/payment-evidence");var _guideTransferBank=require("../screens/guide-transfer-bank");var _TransferDetail=_interopRequireDefault(require("../screens/guide-transfer-bank/TransferDetail"));var _ViewContract=require("../screens/sign-tima/ViewContract");var _ConfirmContract=require("../screens/sign-tima/ConfirmContract");var _PaymentAll=require("src/screens/detail-loan/PaymentAll");var _jsxFileName="/Users/quangduc/Documents/Tima/tima-care-v2/src/navigation/primary-navigator.tsx";var ScreenNames={Splash:'Splash',Main:'Main',Support:'Support',Compare:'Compare',OTP:'OTP',NationalID:'NationalID',Selfie:'Selfie',RegisterMotor:'RegisterMotor',Register:'Register',Camera:'Camera',Terms:'Terms',LiveNess:'LiveNess',ESign:'ESign',NationalIDBack:'NationalIDBack',Contract:'Contract',Video:'Video',Qualify:'Qualify',LoginWithPassword:'LoginWithPassword',ForgotPassword:'ForgotPassword',SetPassword:'SetPassword',ConfirmPassword:'ConfirmPassword',TopUp:'TopUp',QuickSubmit:'QuickSubmit',Introduction:'Introduction',FullSubmit:'FullSubmit',CommonSelect:'CommonSelect',UpdateLoan:'UpdateLoan',CIMBSign:'CIMBSign',SchedulePayment:'SchedulePayment',Notification:'Notification',PaymentList:'PaymentList',CIMBxTima:'CIMBxTima',QuickTerm:'QuickTerm',DetailLoan:'DetailLoan',PaymentInfo:'PaymentInfo',CimbSelfie:'CimbSelfie',PaymentEvidence:'PaymentEvidence',GuideTransferBank:'GuideTransferBank',TransferDetail:'TransferDetail',PaymentAll:'PaymentAll',ViewContract:'ViewContract',ConfirmContract:'ConfirmContract'};exports.ScreenNames=ScreenNames;var Stack=(0,_nativeStack.createNativeStackNavigator)();function PrimaryNavigator(){return _react.default.createElement(Stack.Navigator,{initialRouteName:ScreenNames.Splash,screenOptions:{headerShown:false,gestureEnabled:true},__self:this,__source:{fileName:_jsxFileName,lineNumber:96,columnNumber:5}},_react.default.createElement(Stack.Screen,{name:ScreenNames.Splash,component:_screens.Splash,__self:this,__source:{fileName:_jsxFileName,lineNumber:103,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Register,component:_register.Register,__self:this,__source:{fileName:_jsxFileName,lineNumber:104,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Main,component:_screens.Main,__self:this,__source:{fileName:_jsxFileName,lineNumber:105,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.OTP,component:_otp.OTP,__self:this,__source:{fileName:_jsxFileName,lineNumber:106,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalID,component:_nationalID.NationalID,__self:this,__source:{fileName:_jsxFileName,lineNumber:107,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Selfie,component:_selfie.Selfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:108,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Camera,component:_camera.Camera,__self:this,__source:{fileName:_jsxFileName,lineNumber:109,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Terms,component:_TermScreen.TermScreen,__self:this,__source:{fileName:_jsxFileName,lineNumber:110,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LiveNess,component:_liveness.LiveNess,__self:this,__source:{fileName:_jsxFileName,lineNumber:111,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ESign,component:_eSign.ESign,__self:this,__source:{fileName:_jsxFileName,lineNumber:112,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalIDBack,component:_nationalIDBack.NationalIDBack,__self:this,__source:{fileName:_jsxFileName,lineNumber:113,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Contract,component:_contract.Contract,__self:this,__source:{fileName:_jsxFileName,lineNumber:117,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Video,component:_uploadVideo.Video,__self:this,__source:{fileName:_jsxFileName,lineNumber:118,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Qualify,component:_qualify.Qualify,__self:this,__source:{fileName:_jsxFileName,lineNumber:119,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoginWithPassword,component:_loginWithPassword.LoginWithPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:120,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ForgotPassword,component:_forgotPassword.ForgotPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:124,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SetPassword,component:_setPassword.SetPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:128,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmPassword,component:_confirmPassword.ConfirmPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:129,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickSubmit,component:_quickSubmit.QuickSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:133,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Introduction,component:_introduction.Introduction,__self:this,__source:{fileName:_jsxFileName,lineNumber:134,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.FullSubmit,component:_fullSubmit.FullSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:135,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CommonSelect,component:_select.CommonSelect,__self:this,__source:{fileName:_jsxFileName,lineNumber:136,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBSign,component:_cimbSign.CIMBSign,__self:this,__source:{fileName:_jsxFileName,lineNumber:137,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SchedulePayment,component:_schedulePayment.SchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:138,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Notification,component:_notification.Notification,__self:this,__source:{fileName:_jsxFileName,lineNumber:142,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentList,component:_paymentList.PaymentList,__self:this,__source:{fileName:_jsxFileName,lineNumber:143,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBxTima,component:_CIMBxTima.CIMBxTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:144,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickTerm,component:_QuickTerm.QuickTerm,__self:this,__source:{fileName:_jsxFileName,lineNumber:145,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentInfo,component:_PaymentInfo.PaymentInfo,__self:this,__source:{fileName:_jsxFileName,lineNumber:146,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CimbSelfie,component:_selfie2.CimbSelfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:147,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentEvidence,component:_paymentEvidence.PaymentEvidence,__self:this,__source:{fileName:_jsxFileName,lineNumber:148,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.GuideTransferBank,component:_guideTransferBank.GuideTransferBank,__self:this,__source:{fileName:_jsxFileName,lineNumber:152,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TransferDetail,component:_TransferDetail.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:156,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentAll,component:_PaymentAll.PaymentAll,__self:this,__source:{fileName:_jsxFileName,lineNumber:160,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ViewContract,component:_ViewContract.ViewContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:161,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmContract,component:_ConfirmContract.ConfirmContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:162,columnNumber:7}}));}var exitRoutes=['welcome'];var canExit=function canExit(routeName){return exitRoutes.includes(routeName);};exports.canExit=canExit;
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.PrimaryNavigator=PrimaryNavigator;exports.canExit=exports.ScreenNames=void 0;var _react=_interopRequireDefault(require("react"));var _nativeStack=require("react-native-screens/native-stack");var _screens=require("../screens");var _otp=require("../screens/otp");var _nationalID=require("../screens/nationalID");var _selfie=require("../screens/selfie");var _register=require("../screens/register");var _camera=require("../screens/camera");var _TermScreen=require("../screens/terms/TermScreen");var _liveness=require("../screens/liveness");var _eSign=require("../screens/eSign");var _nationalIDBack=require("../screens/nationalIDBack");var _contract=require("../screens/contract");var _uploadVideo=require("../screens/uploadVideo");var _qualify=require("../screens/qualify");var _loginWithPassword=require("../screens/loginWithPassword");var _forgotPassword=require("../screens/forgotPassword");var _setPassword=require("../screens/setPassword");var _confirmPassword=require("../screens/setPassword/confirmPassword");var _quickSubmit=require("../screens/quick-submit");var _select=require("../components/select");var _fullSubmit=require("../screens/full-submit");var _introduction=require("../screens/introduction");var _cimbSign=require("../screens/cimb-sign");var _schedulePayment=require("../screens/schedule-payment");var _notification=require("../screens/notification");var _paymentList=require("../screens/schedule-payment/payment-list");var _CIMBxTima=require("../screens/home/CIMBxTima");var _QuickTerm=require("../screens/terms/QuickTerm");var _PaymentInfo=require("../screens/detail-loan/PaymentInfo");var _selfie2=require("../screens/full-submit/selfie");var _paymentEvidence=require("../screens/payment-evidence");var _guideTransferBank=require("../screens/guide-transfer-bank");var _TransferDetail=_interopRequireDefault(require("../screens/guide-transfer-bank/TransferDetail"));var _ViewContract=require("../screens/sign-tima/ViewContract");var _ConfirmContract=require("../screens/sign-tima/ConfirmContract");var _PaymentAll=require("../screens/detail-loan/PaymentAll");var _jsxFileName="/Users/quangduc/Documents/Tima/tima-care-v2/src/navigation/primary-navigator.tsx";var ScreenNames={Splash:'Splash',Main:'Main',Support:'Support',Compare:'Compare',OTP:'OTP',NationalID:'NationalID',Selfie:'Selfie',RegisterMotor:'RegisterMotor',Register:'Register',Camera:'Camera',Terms:'Terms',LiveNess:'LiveNess',ESign:'ESign',NationalIDBack:'NationalIDBack',Contract:'Contract',Video:'Video',Qualify:'Qualify',LoginWithPassword:'LoginWithPassword',ForgotPassword:'ForgotPassword',SetPassword:'SetPassword',ConfirmPassword:'ConfirmPassword',TopUp:'TopUp',QuickSubmit:'QuickSubmit',Introduction:'Introduction',FullSubmit:'FullSubmit',CommonSelect:'CommonSelect',UpdateLoan:'UpdateLoan',CIMBSign:'CIMBSign',SchedulePayment:'SchedulePayment',Notification:'Notification',PaymentList:'PaymentList',CIMBxTima:'CIMBxTima',QuickTerm:'QuickTerm',DetailLoan:'DetailLoan',PaymentInfo:'PaymentInfo',CimbSelfie:'CimbSelfie',PaymentEvidence:'PaymentEvidence',GuideTransferBank:'GuideTransferBank',TransferDetail:'TransferDetail',PaymentAll:'PaymentAll',ViewContract:'ViewContract',ConfirmContract:'ConfirmContract'};exports.ScreenNames=ScreenNames;var Stack=(0,_nativeStack.createNativeStackNavigator)();function PrimaryNavigator(){return _react.default.createElement(Stack.Navigator,{initialRouteName:ScreenNames.Splash,screenOptions:{headerShown:false,gestureEnabled:true},__self:this,__source:{fileName:_jsxFileName,lineNumber:96,columnNumber:5}},_react.default.createElement(Stack.Screen,{name:ScreenNames.Splash,component:_screens.Splash,__self:this,__source:{fileName:_jsxFileName,lineNumber:103,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Register,component:_register.Register,__self:this,__source:{fileName:_jsxFileName,lineNumber:104,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Main,component:_screens.Main,__self:this,__source:{fileName:_jsxFileName,lineNumber:105,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.OTP,component:_otp.OTP,__self:this,__source:{fileName:_jsxFileName,lineNumber:106,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalID,component:_nationalID.NationalID,__self:this,__source:{fileName:_jsxFileName,lineNumber:107,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Selfie,component:_selfie.Selfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:108,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Camera,component:_camera.Camera,__self:this,__source:{fileName:_jsxFileName,lineNumber:109,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Terms,component:_TermScreen.TermScreen,__self:this,__source:{fileName:_jsxFileName,lineNumber:110,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LiveNess,component:_liveness.LiveNess,__self:this,__source:{fileName:_jsxFileName,lineNumber:111,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ESign,component:_eSign.ESign,__self:this,__source:{fileName:_jsxFileName,lineNumber:112,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalIDBack,component:_nationalIDBack.NationalIDBack,__self:this,__source:{fileName:_jsxFileName,lineNumber:113,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Contract,component:_contract.Contract,__self:this,__source:{fileName:_jsxFileName,lineNumber:117,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Video,component:_uploadVideo.Video,__self:this,__source:{fileName:_jsxFileName,lineNumber:118,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Qualify,component:_qualify.Qualify,__self:this,__source:{fileName:_jsxFileName,lineNumber:119,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoginWithPassword,component:_loginWithPassword.LoginWithPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:120,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ForgotPassword,component:_forgotPassword.ForgotPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:124,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SetPassword,component:_setPassword.SetPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:128,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmPassword,component:_confirmPassword.ConfirmPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:129,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickSubmit,component:_quickSubmit.QuickSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:133,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Introduction,component:_introduction.Introduction,__self:this,__source:{fileName:_jsxFileName,lineNumber:134,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.FullSubmit,component:_fullSubmit.FullSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:135,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CommonSelect,component:_select.CommonSelect,__self:this,__source:{fileName:_jsxFileName,lineNumber:136,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBSign,component:_cimbSign.CIMBSign,__self:this,__source:{fileName:_jsxFileName,lineNumber:137,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SchedulePayment,component:_schedulePayment.SchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:138,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Notification,component:_notification.Notification,__self:this,__source:{fileName:_jsxFileName,lineNumber:142,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentList,component:_paymentList.PaymentList,__self:this,__source:{fileName:_jsxFileName,lineNumber:143,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBxTima,component:_CIMBxTima.CIMBxTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:144,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickTerm,component:_QuickTerm.QuickTerm,__self:this,__source:{fileName:_jsxFileName,lineNumber:145,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentInfo,component:_PaymentInfo.PaymentInfo,__self:this,__source:{fileName:_jsxFileName,lineNumber:146,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CimbSelfie,component:_selfie2.CimbSelfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:147,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentEvidence,component:_paymentEvidence.PaymentEvidence,__self:this,__source:{fileName:_jsxFileName,lineNumber:148,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.GuideTransferBank,component:_guideTransferBank.GuideTransferBank,__self:this,__source:{fileName:_jsxFileName,lineNumber:152,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TransferDetail,component:_TransferDetail.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:156,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentAll,component:_PaymentAll.PaymentAll,__self:this,__source:{fileName:_jsxFileName,lineNumber:160,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ViewContract,component:_ViewContract.ViewContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:161,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmContract,component:_ConfirmContract.ConfirmContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:162,columnNumber:7}}));}var exitRoutes=['welcome'];var canExit=function canExit(routeName){return exitRoutes.includes(routeName);};exports.canExit=canExit;
|
|
2
2
|
//# sourceMappingURL=primary-navigator.js.map
|
|
@@ -42,7 +42,7 @@ import { GuideTransferBank } from '../screens/guide-transfer-bank';
|
|
|
42
42
|
import TransferDetail from '../screens/guide-transfer-bank/TransferDetail';
|
|
43
43
|
import { ViewContract } from '../screens/sign-tima/ViewContract';
|
|
44
44
|
import { ConfirmContract } from '../screens/sign-tima/ConfirmContract';
|
|
45
|
-
import { PaymentAll } from '
|
|
45
|
+
import { PaymentAll } from '../screens/detail-loan/PaymentAll';
|
|
46
46
|
|
|
47
47
|
export const ScreenNames = {
|
|
48
48
|
Splash: 'Splash',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_nativeStack","_screens","_otp","_nationalID","_selfie","_register","_camera","_TermScreen","_liveness","_eSign","_nationalIDBack","_contract","_uploadVideo","_qualify","_loginWithPassword","_forgotPassword","_setPassword","_confirmPassword","_quickSubmit","_select","_fullSubmit","_introduction","_cimbSign","_schedulePayment","_notification","_paymentList","_CIMBxTima","_QuickTerm","_PaymentInfo","_selfie2","_paymentEvidence","_guideTransferBank","_TransferDetail","_ViewContract","_ConfirmContract","_PaymentAll","_jsxFileName","ScreenNames","Splash","Main","Support","Compare","OTP","NationalID","Selfie","RegisterMotor","Register","Camera","Terms","LiveNess","ESign","NationalIDBack","Contract","Video","Qualify","LoginWithPassword","ForgotPassword","SetPassword","ConfirmPassword","TopUp","QuickSubmit","Introduction","FullSubmit","CommonSelect","UpdateLoan","CIMBSign","SchedulePayment","Notification","PaymentList","CIMBxTima","QuickTerm","DetailLoan","PaymentInfo","CimbSelfie","PaymentEvidence","GuideTransferBank","TransferDetail","PaymentAll","ViewContract","ConfirmContract","exports","Stack","createNativeStackNavigator","PrimaryNavigator","default","createElement","Navigator","initialRouteName","screenOptions","headerShown","gestureEnabled","__self","__source","fileName","lineNumber","columnNumber","Screen","name","component","TermScreen","exitRoutes","canExit","routeName","includes"],"sourceRoot":"../../../src","sources":["navigation/primary-navigator.tsx"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_nativeStack","_screens","_otp","_nationalID","_selfie","_register","_camera","_TermScreen","_liveness","_eSign","_nationalIDBack","_contract","_uploadVideo","_qualify","_loginWithPassword","_forgotPassword","_setPassword","_confirmPassword","_quickSubmit","_select","_fullSubmit","_introduction","_cimbSign","_schedulePayment","_notification","_paymentList","_CIMBxTima","_QuickTerm","_PaymentInfo","_selfie2","_paymentEvidence","_guideTransferBank","_TransferDetail","_ViewContract","_ConfirmContract","_PaymentAll","_jsxFileName","ScreenNames","Splash","Main","Support","Compare","OTP","NationalID","Selfie","RegisterMotor","Register","Camera","Terms","LiveNess","ESign","NationalIDBack","Contract","Video","Qualify","LoginWithPassword","ForgotPassword","SetPassword","ConfirmPassword","TopUp","QuickSubmit","Introduction","FullSubmit","CommonSelect","UpdateLoan","CIMBSign","SchedulePayment","Notification","PaymentList","CIMBxTima","QuickTerm","DetailLoan","PaymentInfo","CimbSelfie","PaymentEvidence","GuideTransferBank","TransferDetail","PaymentAll","ViewContract","ConfirmContract","exports","Stack","createNativeStackNavigator","PrimaryNavigator","default","createElement","Navigator","initialRouteName","screenOptions","headerShown","gestureEnabled","__self","__source","fileName","lineNumber","columnNumber","Screen","name","component","TermScreen","exitRoutes","canExit","routeName","includes"],"sourceRoot":"../../../src","sources":["navigation/primary-navigator.tsx"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.PrimaryNavigator=PrimaryNavigator;exports.canExit=exports.ScreenNames=void 0;var _react=_interopRequireDefault(require("react"));var _nativeStack=require("react-native-screens/native-stack");var _screens=require("../screens");var _otp=require("../screens/otp");var _nationalID=require("../screens/nationalID");var _selfie=require("../screens/selfie");var _register=require("../screens/register");var _camera=require("../screens/camera");var _TermScreen=require("../screens/terms/TermScreen");var _liveness=require("../screens/liveness");var _eSign=require("../screens/eSign");var _nationalIDBack=require("../screens/nationalIDBack");var _contract=require("../screens/contract");var _uploadVideo=require("../screens/uploadVideo");var _qualify=require("../screens/qualify");var _loginWithPassword=require("../screens/loginWithPassword");var _forgotPassword=require("../screens/forgotPassword");var _setPassword=require("../screens/setPassword");var _confirmPassword=require("../screens/setPassword/confirmPassword");var _quickSubmit=require("../screens/quick-submit");var _select=require("../components/select");var _fullSubmit=require("../screens/full-submit");var _introduction=require("../screens/introduction");var _cimbSign=require("../screens/cimb-sign");var _schedulePayment=require("../screens/schedule-payment");var _notification=require("../screens/notification");var _paymentList=require("../screens/schedule-payment/payment-list");var _CIMBxTima=require("../screens/home/CIMBxTima");var _QuickTerm=require("../screens/terms/QuickTerm");var _PaymentInfo=require("../screens/detail-loan/PaymentInfo");var _selfie2=require("../screens/full-submit/selfie");var _paymentEvidence=require("../screens/payment-evidence");var _guideTransferBank=require("../screens/guide-transfer-bank");var _TransferDetail=_interopRequireDefault(require("../screens/guide-transfer-bank/TransferDetail"));var _ViewContract=require("../screens/sign-tima/ViewContract");var _ConfirmContract=require("../screens/sign-tima/ConfirmContract");var _PaymentAll=require("src/screens/detail-loan/PaymentAll");var _jsxFileName="/Users/quangduc/Documents/Tima/tima-care-v2/src/navigation/primary-navigator.tsx";var ScreenNames={Splash:'Splash',Main:'Main',Support:'Support',Compare:'Compare',OTP:'OTP',NationalID:'NationalID',Selfie:'Selfie',RegisterMotor:'RegisterMotor',Register:'Register',Camera:'Camera',Terms:'Terms',LiveNess:'LiveNess',ESign:'ESign',NationalIDBack:'NationalIDBack',Contract:'Contract',Video:'Video',Qualify:'Qualify',LoginWithPassword:'LoginWithPassword',ForgotPassword:'ForgotPassword',SetPassword:'SetPassword',ConfirmPassword:'ConfirmPassword',TopUp:'TopUp',QuickSubmit:'QuickSubmit',Introduction:'Introduction',FullSubmit:'FullSubmit',CommonSelect:'CommonSelect',UpdateLoan:'UpdateLoan',CIMBSign:'CIMBSign',SchedulePayment:'SchedulePayment',Notification:'Notification',PaymentList:'PaymentList',CIMBxTima:'CIMBxTima',QuickTerm:'QuickTerm',DetailLoan:'DetailLoan',PaymentInfo:'PaymentInfo',CimbSelfie:'CimbSelfie',PaymentEvidence:'PaymentEvidence',GuideTransferBank:'GuideTransferBank',TransferDetail:'TransferDetail',PaymentAll:'PaymentAll',ViewContract:'ViewContract',ConfirmContract:'ConfirmContract'};exports.ScreenNames=ScreenNames;var Stack=(0,_nativeStack.createNativeStackNavigator)();function PrimaryNavigator(){return _react.default.createElement(Stack.Navigator,{initialRouteName:ScreenNames.Splash,screenOptions:{headerShown:false,gestureEnabled:true},__self:this,__source:{fileName:_jsxFileName,lineNumber:96,columnNumber:5}},_react.default.createElement(Stack.Screen,{name:ScreenNames.Splash,component:_screens.Splash,__self:this,__source:{fileName:_jsxFileName,lineNumber:103,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Register,component:_register.Register,__self:this,__source:{fileName:_jsxFileName,lineNumber:104,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Main,component:_screens.Main,__self:this,__source:{fileName:_jsxFileName,lineNumber:105,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.OTP,component:_otp.OTP,__self:this,__source:{fileName:_jsxFileName,lineNumber:106,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalID,component:_nationalID.NationalID,__self:this,__source:{fileName:_jsxFileName,lineNumber:107,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Selfie,component:_selfie.Selfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:108,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Camera,component:_camera.Camera,__self:this,__source:{fileName:_jsxFileName,lineNumber:109,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Terms,component:_TermScreen.TermScreen,__self:this,__source:{fileName:_jsxFileName,lineNumber:110,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LiveNess,component:_liveness.LiveNess,__self:this,__source:{fileName:_jsxFileName,lineNumber:111,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ESign,component:_eSign.ESign,__self:this,__source:{fileName:_jsxFileName,lineNumber:112,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalIDBack,component:_nationalIDBack.NationalIDBack,__self:this,__source:{fileName:_jsxFileName,lineNumber:113,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Contract,component:_contract.Contract,__self:this,__source:{fileName:_jsxFileName,lineNumber:117,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Video,component:_uploadVideo.Video,__self:this,__source:{fileName:_jsxFileName,lineNumber:118,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Qualify,component:_qualify.Qualify,__self:this,__source:{fileName:_jsxFileName,lineNumber:119,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoginWithPassword,component:_loginWithPassword.LoginWithPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:120,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ForgotPassword,component:_forgotPassword.ForgotPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:124,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SetPassword,component:_setPassword.SetPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:128,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmPassword,component:_confirmPassword.ConfirmPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:129,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickSubmit,component:_quickSubmit.QuickSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:133,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Introduction,component:_introduction.Introduction,__self:this,__source:{fileName:_jsxFileName,lineNumber:134,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.FullSubmit,component:_fullSubmit.FullSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:135,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CommonSelect,component:_select.CommonSelect,__self:this,__source:{fileName:_jsxFileName,lineNumber:136,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBSign,component:_cimbSign.CIMBSign,__self:this,__source:{fileName:_jsxFileName,lineNumber:137,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SchedulePayment,component:_schedulePayment.SchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:138,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Notification,component:_notification.Notification,__self:this,__source:{fileName:_jsxFileName,lineNumber:142,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentList,component:_paymentList.PaymentList,__self:this,__source:{fileName:_jsxFileName,lineNumber:143,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBxTima,component:_CIMBxTima.CIMBxTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:144,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickTerm,component:_QuickTerm.QuickTerm,__self:this,__source:{fileName:_jsxFileName,lineNumber:145,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentInfo,component:_PaymentInfo.PaymentInfo,__self:this,__source:{fileName:_jsxFileName,lineNumber:146,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CimbSelfie,component:_selfie2.CimbSelfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:147,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentEvidence,component:_paymentEvidence.PaymentEvidence,__self:this,__source:{fileName:_jsxFileName,lineNumber:148,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.GuideTransferBank,component:_guideTransferBank.GuideTransferBank,__self:this,__source:{fileName:_jsxFileName,lineNumber:152,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TransferDetail,component:_TransferDetail.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:156,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentAll,component:_PaymentAll.PaymentAll,__self:this,__source:{fileName:_jsxFileName,lineNumber:160,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ViewContract,component:_ViewContract.ViewContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:161,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmContract,component:_ConfirmContract.ConfirmContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:162,columnNumber:7}}));}var exitRoutes=['welcome'];var canExit=function canExit(routeName){return exitRoutes.includes(routeName);};exports.canExit=canExit;
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.PrimaryNavigator=PrimaryNavigator;exports.canExit=exports.ScreenNames=void 0;var _react=_interopRequireDefault(require("react"));var _nativeStack=require("react-native-screens/native-stack");var _screens=require("../screens");var _otp=require("../screens/otp");var _nationalID=require("../screens/nationalID");var _selfie=require("../screens/selfie");var _register=require("../screens/register");var _camera=require("../screens/camera");var _TermScreen=require("../screens/terms/TermScreen");var _liveness=require("../screens/liveness");var _eSign=require("../screens/eSign");var _nationalIDBack=require("../screens/nationalIDBack");var _contract=require("../screens/contract");var _uploadVideo=require("../screens/uploadVideo");var _qualify=require("../screens/qualify");var _loginWithPassword=require("../screens/loginWithPassword");var _forgotPassword=require("../screens/forgotPassword");var _setPassword=require("../screens/setPassword");var _confirmPassword=require("../screens/setPassword/confirmPassword");var _quickSubmit=require("../screens/quick-submit");var _select=require("../components/select");var _fullSubmit=require("../screens/full-submit");var _introduction=require("../screens/introduction");var _cimbSign=require("../screens/cimb-sign");var _schedulePayment=require("../screens/schedule-payment");var _notification=require("../screens/notification");var _paymentList=require("../screens/schedule-payment/payment-list");var _CIMBxTima=require("../screens/home/CIMBxTima");var _QuickTerm=require("../screens/terms/QuickTerm");var _PaymentInfo=require("../screens/detail-loan/PaymentInfo");var _selfie2=require("../screens/full-submit/selfie");var _paymentEvidence=require("../screens/payment-evidence");var _guideTransferBank=require("../screens/guide-transfer-bank");var _TransferDetail=_interopRequireDefault(require("../screens/guide-transfer-bank/TransferDetail"));var _ViewContract=require("../screens/sign-tima/ViewContract");var _ConfirmContract=require("../screens/sign-tima/ConfirmContract");var _PaymentAll=require("../screens/detail-loan/PaymentAll");var _jsxFileName="/Users/quangduc/Documents/Tima/tima-care-v2/src/navigation/primary-navigator.tsx";var ScreenNames={Splash:'Splash',Main:'Main',Support:'Support',Compare:'Compare',OTP:'OTP',NationalID:'NationalID',Selfie:'Selfie',RegisterMotor:'RegisterMotor',Register:'Register',Camera:'Camera',Terms:'Terms',LiveNess:'LiveNess',ESign:'ESign',NationalIDBack:'NationalIDBack',Contract:'Contract',Video:'Video',Qualify:'Qualify',LoginWithPassword:'LoginWithPassword',ForgotPassword:'ForgotPassword',SetPassword:'SetPassword',ConfirmPassword:'ConfirmPassword',TopUp:'TopUp',QuickSubmit:'QuickSubmit',Introduction:'Introduction',FullSubmit:'FullSubmit',CommonSelect:'CommonSelect',UpdateLoan:'UpdateLoan',CIMBSign:'CIMBSign',SchedulePayment:'SchedulePayment',Notification:'Notification',PaymentList:'PaymentList',CIMBxTima:'CIMBxTima',QuickTerm:'QuickTerm',DetailLoan:'DetailLoan',PaymentInfo:'PaymentInfo',CimbSelfie:'CimbSelfie',PaymentEvidence:'PaymentEvidence',GuideTransferBank:'GuideTransferBank',TransferDetail:'TransferDetail',PaymentAll:'PaymentAll',ViewContract:'ViewContract',ConfirmContract:'ConfirmContract'};exports.ScreenNames=ScreenNames;var Stack=(0,_nativeStack.createNativeStackNavigator)();function PrimaryNavigator(){return _react.default.createElement(Stack.Navigator,{initialRouteName:ScreenNames.Splash,screenOptions:{headerShown:false,gestureEnabled:true},__self:this,__source:{fileName:_jsxFileName,lineNumber:96,columnNumber:5}},_react.default.createElement(Stack.Screen,{name:ScreenNames.Splash,component:_screens.Splash,__self:this,__source:{fileName:_jsxFileName,lineNumber:103,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Register,component:_register.Register,__self:this,__source:{fileName:_jsxFileName,lineNumber:104,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Main,component:_screens.Main,__self:this,__source:{fileName:_jsxFileName,lineNumber:105,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.OTP,component:_otp.OTP,__self:this,__source:{fileName:_jsxFileName,lineNumber:106,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalID,component:_nationalID.NationalID,__self:this,__source:{fileName:_jsxFileName,lineNumber:107,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Selfie,component:_selfie.Selfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:108,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Camera,component:_camera.Camera,__self:this,__source:{fileName:_jsxFileName,lineNumber:109,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Terms,component:_TermScreen.TermScreen,__self:this,__source:{fileName:_jsxFileName,lineNumber:110,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LiveNess,component:_liveness.LiveNess,__self:this,__source:{fileName:_jsxFileName,lineNumber:111,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ESign,component:_eSign.ESign,__self:this,__source:{fileName:_jsxFileName,lineNumber:112,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalIDBack,component:_nationalIDBack.NationalIDBack,__self:this,__source:{fileName:_jsxFileName,lineNumber:113,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Contract,component:_contract.Contract,__self:this,__source:{fileName:_jsxFileName,lineNumber:117,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Video,component:_uploadVideo.Video,__self:this,__source:{fileName:_jsxFileName,lineNumber:118,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Qualify,component:_qualify.Qualify,__self:this,__source:{fileName:_jsxFileName,lineNumber:119,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoginWithPassword,component:_loginWithPassword.LoginWithPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:120,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ForgotPassword,component:_forgotPassword.ForgotPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:124,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SetPassword,component:_setPassword.SetPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:128,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmPassword,component:_confirmPassword.ConfirmPassword,__self:this,__source:{fileName:_jsxFileName,lineNumber:129,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickSubmit,component:_quickSubmit.QuickSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:133,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Introduction,component:_introduction.Introduction,__self:this,__source:{fileName:_jsxFileName,lineNumber:134,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.FullSubmit,component:_fullSubmit.FullSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:135,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CommonSelect,component:_select.CommonSelect,__self:this,__source:{fileName:_jsxFileName,lineNumber:136,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBSign,component:_cimbSign.CIMBSign,__self:this,__source:{fileName:_jsxFileName,lineNumber:137,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SchedulePayment,component:_schedulePayment.SchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:138,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Notification,component:_notification.Notification,__self:this,__source:{fileName:_jsxFileName,lineNumber:142,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentList,component:_paymentList.PaymentList,__self:this,__source:{fileName:_jsxFileName,lineNumber:143,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBxTima,component:_CIMBxTima.CIMBxTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:144,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickTerm,component:_QuickTerm.QuickTerm,__self:this,__source:{fileName:_jsxFileName,lineNumber:145,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentInfo,component:_PaymentInfo.PaymentInfo,__self:this,__source:{fileName:_jsxFileName,lineNumber:146,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CimbSelfie,component:_selfie2.CimbSelfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:147,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentEvidence,component:_paymentEvidence.PaymentEvidence,__self:this,__source:{fileName:_jsxFileName,lineNumber:148,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.GuideTransferBank,component:_guideTransferBank.GuideTransferBank,__self:this,__source:{fileName:_jsxFileName,lineNumber:152,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TransferDetail,component:_TransferDetail.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:156,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentAll,component:_PaymentAll.PaymentAll,__self:this,__source:{fileName:_jsxFileName,lineNumber:160,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ViewContract,component:_ViewContract.ViewContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:161,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmContract,component:_ConfirmContract.ConfirmContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:162,columnNumber:7}}));}var exitRoutes=['welcome'];var canExit=function canExit(routeName){return exitRoutes.includes(routeName);};exports.canExit=canExit;
|
|
2
2
|
//# sourceMappingURL=primary-navigator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_nativeStack","_screens","_otp","_nationalID","_selfie","_register","_camera","_TermScreen","_liveness","_eSign","_nationalIDBack","_contract","_uploadVideo","_qualify","_loginWithPassword","_forgotPassword","_setPassword","_confirmPassword","_quickSubmit","_select","_fullSubmit","_introduction","_cimbSign","_schedulePayment","_notification","_paymentList","_CIMBxTima","_QuickTerm","_PaymentInfo","_selfie2","_paymentEvidence","_guideTransferBank","_TransferDetail","_ViewContract","_ConfirmContract","_PaymentAll","_jsxFileName","ScreenNames","Splash","Main","Support","Compare","OTP","NationalID","Selfie","RegisterMotor","Register","Camera","Terms","LiveNess","ESign","NationalIDBack","Contract","Video","Qualify","LoginWithPassword","ForgotPassword","SetPassword","ConfirmPassword","TopUp","QuickSubmit","Introduction","FullSubmit","CommonSelect","UpdateLoan","CIMBSign","SchedulePayment","Notification","PaymentList","CIMBxTima","QuickTerm","DetailLoan","PaymentInfo","CimbSelfie","PaymentEvidence","GuideTransferBank","TransferDetail","PaymentAll","ViewContract","ConfirmContract","exports","Stack","createNativeStackNavigator","PrimaryNavigator","default","createElement","Navigator","initialRouteName","screenOptions","headerShown","gestureEnabled","__self","__source","fileName","lineNumber","columnNumber","Screen","name","component","TermScreen","exitRoutes","canExit","routeName","includes"],"sourceRoot":"../../../src","sources":["navigation/primary-navigator.tsx"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_nativeStack","_screens","_otp","_nationalID","_selfie","_register","_camera","_TermScreen","_liveness","_eSign","_nationalIDBack","_contract","_uploadVideo","_qualify","_loginWithPassword","_forgotPassword","_setPassword","_confirmPassword","_quickSubmit","_select","_fullSubmit","_introduction","_cimbSign","_schedulePayment","_notification","_paymentList","_CIMBxTima","_QuickTerm","_PaymentInfo","_selfie2","_paymentEvidence","_guideTransferBank","_TransferDetail","_ViewContract","_ConfirmContract","_PaymentAll","_jsxFileName","ScreenNames","Splash","Main","Support","Compare","OTP","NationalID","Selfie","RegisterMotor","Register","Camera","Terms","LiveNess","ESign","NationalIDBack","Contract","Video","Qualify","LoginWithPassword","ForgotPassword","SetPassword","ConfirmPassword","TopUp","QuickSubmit","Introduction","FullSubmit","CommonSelect","UpdateLoan","CIMBSign","SchedulePayment","Notification","PaymentList","CIMBxTima","QuickTerm","DetailLoan","PaymentInfo","CimbSelfie","PaymentEvidence","GuideTransferBank","TransferDetail","PaymentAll","ViewContract","ConfirmContract","exports","Stack","createNativeStackNavigator","PrimaryNavigator","default","createElement","Navigator","initialRouteName","screenOptions","headerShown","gestureEnabled","__self","__source","fileName","lineNumber","columnNumber","Screen","name","component","TermScreen","exitRoutes","canExit","routeName","includes"],"sourceRoot":"../../../src","sources":["navigation/primary-navigator.tsx"],"mappings":"iOAOA,IAAAA,MAAA,CAAAC,sBAAA,CAAAC,OAAA,WAEA,IAAAC,YAAA,CAAAD,OAAA,sCACA,IAAAE,QAAA,CAAAF,OAAA,eACA,IAAAG,IAAA,CAAAH,OAAA,mBACA,IAAAI,WAAA,CAAAJ,OAAA,0BACA,IAAAK,OAAA,CAAAL,OAAA,sBACA,IAAAM,SAAA,CAAAN,OAAA,wBACA,IAAAO,OAAA,CAAAP,OAAA,sBACA,IAAAQ,WAAA,CAAAR,OAAA,gCACA,IAAAS,SAAA,CAAAT,OAAA,wBACA,IAAAU,MAAA,CAAAV,OAAA,qBACA,IAAAW,eAAA,CAAAX,OAAA,8BACA,IAAAY,SAAA,CAAAZ,OAAA,wBACA,IAAAa,YAAA,CAAAb,OAAA,2BACA,IAAAc,QAAA,CAAAd,OAAA,uBACA,IAAAe,kBAAA,CAAAf,OAAA,iCACA,IAAAgB,eAAA,CAAAhB,OAAA,8BACA,IAAAiB,YAAA,CAAAjB,OAAA,2BACA,IAAAkB,gBAAA,CAAAlB,OAAA,2CACA,IAAAmB,YAAA,CAAAnB,OAAA,4BACA,IAAAoB,OAAA,CAAApB,OAAA,yBACA,IAAAqB,WAAA,CAAArB,OAAA,2BACA,IAAAsB,aAAA,CAAAtB,OAAA,4BACA,IAAAuB,SAAA,CAAAvB,OAAA,yBACA,IAAAwB,gBAAA,CAAAxB,OAAA,gCACA,IAAAyB,aAAA,CAAAzB,OAAA,4BACA,IAAA0B,YAAA,CAAA1B,OAAA,6CACA,IAAA2B,UAAA,CAAA3B,OAAA,8BACA,IAAA4B,UAAA,CAAA5B,OAAA,+BACA,IAAA6B,YAAA,CAAA7B,OAAA,uCACA,IAAA8B,QAAA,CAAA9B,OAAA,kCACA,IAAA+B,gBAAA,CAAA/B,OAAA,gCACA,IAAAgC,kBAAA,CAAAhC,OAAA,mCACA,IAAAiC,eAAA,CAAAlC,sBAAA,CAAAC,OAAA,mDACA,IAAAkC,aAAA,CAAAlC,OAAA,sCACA,IAAAmC,gBAAA,CAAAnC,OAAA,yCACA,IAAAoC,WAAA,CAAApC,OAAA,sCAA+D,IAAAqC,YAAA,oFAExD,GAAM,CAAAC,WAAW,CAAG,CACzBC,MAAM,CAAE,QAAQ,CAChBC,IAAI,CAAE,MAAM,CACZC,OAAO,CAAE,SAAS,CAClBC,OAAO,CAAE,SAAS,CAClBC,GAAG,CAAE,KAAK,CACVC,UAAU,CAAE,YAAY,CACxBC,MAAM,CAAE,QAAQ,CAChBC,aAAa,CAAE,eAAe,CAC9BC,QAAQ,CAAE,UAAU,CACpBC,MAAM,CAAE,QAAQ,CAChBC,KAAK,CAAE,OAAO,CACdC,QAAQ,CAAE,UAAU,CACpBC,KAAK,CAAE,OAAO,CACdC,cAAc,CAAE,gBAAgB,CAChCC,QAAQ,CAAE,UAAU,CACpBC,KAAK,CAAE,OAAO,CACdC,OAAO,CAAE,SAAS,CAClBC,iBAAiB,CAAE,mBAAmB,CACtCC,cAAc,CAAE,gBAAgB,CAChCC,WAAW,CAAE,aAAa,CAC1BC,eAAe,CAAE,iBAAiB,CAClCC,KAAK,CAAE,OAAO,CACdC,WAAW,CAAE,aAAa,CAC1BC,YAAY,CAAE,cAAc,CAC5BC,UAAU,CAAE,YAAY,CACxBC,YAAY,CAAE,cAAc,CAC5BC,UAAU,CAAE,YAAY,CACxBC,QAAQ,CAAE,UAAU,CACpBC,eAAe,CAAE,iBAAiB,CAClCC,YAAY,CAAE,cAAc,CAC5BC,WAAW,CAAE,aAAa,CAC1BC,SAAS,CAAE,WAAW,CACtBC,SAAS,CAAE,WAAW,CACtBC,UAAU,CAAE,YAAY,CACxBC,WAAW,CAAE,aAAa,CAC1BC,UAAU,CAAE,YAAY,CACxBC,eAAe,CAAE,iBAAiB,CAClCC,iBAAiB,CAAE,mBAAmB,CACtCC,cAAc,CAAE,gBAAgB,CAChCC,UAAU,CAAE,YAAY,CACxBC,YAAY,CAAE,cAAc,CAC5BC,eAAe,CAAE,iBACnB,CAAC,CAACC,OAAA,CAAA3C,WAAA,CAAAA,WAAA,CAEF,GAAM,CAAA4C,KAAK,CAAG,GAAAC,uCAA0B,EAAC,CAAC,CAEnC,QAAS,CAAAC,gBAAgBA,CAAA,CAAG,CACjC,MACE,CAAAtF,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACK,SAAS,EACdC,gBAAgB,CAAElD,WAAW,CAACC,MAAO,CACrCkD,aAAa,CAAE,CACbC,WAAW,CAAE,KAAK,CAClBC,cAAc,CAAE,IAClB,CAAE,CAAAC,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,IAAAC,YAAA,KAEFlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACC,MAAO,CAAC4D,SAAS,CAAE5D,eAAO,CAAAqD,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CAC7DlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACS,QAAS,CAACoD,SAAS,CAAEpD,kBAAS,CAAA6C,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACjElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACE,IAAK,CAAC2D,SAAS,CAAE3D,aAAK,CAAAoD,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACzDlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACK,GAAI,CAACwD,SAAS,CAAExD,QAAI,CAAAiD,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACvDlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACM,UAAW,CAACuD,SAAS,CAAEvD,sBAAW,CAAAgD,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACrElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACO,MAAO,CAACsD,SAAS,CAAEtD,cAAO,CAAA+C,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CAC7DlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACU,MAAO,CAACmD,SAAS,CAAEnD,cAAO,CAAA4C,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CAC7DlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACW,KAAM,CAACkD,SAAS,CAAEC,sBAAW,CAAAR,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CAChElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACY,QAAS,CAACiD,SAAS,CAAEjD,kBAAS,CAAA0C,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACjElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACa,KAAM,CAACgD,SAAS,CAAEhD,YAAM,CAAAyC,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CAC3DlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EACXC,IAAI,CAAE5D,WAAW,CAACc,cAAe,CACjC+C,SAAS,CAAE/C,8BAAe,CAAAwC,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAC3B,CAAC,CACFlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACe,QAAS,CAAC8C,SAAS,CAAE9C,kBAAS,CAAAuC,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACjElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACgB,KAAM,CAAC6C,SAAS,CAAE7C,kBAAM,CAAAsC,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CAC3DlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACiB,OAAQ,CAAC4C,SAAS,CAAE5C,gBAAQ,CAAAqC,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CAC/DlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EACXC,IAAI,CAAE5D,WAAW,CAACkB,iBAAkB,CACpC2C,SAAS,CAAE3C,oCAAkB,CAAAoC,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAC9B,CAAC,CACFlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EACXC,IAAI,CAAE5D,WAAW,CAACmB,cAAe,CACjC0C,SAAS,CAAE1C,8BAAe,CAAAmC,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAC3B,CAAC,CACFlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACoB,WAAY,CAACyC,SAAS,CAAEzC,wBAAY,CAAAkC,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACvElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EACXC,IAAI,CAAE5D,WAAW,CAACqB,eAAgB,CAClCwC,SAAS,CAAExC,gCAAgB,CAAAiC,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAC5B,CAAC,CACFlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACuB,WAAY,CAACsC,SAAS,CAAEtC,wBAAY,CAAA+B,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACvElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACwB,YAAa,CAACqC,SAAS,CAAErC,0BAAa,CAAA8B,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACzElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACyB,UAAW,CAACoC,SAAS,CAAEpC,sBAAW,CAAA6B,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACrElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAAC0B,YAAa,CAACmC,SAAS,CAAEnC,oBAAa,CAAA4B,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACzElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAAC4B,QAAS,CAACiC,SAAS,CAAEjC,kBAAS,CAAA0B,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACjElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EACXC,IAAI,CAAE5D,WAAW,CAAC6B,eAAgB,CAClCgC,SAAS,CAAEhC,gCAAgB,CAAAyB,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAC5B,CAAC,CACFlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAAC8B,YAAa,CAAC+B,SAAS,CAAE/B,0BAAa,CAAAwB,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACzElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAAC+B,WAAY,CAAC8B,SAAS,CAAE9B,wBAAY,CAAAuB,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACvElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACgC,SAAU,CAAC6B,SAAS,CAAE7B,oBAAU,CAAAsB,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACnElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACiC,SAAU,CAAC4B,SAAS,CAAE5B,oBAAU,CAAAqB,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACnElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACmC,WAAY,CAAC0B,SAAS,CAAE1B,wBAAY,CAAAmB,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACvElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACoC,UAAW,CAACyB,SAAS,CAAEzB,mBAAW,CAAAkB,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACrElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EACXC,IAAI,CAAE5D,WAAW,CAACqC,eAAgB,CAClCwB,SAAS,CAAExB,gCAAgB,CAAAiB,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAC5B,CAAC,CACFlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EACXC,IAAI,CAAE5D,WAAW,CAACsC,iBAAkB,CACpCuB,SAAS,CAAEvB,oCAAkB,CAAAgB,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAC9B,CAAC,CACFlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EACXC,IAAI,CAAE5D,WAAW,CAACuC,cAAe,CACjCsB,SAAS,CAAEtB,uBAAe,CAAAe,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAC3B,CAAC,CACFlG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACwC,UAAW,CAACqB,SAAS,CAAErB,sBAAW,CAAAc,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACrElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EAACC,IAAI,CAAE5D,WAAW,CAACyC,YAAa,CAACoB,SAAS,CAAEpB,0BAAa,CAAAa,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAAE,CAAC,CACzElG,MAAA,CAAAuF,OAAA,CAAAC,aAAA,CAACJ,KAAK,CAACe,MAAM,EACXC,IAAI,CAAE5D,WAAW,CAAC0C,eAAgB,CAClCmB,SAAS,CAAEnB,gCAAgB,CAAAY,MAAA,MAAAC,QAAA,EAAAC,QAAA,CAAAzD,YAAA,CAAA0D,UAAA,KAAAC,YAAA,IAC5B,CACc,CAAC,CAEtB,CAEA,GAAM,CAAAK,UAAU,CAAG,CAAC,SAAS,CAAC,CACvB,GAAM,CAAAC,OAAO,CAAG,QAAV,CAAAA,OAAOA,CAAIC,SAAiB,QAAK,CAAAF,UAAU,CAACG,QAAQ,CAACD,SAAS,CAAC,GAACtB,OAAA,CAAAqB,OAAA,CAAAA,OAAA"}
|
package/package.json
CHANGED
|
@@ -42,7 +42,7 @@ import { GuideTransferBank } from '../screens/guide-transfer-bank';
|
|
|
42
42
|
import TransferDetail from '../screens/guide-transfer-bank/TransferDetail';
|
|
43
43
|
import { ViewContract } from '../screens/sign-tima/ViewContract';
|
|
44
44
|
import { ConfirmContract } from '../screens/sign-tima/ConfirmContract';
|
|
45
|
-
import { PaymentAll } from '
|
|
45
|
+
import { PaymentAll } from '../screens/detail-loan/PaymentAll';
|
|
46
46
|
|
|
47
47
|
export const ScreenNames = {
|
|
48
48
|
Splash: 'Splash',
|