@zezosoft/zezo-ott-react-native-ui-kit 1.3.6 → 1.3.8
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/README.md +40 -36
- package/lib/module/components/Content/Card/components/AdsPoster.js +40 -55
- package/lib/module/components/Content/Card/components/AdsPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/CardPoster.js +81 -107
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/ThumbnailCard.js +48 -70
- package/lib/module/components/Content/Card/components/ThumbnailCard.js.map +1 -1
- package/lib/module/components/Search/components/SearchCard.js +2 -2
- package/lib/module/components/Search/components/SearchCard.js.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
- package/package.json +1 -3
- package/lib/module/utils/colorUtils.js +0 -68
- package/lib/module/utils/colorUtils.js.map +0 -1
- package/lib/typescript/src/utils/colorUtils.d.ts +0 -19
- package/lib/typescript/src/utils/colorUtils.d.ts.map +0 -1
- package/src/assets/animations/135037-payment-processing-error.json +0 -1347
- package/src/assets/animations/7227-vui-animation.json +0 -3377
- package/src/assets/animations/Failed.json +0 -2103
- package/src/assets/animations/Pending.json +0 -522
- package/src/assets/animations/Successful.json +0 -2289
- package/src/assets/animations/heart.json +0 -788
- package/src/assets/animations/succesfull-payment.json +0 -2379
- package/src/assets/animations/voice-icon.json +0 -542
- package/src/assets/img/back.png +0 -0
- package/src/assets/img/bottom-panel.png +0 -0
- package/src/assets/img/camera.png +0 -0
- package/src/assets/img/camera2.png +0 -0
- package/src/assets/img/home.png +0 -0
- package/src/assets/img/lock.png +0 -0
- package/src/assets/img/play.png +0 -0
- package/src/assets/img/profile.jpg +0 -0
- package/src/assets/img/qr-code.png +0 -0
- package/src/assets/img/shadow.png +0 -0
- package/src/assets/img/shadow2.png +0 -0
- package/src/assets/img/user.png +0 -0
- package/src/assets/svg/Account.svg +0 -4
- package/src/assets/svg/Favourite.svg +0 -14
- package/src/assets/svg/Upcoming.svg +0 -4
- package/src/assets/svg/content-error.svg +0 -28
- package/src/assets/svg/download.svg +0 -3
- package/src/assets/svg/eye-off.svg +0 -10
- package/src/assets/svg/favorites.svg +0 -3
- package/src/assets/svg/h.svg +0 -4
- package/src/assets/svg/home.svg +0 -5
- package/src/assets/svg/home1.svg +0 -3
- package/src/assets/svg/menu-bar.svg +0 -4
- package/src/assets/svg/my-space.svg +0 -14
- package/src/assets/svg/play-icon-with-bg.svg +0 -5
- package/src/assets/svg/profile.svg +0 -4
- package/src/assets/svg/search.svg +0 -5
- package/src/assets/svg/search1.svg +0 -4
- package/src/assets/svg/server-error.svg +0 -139
- package/src/components/Account/Account.tsx +0 -354
- package/src/components/Account/index.ts +0 -6
- package/src/components/Alert/AlertDialog.tsx +0 -253
- package/src/components/Alert/UAAlert.tsx +0 -176
- package/src/components/Alert/index.ts +0 -7
- package/src/components/Auth/AuthProvider/AuthProvider.tsx +0 -412
- package/src/components/Auth/One/ForgotPassword/ForgotPassword.tsx +0 -333
- package/src/components/Auth/One/Login/LoginWithEmail.tsx +0 -449
- package/src/components/Auth/One/Login/LoginWithPhone.tsx +0 -309
- package/src/components/Auth/One/OTP/OTP.tsx +0 -539
- package/src/components/Auth/One/QrLogin/QrLogin.tsx +0 -329
- package/src/components/Auth/One/QrLogin/components/index.ts +0 -8
- package/src/components/Auth/One/QrLogin/components/qr-scanner-fallback.tsx +0 -158
- package/src/components/Auth/One/QrLogin/components/qr-scanner-frame.tsx +0 -207
- package/src/components/Auth/One/QrLogin/components/qr-scanner-header.tsx +0 -65
- package/src/components/Auth/One/QrLogin/components/qr-scanner-intro.tsx +0 -255
- package/src/components/Auth/One/QrLogin/components/qr-scanner-overlay.tsx +0 -291
- package/src/components/Auth/One/SignUp/SignUp.tsx +0 -470
- package/src/components/Auth/One/SplashScreen/SplashScreen.tsx +0 -229
- package/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.tsx +0 -92
- package/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.tsx +0 -129
- package/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.tsx +0 -172
- package/src/components/Auth/One/SplashScreen/utils/splashUtils.ts +0 -23
- package/src/components/Auth/One/index.ts +0 -24
- package/src/components/Auth/Two/AuthHeader/AuthHeader.tsx +0 -130
- package/src/components/Auth/Two/ForgotPassword/ForgotPassword.tsx +0 -331
- package/src/components/Auth/Two/Login/EmailOrPhoneLogin.tsx +0 -612
- package/src/components/Auth/Two/OTP/OTP.tsx +0 -504
- package/src/components/Auth/Two/SignUp/SignUp.tsx +0 -439
- package/src/components/Auth/Two/index.ts +0 -20
- package/src/components/Auth/index.ts +0 -16
- package/src/components/BackgroundLayout/One/One.tsx +0 -184
- package/src/components/BackgroundLayout/Two/Two.tsx +0 -65
- package/src/components/BackgroundLayout/index.ts +0 -14
- package/src/components/BlogView/BlogView.tsx +0 -282
- package/src/components/BlogView/index.ts +0 -8
- package/src/components/BlurView/BlurView.tsx +0 -199
- package/src/components/BlurView/index.ts +0 -7
- package/src/components/BottomSheet/BottomSheet.tsx +0 -204
- package/src/components/BottomSheet/BottomSheetOne.tsx +0 -223
- package/src/components/BottomSheet/index.ts +0 -9
- package/src/components/Button/BackBtn.tsx +0 -149
- package/src/components/Button/MenuBtn.tsx +0 -220
- package/src/components/Button/PrimaryBtn.tsx +0 -123
- package/src/components/Button/SecondaryBtn.tsx +0 -123
- package/src/components/Button/TextButton.tsx +0 -150
- package/src/components/Button/index.ts +0 -18
- package/src/components/Button/types.ts +0 -33
- package/src/components/Content/Card/Category/Category.tsx +0 -436
- package/src/components/Content/Card/Category/CategroyTwo.tsx +0 -429
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +0 -607
- package/src/components/Content/Card/Sliders/Styles/One.tsx +0 -490
- package/src/components/Content/Card/Sliders/Styles/Three.tsx +0 -1017
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +0 -395
- package/src/components/Content/Card/Sliders/index.ts +0 -18
- package/src/components/Content/Card/Styles/Five.tsx +0 -367
- package/src/components/Content/Card/Styles/Four.tsx +0 -366
- package/src/components/Content/Card/Styles/One.tsx +0 -372
- package/src/components/Content/Card/Styles/RotateInOut.tsx +0 -413
- package/src/components/Content/Card/Styles/Six.tsx +0 -378
- package/src/components/Content/Card/Styles/Three.tsx +0 -312
- package/src/components/Content/Card/Styles/TopTen.tsx +0 -402
- package/src/components/Content/Card/Styles/Two.tsx +0 -404
- package/src/components/Content/Card/components/AdsPoster.tsx +0 -207
- package/src/components/Content/Card/components/CardPoster.tsx +0 -377
- package/src/components/Content/Card/components/LiveBadge.tsx +0 -125
- package/src/components/Content/Card/components/NavigateToMore.tsx +0 -97
- package/src/components/Content/Card/components/RentOrBuyIcon.tsx +0 -134
- package/src/components/Content/Card/components/ShowAllButton.tsx +0 -92
- package/src/components/Content/Card/components/ThumbnailCard.tsx +0 -219
- package/src/components/Content/Card/components/index.ts +0 -12
- package/src/components/Content/Card/index.ts +0 -31
- package/src/components/Content/Content.tsx +0 -338
- package/src/components/Content/Sections.tsx +0 -239
- package/src/components/Content/types.ts +0 -180
- package/src/components/ContentView/MoreContentList.tsx +0 -330
- package/src/components/ContentView/One/ContentViewOne.tsx +0 -251
- package/src/components/ContentView/One/components/CastCard.tsx +0 -266
- package/src/components/ContentView/One/components/HeroBanner.tsx +0 -413
- package/src/components/ContentView/One/components/MiniInfo.tsx +0 -343
- package/src/components/ContentView/One/components/Title.tsx +0 -149
- package/src/components/ContentView/Two/ContentViewTwo.tsx +0 -332
- package/src/components/ContentView/Two/components/Details.tsx +0 -196
- package/src/components/ContentView/Two/components/HeroBanner.tsx +0 -267
- package/src/components/ContentView/Two/components/LikeShareActions.tsx +0 -125
- package/src/components/ContentView/Two/components/MoreLikeThisContentList .tsx +0 -308
- package/src/components/ContentView/Two/components/PlayOrTrailer.tsx +0 -162
- package/src/components/ContentView/Two/components/SectionTabs.tsx +0 -181
- package/src/components/ContentView/Two/components/Title.tsx +0 -229
- package/src/components/ContentView/Two/components/index.ts +0 -12
- package/src/components/ContentView/index.ts +0 -13
- package/src/components/ContentView/shared/AboutSection.tsx +0 -226
- package/src/components/ContentView/shared/EpisodeCard.tsx +0 -600
- package/src/components/ContentView/shared/GenreTags.tsx +0 -189
- package/src/components/ContentView/shared/PlayButton.tsx +0 -52
- package/src/components/ContentView/shared/TrailerButton.tsx +0 -76
- package/src/components/Fallbacks/NoContentFallback.tsx +0 -175
- package/src/components/Fallbacks/NotFoundFallback.tsx +0 -94
- package/src/components/Fallbacks/index.ts +0 -7
- package/src/components/Headers/AppHeader.tsx +0 -151
- package/src/components/Headers/Four.tsx +0 -84
- package/src/components/Headers/One.tsx +0 -115
- package/src/components/Headers/Three.tsx +0 -137
- package/src/components/Headers/Two.tsx +0 -101
- package/src/components/Headers/index.ts +0 -34
- package/src/components/Input/Input.ts +0 -18
- package/src/components/Input/InputOne.tsx +0 -265
- package/src/components/Input/InputThree.tsx +0 -205
- package/src/components/Input/InputTwo.tsx +0 -217
- package/src/components/Input/PhoneInput/One/One.tsx +0 -415
- package/src/components/Input/PhoneInput/Two/Two.tsx +0 -406
- package/src/components/Input/PhoneInput/index.ts +0 -14
- package/src/components/Keyboard/HideKeyboard.tsx +0 -91
- package/src/components/Loader/Loader.tsx +0 -49
- package/src/components/Logo/Logo.tsx +0 -150
- package/src/components/NewRelease/NewReleaseSheet.tsx +0 -260
- package/src/components/NewRelease/index.ts +0 -6
- package/src/components/Reels/ReelsSeries/MediaControls/BottomControls.tsx +0 -226
- package/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.tsx +0 -324
- package/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.tsx +0 -201
- package/src/components/Reels/ReelsSeries/MediaControls/RightControls.tsx +0 -100
- package/src/components/Reels/ReelsSeries/MediaControls/TopControls.tsx +0 -168
- package/src/components/Reels/ReelsSeries/Model/DetailsModal.tsx +0 -207
- package/src/components/Reels/ReelsSeries/Model/SettingModal.tsx +0 -151
- package/src/components/Reels/ReelsSeries/Model/UnlockModal.tsx +0 -159
- package/src/components/Reels/ReelsSeries/ReelsSeries.tsx +0 -278
- package/src/components/Reels/ReelsSeries/ReelsSeriesItem.tsx +0 -569
- package/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.tsx +0 -189
- package/src/components/Reels/ReelsSeries/components/Episodes.tsx +0 -159
- package/src/components/Reels/ReelsSeries/components/GradientOverlay.tsx +0 -46
- package/src/components/Reels/ReelsSeries/components/Like.tsx +0 -45
- package/src/components/Reels/ReelsSeries/components/RotatingLoader.tsx +0 -84
- package/src/components/Reels/ReelsSeries/components/Synopsis.tsx +0 -338
- package/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.tsx +0 -185
- package/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.tsx +0 -77
- package/src/components/Reels/ReelsSeries/components/VideoControls/index.ts +0 -7
- package/src/components/Reels/ReelsSeries/types.ts +0 -78
- package/src/components/Reels/ReelsSeries/useReelsWatchProgress.ts +0 -90
- package/src/components/Reels/ReelsSeries/utils/quality.ts +0 -72
- package/src/components/Reels/index.ts +0 -9
- package/src/components/Reels/utils/Controls/gestureUtils.ts +0 -46
- package/src/components/Reels/utils/Controls/index.ts +0 -9
- package/src/components/Reels/utils/Controls/overlayUtils.ts +0 -40
- package/src/components/Reels/utils/Controls/videoControlsConstants.ts +0 -30
- package/src/components/Reels/utils/Controls/videoRef.ts +0 -9
- package/src/components/Reels/utils/index.ts +0 -6
- package/src/components/Reels/utils/timeoutUtils.ts +0 -34
- package/src/components/Search/One.tsx +0 -262
- package/src/components/Search/components/RecentSearchesSection.tsx +0 -181
- package/src/components/Search/components/SearchCard.tsx +0 -285
- package/src/components/Search/index.ts +0 -16
- package/src/components/Settings/AppSettings.tsx +0 -442
- package/src/components/Settings/index.ts +0 -6
- package/src/components/Subscription/SubOne.tsx +0 -423
- package/src/components/Subscription/components/SubsDetailsModal.tsx +0 -347
- package/src/components/Subscription/components/SubscriptionCard.tsx +0 -342
- package/src/components/Subscription/index.ts +0 -12
- package/src/components/TabBar/One.tsx +0 -145
- package/src/components/TabBar/Three.tsx +0 -162
- package/src/components/TabBar/Two.tsx +0 -179
- package/src/components/TabBar/index.ts +0 -20
- package/src/components/Text/Text.tsx +0 -90
- package/src/components/Text/index.ts +0 -6
- package/src/components/User/DeviceSessions/DeviceSessions.tsx +0 -468
- package/src/components/User/ProfileUpdate/ProfileUpdate.tsx +0 -293
- package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +0 -504
- package/src/components/User/WatchHistory/WatchHistory.tsx +0 -214
- package/src/components/User/WatchLater/WatchLater.tsx +0 -400
- package/src/components/User/components/UserAvatar.tsx +0 -121
- package/src/components/User/components/UserSection.tsx +0 -218
- package/src/components/User/index.ts +0 -18
- package/src/components/View/View.tsx +0 -38
- package/src/components/View/index.ts +0 -6
- package/src/components/common/AppStatusBar.tsx +0 -57
- package/src/components/common/index.ts +0 -1
- package/src/components/index.ts +0 -30
- package/src/components/layout/SafeAreaWrapper.tsx +0 -50
- package/src/components/layout/index.ts +0 -6
- package/src/constants/dummySections.ts +0 -103
- package/src/hooks/Images/index.ts +0 -6
- package/src/hooks/Images/useImageLoader.ts +0 -209
- package/src/hooks/index.ts +0 -16
- package/src/hooks/useAdTracking.ts +0 -354
- package/src/hooks/useCards.ts +0 -247
- package/src/hooks/useDebounce.ts +0 -40
- package/src/hooks/useKeyboard.ts +0 -43
- package/src/hooks/useNavigationMode.ts +0 -48
- package/src/hooks/usePaginatedSection.ts +0 -108
- package/src/hooks/usePrevious.ts +0 -28
- package/src/hooks/useSafeCallback.ts +0 -29
- package/src/hooks/useSkeletonItems.ts +0 -30
- package/src/hooks/useSplashCache.ts +0 -245
- package/src/index.tsx +0 -9
- package/src/store/RecentSearchesStore.ts +0 -72
- package/src/store/splashStore.ts +0 -86
- package/src/store/storage.ts +0 -29
- package/src/theme/ThemeContext.ts +0 -19
- package/src/theme/ThemeProvider.tsx +0 -87
- package/src/theme/hooks/index.ts +0 -6
- package/src/theme/hooks/useTheme.ts +0 -118
- package/src/theme/index.ts +0 -8
- package/src/theme/store/theme.ts +0 -50
- package/src/theme/themes.ts +0 -262
- package/src/theme/utils/cleanColors.ts +0 -71
- package/src/theme/utils/toRgba.ts +0 -150
- package/src/types/content/content-view.types.ts +0 -209
- package/src/types/hook/index.ts +0 -6
- package/src/types/hook/usePaginatedSection.ts +0 -20
- package/src/types/index.ts +0 -10
- package/src/types/navigation.ts +0 -17
- package/src/types/sections/index.ts +0 -87
- package/src/types/user.ts +0 -18
- package/src/utils/Display.ts +0 -15
- package/src/utils/Formater.ts +0 -33
- package/src/utils/SizeMatters.ts +0 -8
- package/src/utils/Spacing.ts +0 -27
- package/src/utils/colorUtils.ts +0 -70
- package/src/utils/imageValidation.ts +0 -36
- package/src/utils/interaction.ts +0 -19
|
@@ -1,329 +0,0 @@
|
|
|
1
|
-
import React, {
|
|
2
|
-
useState,
|
|
3
|
-
useMemo,
|
|
4
|
-
useCallback,
|
|
5
|
-
useRef,
|
|
6
|
-
useEffect,
|
|
7
|
-
} from 'react';
|
|
8
|
-
import { View, StyleSheet } from 'react-native';
|
|
9
|
-
import {
|
|
10
|
-
Camera,
|
|
11
|
-
useCameraDevice,
|
|
12
|
-
useCameraPermission,
|
|
13
|
-
useCodeScanner,
|
|
14
|
-
} from 'react-native-vision-camera';
|
|
15
|
-
|
|
16
|
-
import { AppHeader } from '../../../Headers';
|
|
17
|
-
import { AppStatusBar } from '../../../common/AppStatusBar';
|
|
18
|
-
import { useTheme } from '../../../../theme';
|
|
19
|
-
|
|
20
|
-
import {
|
|
21
|
-
QrScannerIntro,
|
|
22
|
-
QrScannerOverlay,
|
|
23
|
-
QrScannerFrame,
|
|
24
|
-
QrScannerHeader,
|
|
25
|
-
QrScannerFallback,
|
|
26
|
-
} from './components';
|
|
27
|
-
|
|
28
|
-
export type ScannerStatus = 'idle' | 'loading' | 'success' | 'error';
|
|
29
|
-
|
|
30
|
-
export interface ScannerState {
|
|
31
|
-
status: ScannerStatus;
|
|
32
|
-
message: string;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export type QrLoginProps = {
|
|
36
|
-
title?: string;
|
|
37
|
-
description?: string;
|
|
38
|
-
scanButtonText?: string;
|
|
39
|
-
onBackPress?: () => void;
|
|
40
|
-
onCodeScanned?: (value: string) => void;
|
|
41
|
-
isProcessing?: boolean;
|
|
42
|
-
theme?: any;
|
|
43
|
-
status?: ScannerStatus;
|
|
44
|
-
statusMessage?: string;
|
|
45
|
-
verifyQrLogin?: (scannedValue: string) => Promise<any>;
|
|
46
|
-
onSuccess?: () => void;
|
|
47
|
-
onError?: (message: string) => void;
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
export const QrLogin: React.FC<QrLoginProps> = React.memo(
|
|
51
|
-
({
|
|
52
|
-
title = 'Scan QR Code',
|
|
53
|
-
description = 'Point your camera at the QR code to sign in',
|
|
54
|
-
scanButtonText = 'Open Scanner',
|
|
55
|
-
onBackPress,
|
|
56
|
-
onCodeScanned,
|
|
57
|
-
isProcessing = false,
|
|
58
|
-
theme,
|
|
59
|
-
status,
|
|
60
|
-
statusMessage,
|
|
61
|
-
verifyQrLogin,
|
|
62
|
-
onSuccess,
|
|
63
|
-
onError,
|
|
64
|
-
}) => {
|
|
65
|
-
const { theme: appliedTheme } = useTheme(theme);
|
|
66
|
-
const { colors } = appliedTheme;
|
|
67
|
-
|
|
68
|
-
const [isScanning, setIsScanning] = useState(false);
|
|
69
|
-
const [isPermissionDenied, setIsPermissionDenied] = useState(false);
|
|
70
|
-
|
|
71
|
-
// Scanner state management
|
|
72
|
-
const [scannerState, setScannerState] = useState<ScannerState>({
|
|
73
|
-
status: 'idle',
|
|
74
|
-
message: '',
|
|
75
|
-
});
|
|
76
|
-
|
|
77
|
-
const errorTimeoutRef = useRef<ReturnType<typeof setTimeout> | null>(null);
|
|
78
|
-
const cooldownTimeoutRef = useRef<ReturnType<typeof setTimeout> | null>(
|
|
79
|
-
null
|
|
80
|
-
);
|
|
81
|
-
const lastScannedQrRef = useRef('');
|
|
82
|
-
const isProcessingRef = useRef(false);
|
|
83
|
-
|
|
84
|
-
const clearErrorTimeout = useCallback(() => {
|
|
85
|
-
if (errorTimeoutRef.current) {
|
|
86
|
-
clearTimeout(errorTimeoutRef.current);
|
|
87
|
-
errorTimeoutRef.current = null;
|
|
88
|
-
}
|
|
89
|
-
}, []);
|
|
90
|
-
|
|
91
|
-
const updateStatus = useCallback(
|
|
92
|
-
(newStatus: ScannerStatus, msg: string) => {
|
|
93
|
-
clearErrorTimeout();
|
|
94
|
-
setScannerState({ status: newStatus, message: msg });
|
|
95
|
-
if (newStatus === 'error') {
|
|
96
|
-
errorTimeoutRef.current = setTimeout(() => {
|
|
97
|
-
setScannerState({ status: 'idle', message: '' });
|
|
98
|
-
}, 3000);
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
[clearErrorTimeout]
|
|
102
|
-
);
|
|
103
|
-
|
|
104
|
-
const handleScan = useCallback(
|
|
105
|
-
async (scannedValue: string) => {
|
|
106
|
-
try {
|
|
107
|
-
if (!scannedValue?.trim() || isProcessingRef.current) return;
|
|
108
|
-
|
|
109
|
-
const cleanedValue = scannedValue.replace(/"/g, '').trim();
|
|
110
|
-
if (!cleanedValue) return;
|
|
111
|
-
|
|
112
|
-
if (
|
|
113
|
-
cleanedValue.startsWith('http://') ||
|
|
114
|
-
cleanedValue.startsWith('https://')
|
|
115
|
-
) {
|
|
116
|
-
updateStatus(
|
|
117
|
-
'error',
|
|
118
|
-
'Unsupported QR code. Please scan the QR code displayed on your TV screen.'
|
|
119
|
-
);
|
|
120
|
-
return;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
if (lastScannedQrRef.current === cleanedValue) return;
|
|
124
|
-
|
|
125
|
-
isProcessingRef.current = true;
|
|
126
|
-
lastScannedQrRef.current = cleanedValue;
|
|
127
|
-
|
|
128
|
-
updateStatus('loading', 'Signing in...');
|
|
129
|
-
|
|
130
|
-
await verifyQrLogin?.(cleanedValue);
|
|
131
|
-
|
|
132
|
-
updateStatus('success', 'Login success!');
|
|
133
|
-
onSuccess?.();
|
|
134
|
-
|
|
135
|
-
cooldownTimeoutRef.current = setTimeout(() => {
|
|
136
|
-
isProcessingRef.current = false;
|
|
137
|
-
lastScannedQrRef.current = '';
|
|
138
|
-
}, 2500);
|
|
139
|
-
} catch (err: any) {
|
|
140
|
-
isProcessingRef.current = false;
|
|
141
|
-
lastScannedQrRef.current = '';
|
|
142
|
-
|
|
143
|
-
const rawMsg =
|
|
144
|
-
err.response?.data?.errors?.[0]?.msg ||
|
|
145
|
-
err.response?.data?.message ||
|
|
146
|
-
err.message ||
|
|
147
|
-
'';
|
|
148
|
-
|
|
149
|
-
let errorMsg = 'Failed to verify QR code. Please try again.';
|
|
150
|
-
|
|
151
|
-
if (
|
|
152
|
-
rawMsg &&
|
|
153
|
-
rawMsg.length < 80 &&
|
|
154
|
-
!rawMsg.includes('Exception') &&
|
|
155
|
-
!rawMsg.includes('Error') &&
|
|
156
|
-
!rawMsg.includes('{') &&
|
|
157
|
-
!rawMsg.includes('html')
|
|
158
|
-
) {
|
|
159
|
-
errorMsg = rawMsg;
|
|
160
|
-
} else if (err.message === 'Network Error') {
|
|
161
|
-
errorMsg =
|
|
162
|
-
'Connection error. Please check your internet connection.';
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
updateStatus('error', errorMsg);
|
|
166
|
-
onError?.(errorMsg);
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
[updateStatus, verifyQrLogin, onSuccess, onError]
|
|
170
|
-
);
|
|
171
|
-
|
|
172
|
-
useEffect(() => {
|
|
173
|
-
return () => {
|
|
174
|
-
if (errorTimeoutRef.current) clearTimeout(errorTimeoutRef.current);
|
|
175
|
-
if (cooldownTimeoutRef.current)
|
|
176
|
-
clearTimeout(cooldownTimeoutRef.current);
|
|
177
|
-
};
|
|
178
|
-
}, []);
|
|
179
|
-
|
|
180
|
-
const currentStatus = status !== undefined ? status : scannerState.status;
|
|
181
|
-
const currentMessage =
|
|
182
|
-
statusMessage !== undefined ? statusMessage : scannerState.message;
|
|
183
|
-
const currentIsLoading = isProcessing || currentStatus === 'loading';
|
|
184
|
-
|
|
185
|
-
const device = useCameraDevice('back');
|
|
186
|
-
const { hasPermission, requestPermission } = useCameraPermission();
|
|
187
|
-
|
|
188
|
-
const codeScanner = useCodeScanner({
|
|
189
|
-
codeTypes: ['qr'],
|
|
190
|
-
onCodeScanned: (codes) => {
|
|
191
|
-
if (currentIsLoading) return;
|
|
192
|
-
const value = codes[0]?.value;
|
|
193
|
-
if (value) {
|
|
194
|
-
if (onCodeScanned) {
|
|
195
|
-
onCodeScanned(value);
|
|
196
|
-
} else {
|
|
197
|
-
handleScan(value);
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
});
|
|
202
|
-
|
|
203
|
-
const requestCameraPermission = useCallback(async (): Promise<boolean> => {
|
|
204
|
-
if (hasPermission) return true;
|
|
205
|
-
const granted = await requestPermission();
|
|
206
|
-
if (!granted) setIsPermissionDenied(true);
|
|
207
|
-
return granted;
|
|
208
|
-
}, [hasPermission, requestPermission]);
|
|
209
|
-
|
|
210
|
-
const closeScanner = useCallback(() => {
|
|
211
|
-
setIsScanning(false);
|
|
212
|
-
setIsPermissionDenied(false);
|
|
213
|
-
}, []);
|
|
214
|
-
|
|
215
|
-
const handleBackPress = useCallback(() => {
|
|
216
|
-
if (isScanning) {
|
|
217
|
-
closeScanner();
|
|
218
|
-
} else {
|
|
219
|
-
onBackPress?.();
|
|
220
|
-
}
|
|
221
|
-
}, [isScanning, closeScanner, onBackPress]);
|
|
222
|
-
|
|
223
|
-
const openScanner = useCallback(async () => {
|
|
224
|
-
const granted = await requestCameraPermission();
|
|
225
|
-
if (!granted) return;
|
|
226
|
-
|
|
227
|
-
if (!device) return;
|
|
228
|
-
|
|
229
|
-
setIsScanning(true);
|
|
230
|
-
}, [device, requestCameraPermission]);
|
|
231
|
-
|
|
232
|
-
const containerStyle = useMemo(
|
|
233
|
-
() => [styles.container, { backgroundColor: colors.background }],
|
|
234
|
-
[colors.background]
|
|
235
|
-
);
|
|
236
|
-
|
|
237
|
-
const headerWrapperStyle = useMemo(
|
|
238
|
-
() => [styles.headerWrapper, { backgroundColor: colors.background }],
|
|
239
|
-
[colors.background]
|
|
240
|
-
);
|
|
241
|
-
|
|
242
|
-
const renderContent = () => {
|
|
243
|
-
if (isScanning) {
|
|
244
|
-
if (!device) {
|
|
245
|
-
return (
|
|
246
|
-
<QrScannerFallback
|
|
247
|
-
isCameraUnavailable
|
|
248
|
-
hasPermission={hasPermission}
|
|
249
|
-
onPress={closeScanner}
|
|
250
|
-
/>
|
|
251
|
-
);
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
return (
|
|
255
|
-
<View style={styles.cameraContainer}>
|
|
256
|
-
<Camera
|
|
257
|
-
style={StyleSheet.absoluteFill}
|
|
258
|
-
device={device}
|
|
259
|
-
isActive={isScanning && !currentIsLoading}
|
|
260
|
-
codeScanner={codeScanner}
|
|
261
|
-
/>
|
|
262
|
-
<QrScannerOverlay
|
|
263
|
-
header={<QrScannerHeader title={title} />}
|
|
264
|
-
scanner={<QrScannerFrame />}
|
|
265
|
-
isProcessing={currentIsLoading}
|
|
266
|
-
status={currentStatus}
|
|
267
|
-
statusMessage={currentMessage}
|
|
268
|
-
/>
|
|
269
|
-
</View>
|
|
270
|
-
);
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
if (isPermissionDenied) {
|
|
274
|
-
return (
|
|
275
|
-
<QrScannerFallback
|
|
276
|
-
hasPermission={false}
|
|
277
|
-
isCameraUnavailable={false}
|
|
278
|
-
onPress={openScanner}
|
|
279
|
-
/>
|
|
280
|
-
);
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
return (
|
|
284
|
-
<QrScannerIntro
|
|
285
|
-
title={title}
|
|
286
|
-
description={description}
|
|
287
|
-
scanButtonText={scanButtonText}
|
|
288
|
-
loading={currentIsLoading}
|
|
289
|
-
onPress={openScanner}
|
|
290
|
-
/>
|
|
291
|
-
);
|
|
292
|
-
};
|
|
293
|
-
|
|
294
|
-
return (
|
|
295
|
-
<View style={containerStyle}>
|
|
296
|
-
<AppStatusBar theme={theme} />
|
|
297
|
-
|
|
298
|
-
<View style={headerWrapperStyle}>
|
|
299
|
-
<AppHeader
|
|
300
|
-
title={title}
|
|
301
|
-
onBackPress={handleBackPress}
|
|
302
|
-
theme={theme}
|
|
303
|
-
titleAlign="left"
|
|
304
|
-
/>
|
|
305
|
-
</View>
|
|
306
|
-
|
|
307
|
-
<View style={styles.cameraWrapper}>{renderContent()}</View>
|
|
308
|
-
</View>
|
|
309
|
-
);
|
|
310
|
-
}
|
|
311
|
-
);
|
|
312
|
-
|
|
313
|
-
QrLogin.displayName = 'QrLogin';
|
|
314
|
-
|
|
315
|
-
const styles = StyleSheet.create({
|
|
316
|
-
container: { flex: 1 },
|
|
317
|
-
headerWrapper: {
|
|
318
|
-
zIndex: 20,
|
|
319
|
-
elevation: 20,
|
|
320
|
-
},
|
|
321
|
-
cameraWrapper: {
|
|
322
|
-
flex: 1,
|
|
323
|
-
},
|
|
324
|
-
cameraContainer: {
|
|
325
|
-
flex: 1,
|
|
326
|
-
},
|
|
327
|
-
});
|
|
328
|
-
|
|
329
|
-
export default QrLogin;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { default as QrScannerIntro } from './qr-scanner-intro';
|
|
2
|
-
|
|
3
|
-
export { default as QrScannerHeader } from './qr-scanner-header';
|
|
4
|
-
|
|
5
|
-
export { default as QrScannerFrame } from './qr-scanner-frame';
|
|
6
|
-
|
|
7
|
-
export { default as QrScannerFallback } from './qr-scanner-fallback';
|
|
8
|
-
export { default as QrScannerOverlay } from './qr-scanner-overlay';
|
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { View, StyleSheet } from 'react-native';
|
|
3
|
-
import { RFValue } from 'react-native-responsive-fontsize';
|
|
4
|
-
import { moderateScale, scale, verticalScale } from 'react-native-size-matters';
|
|
5
|
-
import { Camera, ShieldAlert } from 'lucide-react-native';
|
|
6
|
-
|
|
7
|
-
import { useTheme } from '../../../../../theme';
|
|
8
|
-
import { toRgba } from '../../../../../theme/utils/toRgba';
|
|
9
|
-
import { Text } from '../../../../Text';
|
|
10
|
-
import { Button } from '../../../../Button';
|
|
11
|
-
|
|
12
|
-
type Props = {
|
|
13
|
-
hasPermission?: boolean;
|
|
14
|
-
isCameraUnavailable?: boolean;
|
|
15
|
-
onPress?: () => void;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
const QrScannerFallback: React.FC<Props> = ({
|
|
19
|
-
hasPermission = false,
|
|
20
|
-
isCameraUnavailable = false,
|
|
21
|
-
onPress,
|
|
22
|
-
}) => {
|
|
23
|
-
const { theme } = useTheme();
|
|
24
|
-
const { colors } = theme;
|
|
25
|
-
|
|
26
|
-
const title = isCameraUnavailable
|
|
27
|
-
? 'Camera Unavailable'
|
|
28
|
-
: 'Camera Access Required';
|
|
29
|
-
|
|
30
|
-
const description = isCameraUnavailable
|
|
31
|
-
? 'No camera device was found on this device. Please use a device with a working camera.'
|
|
32
|
-
: 'Please allow camera access so we can scan your QR code and sign you in securely.';
|
|
33
|
-
|
|
34
|
-
return (
|
|
35
|
-
<View style={[styles.container, { backgroundColor: colors.background }]}>
|
|
36
|
-
<View style={styles.content}>
|
|
37
|
-
<View
|
|
38
|
-
style={[
|
|
39
|
-
styles.iconOuter,
|
|
40
|
-
{ backgroundColor: toRgba(colors.primary, 0.06) },
|
|
41
|
-
]}
|
|
42
|
-
>
|
|
43
|
-
<View
|
|
44
|
-
style={[
|
|
45
|
-
styles.iconInner,
|
|
46
|
-
{ backgroundColor: toRgba(colors.primary, 0.12) },
|
|
47
|
-
]}
|
|
48
|
-
>
|
|
49
|
-
{isCameraUnavailable ? (
|
|
50
|
-
<Camera
|
|
51
|
-
size={moderateScale(28)}
|
|
52
|
-
color={colors.primary}
|
|
53
|
-
strokeWidth={2}
|
|
54
|
-
/>
|
|
55
|
-
) : (
|
|
56
|
-
<ShieldAlert
|
|
57
|
-
size={moderateScale(28)}
|
|
58
|
-
color={colors.primary}
|
|
59
|
-
strokeWidth={2}
|
|
60
|
-
/>
|
|
61
|
-
)}
|
|
62
|
-
</View>
|
|
63
|
-
</View>
|
|
64
|
-
|
|
65
|
-
<Text style={[styles.title, { color: colors.textPrimary }]}>
|
|
66
|
-
{title}
|
|
67
|
-
</Text>
|
|
68
|
-
|
|
69
|
-
<Text
|
|
70
|
-
style={[
|
|
71
|
-
styles.description,
|
|
72
|
-
{ color: toRgba(colors.textPrimary, 0.65) },
|
|
73
|
-
]}
|
|
74
|
-
>
|
|
75
|
-
{description}
|
|
76
|
-
</Text>
|
|
77
|
-
|
|
78
|
-
{!hasPermission && !isCameraUnavailable && (
|
|
79
|
-
<Button.Primary
|
|
80
|
-
title="Allow Camera Access"
|
|
81
|
-
onPress={onPress}
|
|
82
|
-
containerStyle={styles.button}
|
|
83
|
-
titleStyle={styles.buttonText}
|
|
84
|
-
/>
|
|
85
|
-
)}
|
|
86
|
-
|
|
87
|
-
{isCameraUnavailable && (
|
|
88
|
-
<Button.Secondary
|
|
89
|
-
title="Go Back"
|
|
90
|
-
onPress={onPress}
|
|
91
|
-
containerStyle={styles.button}
|
|
92
|
-
titleStyle={styles.buttonText}
|
|
93
|
-
/>
|
|
94
|
-
)}
|
|
95
|
-
</View>
|
|
96
|
-
</View>
|
|
97
|
-
);
|
|
98
|
-
};
|
|
99
|
-
|
|
100
|
-
export default QrScannerFallback;
|
|
101
|
-
|
|
102
|
-
const styles = StyleSheet.create({
|
|
103
|
-
container: {
|
|
104
|
-
flex: 1,
|
|
105
|
-
},
|
|
106
|
-
|
|
107
|
-
content: {
|
|
108
|
-
flex: 1,
|
|
109
|
-
justifyContent: 'center',
|
|
110
|
-
alignItems: 'center',
|
|
111
|
-
paddingHorizontal: scale(32),
|
|
112
|
-
paddingBottom: verticalScale(60),
|
|
113
|
-
},
|
|
114
|
-
|
|
115
|
-
iconOuter: {
|
|
116
|
-
width: moderateScale(96),
|
|
117
|
-
height: moderateScale(96),
|
|
118
|
-
borderRadius: 999,
|
|
119
|
-
justifyContent: 'center',
|
|
120
|
-
alignItems: 'center',
|
|
121
|
-
marginBottom: verticalScale(24),
|
|
122
|
-
},
|
|
123
|
-
|
|
124
|
-
iconInner: {
|
|
125
|
-
width: moderateScale(68),
|
|
126
|
-
height: moderateScale(68),
|
|
127
|
-
borderRadius: 999,
|
|
128
|
-
justifyContent: 'center',
|
|
129
|
-
alignItems: 'center',
|
|
130
|
-
},
|
|
131
|
-
|
|
132
|
-
title: {
|
|
133
|
-
fontSize: RFValue(18),
|
|
134
|
-
lineHeight: RFValue(23),
|
|
135
|
-
fontWeight: '700',
|
|
136
|
-
textAlign: 'center',
|
|
137
|
-
marginBottom: verticalScale(10),
|
|
138
|
-
},
|
|
139
|
-
|
|
140
|
-
description: {
|
|
141
|
-
width: '85%',
|
|
142
|
-
fontSize: RFValue(12),
|
|
143
|
-
lineHeight: RFValue(18),
|
|
144
|
-
textAlign: 'center',
|
|
145
|
-
marginBottom: verticalScale(32),
|
|
146
|
-
},
|
|
147
|
-
|
|
148
|
-
button: {
|
|
149
|
-
width: '60%',
|
|
150
|
-
alignSelf: 'center',
|
|
151
|
-
minHeight: verticalScale(38),
|
|
152
|
-
paddingVertical: verticalScale(8),
|
|
153
|
-
},
|
|
154
|
-
|
|
155
|
-
buttonText: {
|
|
156
|
-
fontSize: RFValue(12),
|
|
157
|
-
},
|
|
158
|
-
});
|
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { View, StyleSheet } from 'react-native';
|
|
3
|
-
import LinearGradient from 'react-native-linear-gradient';
|
|
4
|
-
import Animated, {
|
|
5
|
-
useSharedValue,
|
|
6
|
-
useAnimatedStyle,
|
|
7
|
-
withRepeat,
|
|
8
|
-
withSequence,
|
|
9
|
-
withTiming,
|
|
10
|
-
Easing,
|
|
11
|
-
} from 'react-native-reanimated';
|
|
12
|
-
import { moderateScale, scale, verticalScale } from 'react-native-size-matters';
|
|
13
|
-
|
|
14
|
-
import { useTheme } from '../../../../../theme';
|
|
15
|
-
import { toRgba } from '../../../../../theme/utils/toRgba';
|
|
16
|
-
|
|
17
|
-
const SCANNER_SIZE = moderateScale(260);
|
|
18
|
-
const LINE_HEIGHT = verticalScale(2);
|
|
19
|
-
const VERTICAL_PADDING = verticalScale(30);
|
|
20
|
-
const MAX_TRANSLATE = SCANNER_SIZE - VERTICAL_PADDING * 2;
|
|
21
|
-
const GLOW_HEIGHT = verticalScale(20);
|
|
22
|
-
|
|
23
|
-
const QrScannerFrame: React.FC = () => {
|
|
24
|
-
const { theme } = useTheme();
|
|
25
|
-
const { colors } = theme;
|
|
26
|
-
|
|
27
|
-
const translateY = useSharedValue(0);
|
|
28
|
-
|
|
29
|
-
React.useEffect(() => {
|
|
30
|
-
translateY.value = withRepeat(
|
|
31
|
-
withSequence(
|
|
32
|
-
withTiming(MAX_TRANSLATE, {
|
|
33
|
-
duration: 1800,
|
|
34
|
-
easing: Easing.inOut(Easing.ease),
|
|
35
|
-
}),
|
|
36
|
-
withTiming(0, {
|
|
37
|
-
duration: 1800,
|
|
38
|
-
easing: Easing.inOut(Easing.ease),
|
|
39
|
-
})
|
|
40
|
-
),
|
|
41
|
-
-1,
|
|
42
|
-
false
|
|
43
|
-
);
|
|
44
|
-
}, [translateY]);
|
|
45
|
-
|
|
46
|
-
const animatedLineStyle = useAnimatedStyle(() => ({
|
|
47
|
-
transform: [{ translateY: translateY.value }],
|
|
48
|
-
}));
|
|
49
|
-
|
|
50
|
-
return (
|
|
51
|
-
<View style={styles.container}>
|
|
52
|
-
<View
|
|
53
|
-
style={[
|
|
54
|
-
styles.frame,
|
|
55
|
-
{
|
|
56
|
-
borderColor: toRgba(colors.primary, 0.08),
|
|
57
|
-
shadowColor: colors.primary,
|
|
58
|
-
},
|
|
59
|
-
]}
|
|
60
|
-
>
|
|
61
|
-
<Animated.View
|
|
62
|
-
style={[
|
|
63
|
-
styles.scanLineWrapper,
|
|
64
|
-
{ top: VERTICAL_PADDING - 14 },
|
|
65
|
-
animatedLineStyle,
|
|
66
|
-
]}
|
|
67
|
-
>
|
|
68
|
-
<LinearGradient
|
|
69
|
-
colors={[
|
|
70
|
-
'transparent',
|
|
71
|
-
toRgba(colors.primary, 0.08),
|
|
72
|
-
toRgba(colors.primary, 0.4),
|
|
73
|
-
toRgba(colors.primary, 0.08),
|
|
74
|
-
'transparent',
|
|
75
|
-
]}
|
|
76
|
-
locations={[0, 0.2, 0.5, 0.8, 1]}
|
|
77
|
-
style={styles.glow}
|
|
78
|
-
/>
|
|
79
|
-
|
|
80
|
-
<View
|
|
81
|
-
style={[
|
|
82
|
-
styles.scanLine,
|
|
83
|
-
{
|
|
84
|
-
backgroundColor: colors.primary,
|
|
85
|
-
shadowColor: colors.primary,
|
|
86
|
-
},
|
|
87
|
-
]}
|
|
88
|
-
/>
|
|
89
|
-
</Animated.View>
|
|
90
|
-
</View>
|
|
91
|
-
|
|
92
|
-
<View
|
|
93
|
-
style={[
|
|
94
|
-
styles.corner,
|
|
95
|
-
styles.cornerTopLeft,
|
|
96
|
-
{ borderColor: colors.primary },
|
|
97
|
-
]}
|
|
98
|
-
/>
|
|
99
|
-
|
|
100
|
-
<View
|
|
101
|
-
style={[
|
|
102
|
-
styles.corner,
|
|
103
|
-
styles.cornerTopRight,
|
|
104
|
-
{ borderColor: colors.primary },
|
|
105
|
-
]}
|
|
106
|
-
/>
|
|
107
|
-
|
|
108
|
-
<View
|
|
109
|
-
style={[
|
|
110
|
-
styles.corner,
|
|
111
|
-
styles.cornerBottomLeft,
|
|
112
|
-
{ borderColor: colors.primary },
|
|
113
|
-
]}
|
|
114
|
-
/>
|
|
115
|
-
|
|
116
|
-
<View
|
|
117
|
-
style={[
|
|
118
|
-
styles.corner,
|
|
119
|
-
styles.cornerBottomRight,
|
|
120
|
-
{ borderColor: colors.primary },
|
|
121
|
-
]}
|
|
122
|
-
/>
|
|
123
|
-
</View>
|
|
124
|
-
);
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
export default React.memo(QrScannerFrame);
|
|
128
|
-
|
|
129
|
-
const styles = StyleSheet.create({
|
|
130
|
-
container: {
|
|
131
|
-
width: SCANNER_SIZE,
|
|
132
|
-
height: SCANNER_SIZE,
|
|
133
|
-
position: 'relative',
|
|
134
|
-
justifyContent: 'center',
|
|
135
|
-
alignItems: 'center',
|
|
136
|
-
},
|
|
137
|
-
|
|
138
|
-
frame: {
|
|
139
|
-
width: SCANNER_SIZE,
|
|
140
|
-
height: SCANNER_SIZE,
|
|
141
|
-
borderRadius: moderateScale(28),
|
|
142
|
-
borderWidth: 1,
|
|
143
|
-
overflow: 'hidden',
|
|
144
|
-
backgroundColor: 'transparent',
|
|
145
|
-
shadowOffset: { width: 0, height: 10 },
|
|
146
|
-
shadowOpacity: 0.08,
|
|
147
|
-
shadowRadius: 18,
|
|
148
|
-
},
|
|
149
|
-
|
|
150
|
-
scanLineWrapper: {
|
|
151
|
-
position: 'absolute',
|
|
152
|
-
width: '100%',
|
|
153
|
-
height: GLOW_HEIGHT,
|
|
154
|
-
alignItems: 'center',
|
|
155
|
-
justifyContent: 'center',
|
|
156
|
-
},
|
|
157
|
-
|
|
158
|
-
glow: {
|
|
159
|
-
position: 'absolute',
|
|
160
|
-
width: '82%',
|
|
161
|
-
height: GLOW_HEIGHT,
|
|
162
|
-
top: 0,
|
|
163
|
-
},
|
|
164
|
-
|
|
165
|
-
scanLine: {
|
|
166
|
-
width: '82%',
|
|
167
|
-
height: LINE_HEIGHT,
|
|
168
|
-
},
|
|
169
|
-
|
|
170
|
-
corner: {
|
|
171
|
-
position: 'absolute',
|
|
172
|
-
width: scale(46),
|
|
173
|
-
height: scale(46),
|
|
174
|
-
},
|
|
175
|
-
|
|
176
|
-
cornerTopLeft: {
|
|
177
|
-
top: 0,
|
|
178
|
-
left: 0,
|
|
179
|
-
borderTopWidth: 5,
|
|
180
|
-
borderLeftWidth: 5,
|
|
181
|
-
borderTopLeftRadius: moderateScale(26),
|
|
182
|
-
},
|
|
183
|
-
|
|
184
|
-
cornerTopRight: {
|
|
185
|
-
top: 0,
|
|
186
|
-
right: 0,
|
|
187
|
-
borderTopWidth: 5,
|
|
188
|
-
borderRightWidth: 5,
|
|
189
|
-
borderTopRightRadius: moderateScale(26),
|
|
190
|
-
},
|
|
191
|
-
|
|
192
|
-
cornerBottomLeft: {
|
|
193
|
-
bottom: 0,
|
|
194
|
-
left: 0,
|
|
195
|
-
borderBottomWidth: 5,
|
|
196
|
-
borderLeftWidth: 5,
|
|
197
|
-
borderBottomLeftRadius: moderateScale(26),
|
|
198
|
-
},
|
|
199
|
-
|
|
200
|
-
cornerBottomRight: {
|
|
201
|
-
bottom: 0,
|
|
202
|
-
right: 0,
|
|
203
|
-
borderBottomWidth: 5,
|
|
204
|
-
borderRightWidth: 5,
|
|
205
|
-
borderBottomRightRadius: moderateScale(26),
|
|
206
|
-
},
|
|
207
|
-
});
|