@zezosoft/zezo-ott-react-native-ui-kit 0.1.0 → 1.0.0
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/LICENSE +0 -0
- package/README.md +46 -15
- package/lib/module/Styles/globalStyles.js +76 -0
- package/lib/module/Styles/globalStyles.js.map +1 -0
- package/lib/module/assets/animations/135037-payment-processing-error.json +0 -0
- package/lib/module/assets/animations/7227-vui-animation.json +0 -0
- package/lib/module/assets/animations/succesfull-payment.json +0 -0
- package/lib/module/assets/animations/voice-icon.json +0 -0
- package/lib/module/assets/img/back.png +0 -0
- package/lib/module/assets/img/bottom-panel.png +0 -0
- package/lib/module/assets/img/camera.png +0 -0
- package/lib/module/assets/img/camera2.png +0 -0
- package/lib/module/assets/img/h.svg +0 -0
- package/lib/module/assets/img/home.png +0 -0
- package/lib/module/assets/img/lock.png +0 -0
- package/lib/module/assets/img/play.png +0 -0
- package/lib/module/assets/img/profile.jpg +0 -0
- package/lib/module/assets/img/qr-code.png +0 -0
- package/lib/module/assets/img/shadow.png +0 -0
- package/lib/module/assets/img/shadow2.png +0 -0
- package/lib/module/assets/img/user.png +0 -0
- package/lib/module/assets/svg/Account.svg +4 -0
- package/lib/module/assets/svg/Favourite.svg +14 -0
- package/lib/module/assets/svg/Upcoming.svg +4 -0
- package/lib/module/assets/svg/content-error.svg +0 -0
- package/lib/module/assets/svg/download.svg +0 -0
- package/lib/module/assets/svg/eye-off.svg +10 -0
- package/lib/module/assets/svg/favorites.svg +0 -0
- package/lib/module/assets/svg/home.svg +0 -0
- package/lib/module/assets/svg/home1.svg +3 -0
- package/lib/module/assets/svg/menu-bar.svg +0 -0
- package/lib/module/assets/svg/my-space.svg +0 -0
- package/lib/module/assets/svg/play-icon-with-bg.svg +0 -0
- package/lib/module/assets/svg/profile.svg +4 -0
- package/lib/module/assets/svg/search.svg +0 -0
- package/lib/module/assets/svg/search1.svg +4 -0
- package/lib/module/assets/svg/server-error.svg +0 -0
- package/lib/module/components/Account/Account.js +254 -0
- package/lib/module/components/Account/Account.js.map +1 -0
- package/lib/module/components/Account/index.js +4 -0
- package/lib/module/components/Account/index.js.map +1 -0
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js +205 -0
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +1 -0
- package/lib/module/components/Auth/Login/LoginWithEmail.js +292 -0
- package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -0
- package/lib/module/components/Auth/Login/LoginWithPhone.js +199 -0
- package/lib/module/components/Auth/Login/LoginWithPhone.js.map +1 -0
- package/lib/module/components/Auth/OTP/OTP.js +255 -0
- package/lib/module/components/Auth/OTP/OTP.js.map +1 -0
- package/lib/module/components/Auth/SignUp/SignUp.js +329 -0
- package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -0
- package/lib/module/components/Auth/index.js +21 -0
- package/lib/module/components/Auth/index.js.map +1 -0
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js +104 -0
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -0
- package/lib/module/components/BlogView/BlogView.js +192 -0
- package/lib/module/components/BlogView/BlogView.js.map +1 -0
- package/lib/module/components/BlogView/index.js +10 -0
- package/lib/module/components/BlogView/index.js.map +1 -0
- package/lib/module/components/Button/BackBtn.js +72 -0
- package/lib/module/components/Button/BackBtn.js.map +1 -0
- package/lib/module/components/Button/MenuBtn.js +167 -0
- package/lib/module/components/Button/MenuBtn.js.map +1 -0
- package/lib/module/components/Button/PrimaryBtn.js +82 -0
- package/lib/module/components/Button/PrimaryBtn.js.map +1 -0
- package/lib/module/components/Button/TextButton.js +88 -0
- package/lib/module/components/Button/TextButton.js.map +1 -0
- package/lib/module/components/Button/index.js +17 -0
- package/lib/module/components/Button/index.js.map +1 -0
- package/lib/module/components/Content/Card/Category/Category.js +181 -0
- package/lib/module/components/Content/Card/Category/Category.js.map +1 -0
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js +354 -0
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -0
- package/lib/module/components/Content/Card/Sliders/Styles/One.js +313 -0
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -0
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js +198 -0
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -0
- package/lib/module/components/{Section → Content}/Card/Sliders/index.js +4 -2
- package/lib/module/components/Content/Card/Sliders/index.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Five.js +197 -0
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Four.js +202 -0
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/One.js +237 -0
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +215 -0
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Six.js +207 -0
- package/lib/module/components/Content/Card/Styles/Six.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Three.js +213 -0
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/TopTen.js +289 -0
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Two.js +215 -0
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -0
- package/lib/module/components/Content/Card/components/CardPoster.js +175 -0
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -0
- package/lib/module/components/Content/Card/components/NavigateToMore.js +56 -0
- package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -0
- package/lib/module/components/Content/Card/components/NoContentFallback.js +115 -0
- package/lib/module/components/Content/Card/components/NoContentFallback.js.map +1 -0
- package/lib/module/components/Content/Card/components/ShowAllButton.js +71 -0
- package/lib/module/components/Content/Card/components/ShowAllButton.js.map +1 -0
- package/lib/module/components/Content/Card/components/ThumbnailCard.js +128 -0
- package/lib/module/components/Content/Card/components/ThumbnailCard.js.map +1 -0
- package/lib/module/components/Content/Card/index.js +32 -0
- package/lib/module/components/Content/Card/index.js.map +1 -0
- package/lib/module/components/Content/Content.js +113 -0
- package/lib/module/components/Content/Content.js.map +1 -0
- package/lib/module/components/Content/Sections.js +145 -0
- package/lib/module/components/Content/Sections.js.map +1 -0
- package/lib/module/components/ContentView/ContentView.js +128 -0
- package/lib/module/components/ContentView/ContentView.js.map +1 -0
- package/lib/module/components/ContentView/components/AboutSection.js +114 -0
- package/lib/module/components/ContentView/components/AboutSection.js.map +1 -0
- package/lib/module/components/ContentView/components/CastCard.js +190 -0
- package/lib/module/components/ContentView/components/CastCard.js.map +1 -0
- package/lib/module/components/ContentView/components/EpisodeCard.js +373 -0
- package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -0
- package/lib/module/components/ContentView/components/GenreTags.js +77 -0
- package/lib/module/components/ContentView/components/GenreTags.js.map +1 -0
- package/lib/module/components/ContentView/components/HeroBanner.js +222 -0
- package/lib/module/components/ContentView/components/HeroBanner.js.map +1 -0
- package/lib/module/components/ContentView/components/PlayButton.js +40 -0
- package/lib/module/components/ContentView/components/PlayButton.js.map +1 -0
- package/lib/module/components/ContentView/components/Title.js +103 -0
- package/lib/module/components/ContentView/components/Title.js.map +1 -0
- package/lib/module/components/ContentView/components/TrailerButton.js +53 -0
- package/lib/module/components/ContentView/components/TrailerButton.js.map +1 -0
- package/lib/module/components/ContentView/index.js +9 -0
- package/lib/module/components/ContentView/index.js.map +1 -0
- package/lib/module/components/Headers/AppHeader.js +101 -0
- package/lib/module/components/Headers/AppHeader.js.map +1 -0
- package/lib/module/components/Headers/One.js +31 -28
- package/lib/module/components/Headers/One.js.map +1 -1
- package/lib/module/components/Headers/Three.js +7 -12
- package/lib/module/components/Headers/Three.js.map +1 -1
- package/lib/module/components/Headers/Two.js +8 -8
- package/lib/module/components/Headers/Two.js.map +1 -1
- package/lib/module/components/Headers/index.js +4 -4
- package/lib/module/components/Headers/index.js.map +1 -1
- package/lib/module/components/Icons/AlertIcon.js.map +1 -1
- package/lib/module/components/Icons/DeviceIcon.js.map +1 -1
- package/lib/module/components/Icons/ForgotPasswordMessageIcon.js.map +1 -1
- package/lib/module/components/Icons/ForgotPasswordMessageIconTwo.js.map +1 -1
- package/lib/module/components/Icons/NewIndex.js +13 -1
- package/lib/module/components/Icons/NewIndex.js.map +1 -1
- package/lib/module/components/Icons/ResendOTP.js.map +1 -1
- package/lib/module/components/Input/Input.js +17 -0
- package/lib/module/components/Input/Input.js.map +1 -0
- package/lib/module/components/Input/InputOne.js +124 -0
- package/lib/module/components/Input/InputOne.js.map +1 -0
- package/lib/module/components/Input/InputTwo.js +152 -0
- package/lib/module/components/Input/InputTwo.js.map +1 -0
- package/lib/module/components/Input/PhoneNumberInput.js +284 -0
- package/lib/module/components/Input/PhoneNumberInput.js.map +1 -0
- package/lib/module/components/Keyboard/HideKeyboard.js +41 -0
- package/lib/module/components/Keyboard/HideKeyboard.js.map +1 -0
- package/lib/module/components/Loader/Loader.js.map +1 -1
- package/lib/module/components/Logo/Logo.js +42 -5
- package/lib/module/components/Logo/Logo.js.map +1 -1
- package/lib/module/components/Search/One.js +191 -0
- package/lib/module/components/Search/One.js.map +1 -0
- package/lib/module/components/Search/components/RecentSearchesSection.js +160 -0
- package/lib/module/components/Search/components/RecentSearchesSection.js.map +1 -0
- package/lib/module/components/Search/components/SearchCard.js +181 -0
- package/lib/module/components/Search/components/SearchCard.js.map +1 -0
- package/lib/module/components/Search/index.js +14 -0
- package/lib/module/components/Search/index.js.map +1 -0
- package/lib/module/components/Settings/AppSettings.js +225 -0
- package/lib/module/components/Settings/AppSettings.js.map +1 -0
- package/lib/module/components/Settings/index.js +4 -0
- package/lib/module/components/Settings/index.js.map +1 -0
- package/lib/module/components/SplashScreen/SplashScreen.js +109 -0
- package/lib/module/components/SplashScreen/SplashScreen.js.map +1 -0
- package/lib/module/components/SplashScreen/components/SplashImage/SplashImage.js +68 -0
- package/lib/module/components/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
- package/lib/module/components/SplashScreen/components/SplashLottie/SplashLottie.js +66 -0
- package/lib/module/components/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
- package/lib/module/components/SplashScreen/components/SplashVideo/SplashVideo.js +68 -0
- package/lib/module/components/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
- package/lib/module/components/SplashScreen/index.js +9 -0
- package/lib/module/components/SplashScreen/index.js.map +1 -0
- package/lib/module/components/Subscription/SubOne.js +332 -0
- package/lib/module/components/Subscription/SubOne.js.map +1 -0
- package/lib/module/components/Subscription/index.js +13 -0
- package/lib/module/components/Subscription/index.js.map +1 -0
- package/lib/module/components/TabBar/One.js +144 -0
- package/lib/module/components/TabBar/One.js.map +1 -0
- package/lib/module/components/TabBar/Three.js +127 -0
- package/lib/module/components/TabBar/Three.js.map +1 -0
- package/lib/module/components/TabBar/Two.js +131 -0
- package/lib/module/components/TabBar/Two.js.map +1 -0
- package/lib/module/components/TabBar/index.js +17 -0
- package/lib/module/components/TabBar/index.js.map +1 -0
- package/lib/module/components/Text/Text.js +43 -0
- package/lib/module/components/Text/Text.js.map +1 -0
- package/lib/module/components/Text/index.js +8 -0
- package/lib/module/components/Text/index.js.map +1 -0
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js +314 -0
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -0
- package/lib/module/components/User/WatchHistory/WatchHistory.js +118 -0
- package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -0
- package/lib/module/components/User/WatchLater/WatchLater.js +272 -0
- package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -0
- package/lib/module/components/User/components/UserAvatar.js +44 -0
- package/lib/module/components/User/components/UserAvatar.js.map +1 -0
- package/lib/module/components/User/components/UserSection.js +163 -0
- package/lib/module/components/User/components/UserSection.js.map +1 -0
- package/lib/module/components/User/index.js +12 -0
- package/lib/module/components/User/index.js.map +1 -0
- package/lib/module/components/View/View.js +24 -0
- package/lib/module/components/View/View.js.map +1 -0
- package/lib/module/components/View/index.js +8 -0
- package/lib/module/components/View/index.js.map +1 -0
- package/lib/module/components/index.js +19 -5
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/SafeAreaWrapper.js +33 -0
- package/lib/module/components/layout/SafeAreaWrapper.js.map +1 -0
- package/lib/module/components/layout/index.js +4 -0
- package/lib/module/components/layout/index.js.map +1 -0
- package/lib/module/constants/dummySections.js +38 -0
- package/lib/module/constants/dummySections.js.map +1 -0
- package/lib/module/hooks/useDebounce.js +11 -0
- package/lib/module/hooks/useDebounce.js.map +1 -0
- package/lib/module/hooks/useInitSplashCacheSync.js +112 -0
- package/lib/module/hooks/useInitSplashCacheSync.js.map +1 -0
- package/lib/module/hooks/useKeyboard.js +33 -0
- package/lib/module/hooks/useKeyboard.js.map +1 -0
- package/lib/module/hooks/usePaginatedSection.js +57 -0
- package/lib/module/hooks/usePaginatedSection.js.map +1 -0
- package/lib/module/index.js +3 -2
- package/lib/module/index.js.map +1 -1
- package/lib/module/store/RecentSearchesStore.js +65 -0
- package/lib/module/store/RecentSearchesStore.js.map +1 -0
- package/lib/module/store/splashStore.js +69 -0
- package/lib/module/store/splashStore.js.map +1 -0
- package/lib/module/theme/ThemeProvider.js +87 -0
- package/lib/module/theme/ThemeProvider.js.map +1 -0
- package/lib/module/theme/index.js +9 -0
- package/lib/module/theme/index.js.map +1 -0
- package/lib/module/theme/themes.js +124 -90
- package/lib/module/theme/themes.js.map +1 -1
- package/lib/module/types/content/content-view.types.js +4 -0
- package/lib/module/types/content/content-view.types.js.map +1 -0
- package/lib/module/types/content/index.js +2 -0
- package/lib/module/types/content/index.js.map +1 -0
- package/lib/module/types/hook/index.js +2 -0
- package/lib/module/types/hook/index.js.map +1 -0
- package/lib/module/types/hook/usePaginatedSetion.js +4 -0
- package/lib/module/types/hook/usePaginatedSetion.js.map +1 -0
- package/lib/module/types/index.js +0 -3
- package/lib/module/types/index.js.map +1 -1
- package/lib/module/types/sections/index.js +4 -0
- package/lib/module/types/sections/index.js.map +1 -0
- package/lib/module/utils/Display.js +22 -0
- package/lib/module/utils/Display.js.map +1 -0
- package/lib/module/utils/PlatformSelector.js +31 -0
- package/lib/module/utils/PlatformSelector.js.map +1 -0
- package/lib/module/utils/SizeMatters.js +9 -0
- package/lib/module/utils/SizeMatters.js.map +1 -0
- package/lib/typescript/src/Styles/globalStyles.d.ts +71 -0
- package/lib/typescript/src/Styles/globalStyles.d.ts.map +1 -0
- package/lib/typescript/src/components/Account/Account.d.ts +56 -0
- package/lib/typescript/src/components/Account/Account.d.ts.map +1 -0
- package/lib/typescript/src/components/Account/index.d.ts +2 -0
- package/lib/typescript/src/components/Account/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts +48 -0
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts +65 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts +53 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts +58 -0
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts +61 -0
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/index.d.ts +192 -0
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -0
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts +15 -0
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -0
- package/lib/typescript/src/components/BlogView/BlogView.d.ts +28 -0
- package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -0
- package/lib/typescript/src/components/BlogView/index.d.ts +7 -0
- package/lib/typescript/src/components/BlogView/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Button/BackBtn.d.ts +18 -0
- package/lib/typescript/src/components/Button/BackBtn.d.ts.map +1 -0
- package/lib/typescript/src/components/Button/MenuBtn.d.ts +24 -0
- package/lib/typescript/src/components/Button/MenuBtn.d.ts.map +1 -0
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +20 -0
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -0
- package/lib/typescript/src/components/Button/TextButton.d.ts +17 -0
- package/lib/typescript/src/components/Button/TextButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Button/index.d.ts +38 -0
- package/lib/typescript/src/components/Button/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts +26 -0
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts +49 -0
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts +20 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts +18 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +22 -0
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +36 -0
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +37 -0
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +37 -0
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +37 -0
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts +32 -0
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts +37 -0
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +33 -0
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts +36 -0
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +20 -0
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts +17 -0
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts +18 -0
- package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts +20 -0
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts +19 -0
- package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/index.d.ts +237 -0
- package/lib/typescript/src/components/Content/Card/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Content.d.ts +58 -0
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Sections.d.ts +45 -0
- package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/ContentView.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts +24 -0
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/CastCard.d.ts +32 -0
- package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts +22 -0
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts +22 -0
- package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts +8 -0
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/Title.d.ts +24 -0
- package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts +18 -0
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/index.d.ts +6 -0
- package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Headers/AppHeader.d.ts +20 -0
- package/lib/typescript/src/components/Headers/AppHeader.d.ts.map +1 -0
- package/lib/typescript/src/components/Headers/One.d.ts +4 -3
- package/lib/typescript/src/components/Headers/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Three.d.ts +3 -3
- package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Two.d.ts +3 -3
- package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/index.d.ts +2 -2
- package/lib/typescript/src/components/Icons/AlertIcon.d.ts +1 -1
- package/lib/typescript/src/components/Icons/AlertIcon.d.ts.map +1 -1
- package/lib/typescript/src/components/Icons/DeviceIcon.d.ts +1 -1
- package/lib/typescript/src/components/Icons/DeviceIcon.d.ts.map +1 -1
- package/lib/typescript/src/components/Icons/ForgotPasswordMessageIcon.d.ts.map +1 -1
- package/lib/typescript/src/components/Icons/ForgotPasswordMessageIconTwo.d.ts.map +1 -1
- package/lib/typescript/src/components/Icons/NewIndex.d.ts +6 -0
- package/lib/typescript/src/components/Icons/NewIndex.d.ts.map +1 -1
- package/lib/typescript/src/components/Icons/ResendOTP.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/Input.d.ts +11 -0
- package/lib/typescript/src/components/Input/Input.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/InputOne.d.ts +21 -0
- package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/InputTwo.d.ts +25 -0
- package/lib/typescript/src/components/Input/InputTwo.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts +26 -0
- package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -0
- package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts +15 -0
- package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts.map +1 -0
- package/lib/typescript/src/components/Logo/Logo.d.ts +3 -0
- package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/One.d.ts +46 -0
- package/lib/typescript/src/components/Search/One.d.ts.map +1 -0
- package/lib/typescript/src/components/Search/components/RecentSearchesSection.d.ts +16 -0
- package/lib/typescript/src/components/Search/components/RecentSearchesSection.d.ts.map +1 -0
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts +32 -0
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -0
- package/lib/typescript/src/components/Search/index.d.ts +11 -0
- package/lib/typescript/src/components/Search/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Settings/AppSettings.d.ts +53 -0
- package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -0
- package/lib/typescript/src/components/Settings/index.d.ts +2 -0
- package/lib/typescript/src/components/Settings/index.d.ts.map +1 -0
- package/lib/typescript/src/components/SplashScreen/SplashScreen.d.ts +32 -0
- package/lib/typescript/src/components/SplashScreen/SplashScreen.d.ts.map +1 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashImage/SplashImage.d.ts +17 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashLottie/SplashLottie.d.ts +17 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashVideo/SplashVideo.d.ts +19 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
- package/lib/typescript/src/components/SplashScreen/index.d.ts +6 -0
- package/lib/typescript/src/components/SplashScreen/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Subscription/SubOne.d.ts +40 -0
- package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -0
- package/lib/typescript/src/components/Subscription/index.d.ts +30 -0
- package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -0
- package/lib/typescript/src/components/TabBar/One.d.ts +33 -0
- package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -0
- package/lib/typescript/src/components/TabBar/Three.d.ts +24 -0
- package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -0
- package/lib/typescript/src/components/TabBar/Two.d.ts +24 -0
- package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -0
- package/lib/typescript/src/components/TabBar/index.d.ts +14 -0
- package/lib/typescript/src/components/TabBar/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Text/Text.d.ts +19 -0
- package/lib/typescript/src/components/Text/Text.d.ts.map +1 -0
- package/lib/typescript/src/components/Text/index.d.ts +6 -0
- package/lib/typescript/src/components/Text/index.d.ts.map +1 -0
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts +69 -0
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts.map +1 -0
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts +49 -0
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -0
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts +46 -0
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -0
- package/lib/typescript/src/components/User/components/UserAvatar.d.ts +10 -0
- package/lib/typescript/src/components/User/components/UserAvatar.d.ts.map +1 -0
- package/lib/typescript/src/components/User/components/UserSection.d.ts +30 -0
- package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -0
- package/lib/typescript/src/components/User/index.d.ts +9 -0
- package/lib/typescript/src/components/User/index.d.ts.map +1 -0
- package/lib/typescript/src/components/View/View.d.ts +12 -0
- package/lib/typescript/src/components/View/View.d.ts.map +1 -0
- package/lib/typescript/src/components/View/index.d.ts +6 -0
- package/lib/typescript/src/components/View/index.d.ts.map +1 -0
- package/lib/typescript/src/components/index.d.ts +16 -2
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts +15 -0
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts.map +1 -0
- package/lib/typescript/src/components/layout/index.d.ts +2 -0
- package/lib/typescript/src/components/layout/index.d.ts.map +1 -0
- package/lib/typescript/src/constants/dummySections.d.ts +3 -0
- package/lib/typescript/src/constants/dummySections.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useDebounce.d.ts +2 -0
- package/lib/typescript/src/hooks/useDebounce.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts +22 -0
- package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useKeyboard.d.ts +9 -0
- package/lib/typescript/src/hooks/useKeyboard.d.ts.map +1 -0
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts +11 -0
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +3 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/store/RecentSearchesStore.d.ts +26 -0
- package/lib/typescript/src/store/RecentSearchesStore.d.ts.map +1 -0
- package/lib/typescript/src/store/splashStore.d.ts +29 -0
- package/lib/typescript/src/store/splashStore.d.ts.map +1 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts +19 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -0
- package/lib/typescript/src/theme/index.d.ts +6 -0
- package/lib/typescript/src/theme/index.d.ts.map +1 -0
- package/lib/typescript/src/theme/themes.d.ts +38 -25
- package/lib/typescript/src/theme/themes.d.ts.map +1 -1
- package/lib/typescript/src/types/content/content-view.types.d.ts +137 -0
- package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -0
- package/lib/typescript/src/types/{content.types.d.ts → content/index.d.ts} +89 -69
- package/lib/typescript/src/types/content/index.d.ts.map +1 -0
- package/lib/typescript/src/types/hook/index.d.ts +6 -0
- package/lib/typescript/src/types/hook/index.d.ts.map +1 -0
- package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts +16 -0
- package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts.map +1 -0
- package/lib/typescript/src/types/index.d.ts +7 -2
- package/lib/typescript/src/types/index.d.ts.map +1 -1
- package/lib/typescript/src/types/sections/index.d.ts +62 -0
- package/lib/typescript/src/types/sections/index.d.ts.map +1 -0
- package/lib/typescript/src/utils/Display.d.ts +8 -0
- package/lib/typescript/src/utils/Display.d.ts.map +1 -0
- package/lib/typescript/src/utils/PlatformSelector.d.ts +22 -0
- package/lib/typescript/src/utils/PlatformSelector.d.ts.map +1 -0
- package/lib/typescript/src/utils/SizeMatters.d.ts +7 -0
- package/lib/typescript/src/utils/SizeMatters.d.ts.map +1 -0
- package/package.json +73 -125
- package/src/Styles/globalStyles.ts +75 -0
- package/src/assets/animations/135037-payment-processing-error.json +0 -0
- package/src/assets/animations/7227-vui-animation.json +0 -0
- package/src/assets/animations/succesfull-payment.json +0 -0
- package/src/assets/animations/voice-icon.json +0 -0
- 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/h.svg +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 +4 -0
- package/src/assets/svg/Favourite.svg +14 -0
- package/src/assets/svg/Upcoming.svg +4 -0
- package/src/assets/svg/content-error.svg +0 -0
- package/src/assets/svg/download.svg +0 -0
- package/src/assets/svg/eye-off.svg +10 -0
- package/src/assets/svg/favorites.svg +0 -0
- package/src/assets/svg/home.svg +0 -0
- package/src/assets/svg/home1.svg +3 -0
- package/src/assets/svg/menu-bar.svg +0 -0
- package/src/assets/svg/my-space.svg +0 -0
- package/src/assets/svg/play-icon-with-bg.svg +0 -0
- package/src/assets/svg/profile.svg +4 -0
- package/src/assets/svg/search.svg +0 -0
- package/src/assets/svg/search1.svg +4 -0
- package/src/assets/svg/server-error.svg +0 -0
- package/src/components/Account/Account.tsx +288 -0
- package/src/components/Account/index.ts +1 -0
- package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +254 -0
- package/src/components/Auth/Login/LoginWithEmail.tsx +357 -0
- package/src/components/Auth/Login/LoginWithPhone.tsx +249 -0
- package/src/components/Auth/OTP/OTP.tsx +322 -0
- package/src/components/Auth/SignUp/SignUp.tsx +383 -0
- package/src/components/Auth/index.ts +20 -0
- package/src/components/BackgroundLayout/BackgroundLayout.tsx +114 -0
- package/src/components/BlogView/BlogView.tsx +195 -0
- package/src/components/BlogView/index.ts +8 -0
- package/src/components/Button/BackBtn.tsx +83 -0
- package/src/components/Button/MenuBtn.tsx +193 -0
- package/src/components/Button/PrimaryBtn.tsx +88 -0
- package/src/components/Button/TextButton.tsx +107 -0
- package/src/components/Button/index.ts +16 -0
- package/src/components/Content/Card/Category/Category.tsx +262 -0
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +412 -0
- package/src/components/Content/Card/Sliders/Styles/One.tsx +320 -0
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +209 -0
- package/src/components/{Section → Content}/Card/Sliders/index.ts +3 -1
- package/src/components/Content/Card/Styles/Five.tsx +240 -0
- package/src/components/Content/Card/Styles/Four.tsx +245 -0
- package/src/components/Content/Card/Styles/One.tsx +309 -0
- package/src/components/Content/Card/Styles/RotateInOut.tsx +280 -0
- package/src/components/Content/Card/Styles/Six.tsx +247 -0
- package/src/components/Content/Card/Styles/Three.tsx +279 -0
- package/src/components/Content/Card/Styles/TopTen.tsx +342 -0
- package/src/components/Content/Card/Styles/Two.tsx +288 -0
- package/src/components/Content/Card/components/CardPoster.tsx +204 -0
- package/src/components/Content/Card/components/NavigateToMore.tsx +58 -0
- package/src/components/Content/Card/components/NoContentFallback.tsx +129 -0
- package/src/components/Content/Card/components/ShowAllButton.tsx +83 -0
- package/src/components/Content/Card/components/ThumbnailCard.tsx +150 -0
- package/src/components/Content/Card/index.ts +30 -0
- package/src/components/Content/Content.tsx +187 -0
- package/src/components/Content/Sections.tsx +169 -0
- package/src/components/ContentView/ContentView.tsx +137 -0
- package/src/components/ContentView/components/AboutSection.tsx +138 -0
- package/src/components/ContentView/components/CastCard.tsx +212 -0
- package/src/components/ContentView/components/EpisodeCard.tsx +428 -0
- package/src/components/ContentView/components/GenreTags.tsx +92 -0
- package/src/components/ContentView/components/HeroBanner.tsx +244 -0
- package/src/components/ContentView/components/PlayButton.tsx +37 -0
- package/src/components/ContentView/components/Title.tsx +120 -0
- package/src/components/ContentView/components/TrailerButton.tsx +53 -0
- package/src/components/ContentView/index.ts +6 -0
- package/src/components/Headers/AppHeader.tsx +122 -0
- package/src/components/Headers/One.tsx +34 -28
- package/src/components/Headers/Three.tsx +12 -23
- package/src/components/Headers/Two.tsx +14 -22
- package/src/components/Headers/index.ts +2 -2
- package/src/components/Icons/AlertIcon.tsx +2 -13
- package/src/components/Icons/DeviceIcon.tsx +1 -7
- package/src/components/Icons/DoneIcon/DoneIcon.tsx +0 -0
- package/src/components/Icons/ForgotPasswordMessageIcon.tsx +3 -24
- package/src/components/Icons/ForgotPasswordMessageIconTwo.tsx +2 -16
- package/src/components/Icons/NewIndex.ts +12 -0
- package/src/components/Icons/ResendOTP.tsx +2 -12
- package/src/components/Input/Input.ts +16 -0
- package/src/components/Input/InputOne.tsx +160 -0
- package/src/components/Input/InputTwo.tsx +188 -0
- package/src/components/Input/PhoneNumberInput.tsx +382 -0
- package/src/components/Keyboard/HideKeyboard.tsx +56 -0
- package/src/components/Loader/Loader.tsx +2 -2
- package/src/components/Logo/Logo.tsx +69 -26
- package/src/components/Search/One.tsx +228 -0
- package/src/components/Search/components/RecentSearchesSection.tsx +153 -0
- package/src/components/Search/components/SearchCard.tsx +193 -0
- package/src/components/Search/index.ts +16 -0
- package/src/components/Settings/AppSettings.tsx +287 -0
- package/src/components/Settings/index.ts +1 -0
- package/src/components/SplashScreen/SplashScreen.tsx +131 -0
- package/src/components/SplashScreen/components/SplashImage/SplashImage.tsx +84 -0
- package/src/components/SplashScreen/components/SplashLottie/SplashLottie.tsx +83 -0
- package/src/components/SplashScreen/components/SplashVideo/SplashVideo.tsx +94 -0
- package/src/components/SplashScreen/index.ts +6 -0
- package/src/components/Subscription/SubOne.tsx +336 -0
- package/src/components/Subscription/index.ts +12 -0
- package/src/components/TabBar/One.tsx +199 -0
- package/src/components/TabBar/Three.tsx +134 -0
- package/src/components/TabBar/Two.tsx +151 -0
- package/src/components/TabBar/index.ts +20 -0
- package/src/components/Text/Text.tsx +57 -0
- package/src/components/Text/index.ts +5 -0
- package/src/components/User/DeviceSessions/DeviceSessions.tsx +373 -0
- package/src/components/User/WatchHistory/WatchHistory.tsx +175 -0
- package/src/components/User/WatchLater/WatchLater.tsx +290 -0
- package/src/components/User/components/UserAvatar.tsx +43 -0
- package/src/components/User/components/UserSection.tsx +181 -0
- package/src/components/User/index.ts +9 -0
- package/src/components/View/View.tsx +19 -0
- package/src/components/View/index.ts +5 -0
- package/src/components/index.ts +16 -2
- package/src/components/layout/SafeAreaWrapper.tsx +32 -0
- package/src/components/layout/index.ts +1 -0
- package/src/constants/dummySections.ts +45 -0
- package/src/hooks/useDebounce.ts +13 -0
- package/src/hooks/useInitSplashCacheSync.ts +159 -0
- package/src/hooks/useKeyboard.ts +33 -0
- package/src/hooks/usePaginatedSection.ts +74 -0
- package/src/index.ts +3 -1
- package/src/store/RecentSearchesStore.ts +74 -0
- package/src/store/splashStore.ts +91 -0
- package/src/theme/ThemeProvider.tsx +103 -0
- package/src/theme/index.ts +6 -0
- package/src/theme/themes.ts +210 -123
- package/src/types/content/content-view.types.ts +146 -0
- package/src/types/{content.types.ts → content/index.ts} +108 -77
- package/src/types/hook/index.ts +5 -0
- package/src/types/hook/usePaginatedSetion.ts +19 -0
- package/src/types/index.ts +7 -2
- package/src/types/sections/index.ts +81 -0
- package/src/utils/Display.ts +14 -0
- package/src/utils/PlatformSelector.ts +29 -0
- package/src/utils/SizeMatters.ts +7 -0
- package/lib/module/assets/img/profile.png +0 -0
- package/lib/module/components/Button/Button.js +0 -22
- package/lib/module/components/Button/Button.js.map +0 -1
- package/lib/module/components/Button/styles.js +0 -23
- package/lib/module/components/Button/styles.js.map +0 -1
- package/lib/module/components/Section/Card/Sliders/Styles/One.js +0 -123
- package/lib/module/components/Section/Card/Sliders/Styles/One.js.map +0 -1
- package/lib/module/components/Section/Card/Sliders/index.js.map +0 -1
- package/lib/module/components/Section/Card/Styles/One.js +0 -92
- package/lib/module/components/Section/Card/Styles/One.js.map +0 -1
- package/lib/module/components/Section/Card/index.js +0 -14
- package/lib/module/components/Section/Card/index.js.map +0 -1
- package/lib/module/components/Section/SectionType.js +0 -98
- package/lib/module/components/Section/SectionType.js.map +0 -1
- package/lib/module/components/Section/Sections.js +0 -72
- package/lib/module/components/Section/Sections.js.map +0 -1
- package/lib/module/package.json +0 -1
- package/lib/module/sample.test.js +0 -8
- package/lib/module/sample.test.js.map +0 -1
- package/lib/module/theme/useAppTheme.js +0 -14
- package/lib/module/theme/useAppTheme.js.map +0 -1
- package/lib/module/types/content.types.js +0 -2
- package/lib/module/types/content.types.js.map +0 -1
- package/lib/module/types/sections.types.js +0 -4
- package/lib/module/types/sections.types.js.map +0 -1
- package/lib/typescript/package.json +0 -1
- package/lib/typescript/src/components/Button/Button.d.ts +0 -9
- package/lib/typescript/src/components/Button/Button.d.ts.map +0 -1
- package/lib/typescript/src/components/Button/styles.d.ts +0 -20
- package/lib/typescript/src/components/Button/styles.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/Card/Sliders/Styles/One.d.ts +0 -18
- package/lib/typescript/src/components/Section/Card/Sliders/Styles/One.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/Card/Sliders/index.d.ts +0 -7
- package/lib/typescript/src/components/Section/Card/Sliders/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/Card/Styles/One.d.ts +0 -19
- package/lib/typescript/src/components/Section/Card/Styles/One.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/Card/index.d.ts +0 -7
- package/lib/typescript/src/components/Section/Card/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/SectionType.d.ts +0 -26
- package/lib/typescript/src/components/Section/SectionType.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/Sections.d.ts +0 -27
- package/lib/typescript/src/components/Section/Sections.d.ts.map +0 -1
- package/lib/typescript/src/sample.test.d.ts +0 -1
- package/lib/typescript/src/sample.test.d.ts.map +0 -1
- package/lib/typescript/src/theme/useAppTheme.d.ts +0 -46
- package/lib/typescript/src/theme/useAppTheme.d.ts.map +0 -1
- package/lib/typescript/src/types/content.types.d.ts.map +0 -1
- package/lib/typescript/src/types/sections.types.d.ts +0 -41
- package/lib/typescript/src/types/sections.types.d.ts.map +0 -1
- package/src/assets/img/profile.png +0 -0
- package/src/components/Button/Button.tsx +0 -32
- package/src/components/Button/styles.ts +0 -21
- package/src/components/Section/Card/Sliders/Styles/One.tsx +0 -147
- package/src/components/Section/Card/Styles/One.tsx +0 -112
- package/src/components/Section/Card/index.ts +0 -13
- package/src/components/Section/SectionType.tsx +0 -127
- package/src/components/Section/Sections.tsx +0 -120
- package/src/sample.test.ts +0 -5
- package/src/theme/useAppTheme.ts +0 -13
- package/src/types/sections.types.ts +0 -56
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
import React, { memo, useMemo, useState, useCallback, useEffect } from 'react';
|
|
2
|
+
import { View, type ViewStyle, type TextStyle, type KeyboardTypeOptions, StyleSheet, Platform } from 'react-native';
|
|
3
|
+
import { CodeField, Cursor, useBlurOnFulfill, useClearByFocusCell } from 'react-native-confirmation-code-field';
|
|
4
|
+
import { scale, verticalScale } from 'react-native-size-matters';
|
|
5
|
+
|
|
6
|
+
import { BackgroundLayout } from '../../BackgroundLayout/BackgroundLayout';
|
|
7
|
+
import HideKeyboard from '../../Keyboard/HideKeyboard';
|
|
8
|
+
import { useKeyboard } from '../../../hooks/useKeyboard';
|
|
9
|
+
import BackBtn from '../../Button/BackBtn';
|
|
10
|
+
import { useTheme } from '../../../theme';
|
|
11
|
+
import { Logo } from '../../Logo/Logo';
|
|
12
|
+
import { Button } from '../../Button';
|
|
13
|
+
import Display from '../../../utils/Display';
|
|
14
|
+
import { Text } from '../../Text';
|
|
15
|
+
import type { AppTheme } from '../../../theme/themes';
|
|
16
|
+
|
|
17
|
+
type OTPProps = {
|
|
18
|
+
title?: string;
|
|
19
|
+
onSubmit?: (values: { otp: string }) => Promise<void> | void;
|
|
20
|
+
onBackPress?: () => void;
|
|
21
|
+
containerStyle?: ViewStyle;
|
|
22
|
+
titleStyle?: TextStyle;
|
|
23
|
+
formStyle?: ViewStyle;
|
|
24
|
+
backBtnStyle?: ViewStyle;
|
|
25
|
+
backgroundImage?: string;
|
|
26
|
+
loading?: boolean;
|
|
27
|
+
logoUri?: string;
|
|
28
|
+
theme?: AppTheme;
|
|
29
|
+
gradientEnabled?: boolean;
|
|
30
|
+
otpDigitCount?: number;
|
|
31
|
+
keyboardType?: KeyboardTypeOptions;
|
|
32
|
+
phoneNumber?: string;
|
|
33
|
+
text?: {
|
|
34
|
+
otpLabel?: string;
|
|
35
|
+
otpPlaceholder?: string;
|
|
36
|
+
loadingSubmitBtnText?: string;
|
|
37
|
+
submitButton?: string;
|
|
38
|
+
otpSentText?: string;
|
|
39
|
+
resendOtpText?: string;
|
|
40
|
+
resendOtpCountdownText?: string;
|
|
41
|
+
};
|
|
42
|
+
// Resend
|
|
43
|
+
onResendOtp?: () => void;
|
|
44
|
+
renderResendButton?: (props: { onPress: () => void; disabled: boolean }) => React.ReactNode;
|
|
45
|
+
resendDisabledTime?: number;
|
|
46
|
+
|
|
47
|
+
// Render Props
|
|
48
|
+
renderLogo?: () => React.ReactNode;
|
|
49
|
+
renderSubmitButton?: (props: { onPress: () => void; disabled: boolean; loading: boolean }) => React.ReactNode;
|
|
50
|
+
renderBackButton?: (props: { onPress: () => void }) => React.ReactNode;
|
|
51
|
+
renderOtpHeader?: () => React.ReactNode;
|
|
52
|
+
renderOtpInput?: (props: {
|
|
53
|
+
value: string;
|
|
54
|
+
onChange: (value: string) => void;
|
|
55
|
+
isFocused: boolean[];
|
|
56
|
+
}) => React.ReactNode;
|
|
57
|
+
renderPhoneText?: (phoneNumber: string) => React.ReactNode;
|
|
58
|
+
|
|
59
|
+
// Style Overrides
|
|
60
|
+
cellStyle?: TextStyle;
|
|
61
|
+
focusCellStyle?: TextStyle;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
const DEFAULT_TEXT = {
|
|
65
|
+
otpLabel: 'Enter OTP',
|
|
66
|
+
otpPlaceholder: '••••',
|
|
67
|
+
submitButton: 'Verify OTP',
|
|
68
|
+
loadingSubmitBtnText: 'Verifying...',
|
|
69
|
+
otpSentText: 'A One-Time OTP has been sent to',
|
|
70
|
+
resendOtpText: 'Resend OTP',
|
|
71
|
+
resendOtpCountdownText: 'Resend OTP in'
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
const OTP: React.FC<OTPProps> = ({
|
|
75
|
+
title,
|
|
76
|
+
onSubmit,
|
|
77
|
+
onBackPress,
|
|
78
|
+
containerStyle,
|
|
79
|
+
titleStyle,
|
|
80
|
+
formStyle,
|
|
81
|
+
backBtnStyle,
|
|
82
|
+
backgroundImage,
|
|
83
|
+
loading = false,
|
|
84
|
+
logoUri,
|
|
85
|
+
theme,
|
|
86
|
+
gradientEnabled = true,
|
|
87
|
+
otpDigitCount = 4,
|
|
88
|
+
keyboardType = 'number-pad',
|
|
89
|
+
phoneNumber,
|
|
90
|
+
text = DEFAULT_TEXT,
|
|
91
|
+
onResendOtp,
|
|
92
|
+
renderResendButton,
|
|
93
|
+
resendDisabledTime = 30,
|
|
94
|
+
renderLogo,
|
|
95
|
+
renderSubmitButton,
|
|
96
|
+
renderBackButton,
|
|
97
|
+
renderOtpHeader,
|
|
98
|
+
renderOtpInput,
|
|
99
|
+
renderPhoneText,
|
|
100
|
+
cellStyle,
|
|
101
|
+
focusCellStyle
|
|
102
|
+
}) => {
|
|
103
|
+
const { theme: appliedTheme } = useTheme(theme);
|
|
104
|
+
const { isKeyboardOpen } = useKeyboard();
|
|
105
|
+
const [otp, setOtp] = useState('');
|
|
106
|
+
const [isSubmitting, setIsSubmitting] = useState(false);
|
|
107
|
+
const [resendTimer, setResendTimer] = useState(resendDisabledTime);
|
|
108
|
+
|
|
109
|
+
const ref = useBlurOnFulfill({ value: otp, cellCount: otpDigitCount });
|
|
110
|
+
const [codeFieldProps, getCellOnLayoutHandler] = useClearByFocusCell({
|
|
111
|
+
value: otp,
|
|
112
|
+
setValue: setOtp
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
const styles = useMemo(
|
|
116
|
+
() =>
|
|
117
|
+
StyleSheet.create({
|
|
118
|
+
container: {
|
|
119
|
+
flex: 1,
|
|
120
|
+
width: '100%',
|
|
121
|
+
paddingHorizontal: scale(16),
|
|
122
|
+
justifyContent: 'center',
|
|
123
|
+
alignItems: 'center'
|
|
124
|
+
},
|
|
125
|
+
content: {
|
|
126
|
+
width: '100%',
|
|
127
|
+
maxWidth: scale(400),
|
|
128
|
+
alignItems: 'center',
|
|
129
|
+
gap: verticalScale(12)
|
|
130
|
+
},
|
|
131
|
+
title: {
|
|
132
|
+
fontSize: scale(22),
|
|
133
|
+
fontWeight: '700',
|
|
134
|
+
marginTop: verticalScale(8),
|
|
135
|
+
color: appliedTheme.colors.textPrimary,
|
|
136
|
+
textAlign: 'center'
|
|
137
|
+
},
|
|
138
|
+
sentText: {
|
|
139
|
+
fontSize: scale(14),
|
|
140
|
+
color: appliedTheme.colors.onSurfaceVariant,
|
|
141
|
+
textAlign: 'center',
|
|
142
|
+
lineHeight: scale(18)
|
|
143
|
+
},
|
|
144
|
+
sentNumberContainer: {
|
|
145
|
+
marginTop: verticalScale(8),
|
|
146
|
+
alignItems: 'center'
|
|
147
|
+
},
|
|
148
|
+
form: {
|
|
149
|
+
width: '100%',
|
|
150
|
+
gap: verticalScale(20),
|
|
151
|
+
alignItems: 'center',
|
|
152
|
+
marginTop: verticalScale(24)
|
|
153
|
+
},
|
|
154
|
+
codeFieldRoot: {
|
|
155
|
+
width: Display.setWidth(80),
|
|
156
|
+
marginTop: scale(10)
|
|
157
|
+
},
|
|
158
|
+
cell: {
|
|
159
|
+
width: scale(55),
|
|
160
|
+
height: scale(55),
|
|
161
|
+
fontSize: scale(30),
|
|
162
|
+
fontWeight: '500',
|
|
163
|
+
paddingTop: Platform.OS === 'ios' ? scale(10) : scale(7),
|
|
164
|
+
borderWidth: scale(1),
|
|
165
|
+
borderRadius: scale(8),
|
|
166
|
+
textAlign: 'center',
|
|
167
|
+
color: appliedTheme.colors.textPrimary,
|
|
168
|
+
borderColor: appliedTheme.colors.outline
|
|
169
|
+
},
|
|
170
|
+
focusCell: {
|
|
171
|
+
borderColor: appliedTheme.colors.primary,
|
|
172
|
+
backgroundColor: appliedTheme.colors.surface
|
|
173
|
+
}
|
|
174
|
+
}),
|
|
175
|
+
[appliedTheme]
|
|
176
|
+
);
|
|
177
|
+
|
|
178
|
+
useEffect(() => {
|
|
179
|
+
if (resendTimer <= 0) return;
|
|
180
|
+
const timer = setInterval(() => {
|
|
181
|
+
setResendTimer((prev) => prev - 1);
|
|
182
|
+
}, 1000);
|
|
183
|
+
return () => clearInterval(timer);
|
|
184
|
+
}, [resendTimer]);
|
|
185
|
+
|
|
186
|
+
const handleSubmit = useCallback(async () => {
|
|
187
|
+
if (!onSubmit || otp.length !== otpDigitCount) return;
|
|
188
|
+
setIsSubmitting(true);
|
|
189
|
+
try {
|
|
190
|
+
await onSubmit({ otp });
|
|
191
|
+
} catch (error) {
|
|
192
|
+
console.error('OTP submission error:', error);
|
|
193
|
+
} finally {
|
|
194
|
+
setIsSubmitting(false);
|
|
195
|
+
}
|
|
196
|
+
}, [onSubmit, otp, otpDigitCount]);
|
|
197
|
+
|
|
198
|
+
const handleResendOtp = useCallback(() => {
|
|
199
|
+
if (onResendOtp) {
|
|
200
|
+
onResendOtp();
|
|
201
|
+
setResendTimer(resendDisabledTime);
|
|
202
|
+
}
|
|
203
|
+
}, [onResendOtp, resendDisabledTime]);
|
|
204
|
+
|
|
205
|
+
const isLoading = loading || isSubmitting;
|
|
206
|
+
const isSubmitDisabled = otp.length !== otpDigitCount || isLoading;
|
|
207
|
+
|
|
208
|
+
return (
|
|
209
|
+
<BackgroundLayout
|
|
210
|
+
gradientEnabled={gradientEnabled}
|
|
211
|
+
backgroundImage={backgroundImage}
|
|
212
|
+
gradientSplit={isKeyboardOpen ? 0.3 : 0.4}
|
|
213
|
+
>
|
|
214
|
+
<HideKeyboard keyboardVerticalOffset={verticalScale(-80)}>
|
|
215
|
+
<View style={[styles.container, containerStyle]}>
|
|
216
|
+
{renderBackButton ? (
|
|
217
|
+
renderBackButton({ onPress: onBackPress ?? (() => {}) })
|
|
218
|
+
) : onBackPress ? (
|
|
219
|
+
<BackBtn theme={appliedTheme} style={backBtnStyle} onPress={onBackPress} />
|
|
220
|
+
) : null}
|
|
221
|
+
|
|
222
|
+
<View style={styles.content}>
|
|
223
|
+
{renderLogo ? renderLogo() : logoUri ? <Logo logoUri={logoUri} /> : null}
|
|
224
|
+
|
|
225
|
+
{renderOtpHeader ? renderOtpHeader() : <Text style={[styles.title, titleStyle]}>{title}</Text>}
|
|
226
|
+
|
|
227
|
+
{phoneNumber &&
|
|
228
|
+
(renderPhoneText ? (
|
|
229
|
+
renderPhoneText(phoneNumber)
|
|
230
|
+
) : (
|
|
231
|
+
<View style={styles.sentNumberContainer}>
|
|
232
|
+
<Text style={styles.sentText}>{text?.otpSentText}</Text>
|
|
233
|
+
<Text
|
|
234
|
+
style={{
|
|
235
|
+
fontWeight: '700',
|
|
236
|
+
fontSize: scale(15),
|
|
237
|
+
marginTop: verticalScale(4),
|
|
238
|
+
color: appliedTheme.colors.primary
|
|
239
|
+
}}
|
|
240
|
+
>
|
|
241
|
+
{phoneNumber}
|
|
242
|
+
</Text>
|
|
243
|
+
</View>
|
|
244
|
+
))}
|
|
245
|
+
|
|
246
|
+
<View style={[styles.form, formStyle]}>
|
|
247
|
+
{renderOtpInput ? (
|
|
248
|
+
renderOtpInput({
|
|
249
|
+
value: otp,
|
|
250
|
+
onChange: (val) => setOtp(val.replace(/\D/g, '')),
|
|
251
|
+
isFocused: Array.from({ length: otpDigitCount }, (_, i) => otp.length === i)
|
|
252
|
+
})
|
|
253
|
+
) : (
|
|
254
|
+
<CodeField
|
|
255
|
+
ref={ref}
|
|
256
|
+
{...codeFieldProps}
|
|
257
|
+
value={otp}
|
|
258
|
+
onChangeText={(input) => setOtp(input.replace(/\D/g, ''))}
|
|
259
|
+
cellCount={otpDigitCount}
|
|
260
|
+
rootStyle={styles.codeFieldRoot}
|
|
261
|
+
keyboardType={keyboardType}
|
|
262
|
+
textContentType="oneTimeCode"
|
|
263
|
+
renderCell={({ index, symbol, isFocused }) => (
|
|
264
|
+
<Text
|
|
265
|
+
key={index}
|
|
266
|
+
style={[styles.cell, cellStyle, isFocused && styles.focusCell, isFocused && focusCellStyle]}
|
|
267
|
+
onLayout={getCellOnLayoutHandler(index)}
|
|
268
|
+
>
|
|
269
|
+
{symbol || (isFocused ? <Cursor /> : null)}
|
|
270
|
+
</Text>
|
|
271
|
+
)}
|
|
272
|
+
/>
|
|
273
|
+
)}
|
|
274
|
+
|
|
275
|
+
{renderSubmitButton ? (
|
|
276
|
+
renderSubmitButton({
|
|
277
|
+
onPress: handleSubmit,
|
|
278
|
+
disabled: isSubmitDisabled,
|
|
279
|
+
loading: isLoading
|
|
280
|
+
})
|
|
281
|
+
) : (
|
|
282
|
+
<Button.Primary
|
|
283
|
+
title={text.submitButton || DEFAULT_TEXT.submitButton}
|
|
284
|
+
theme={appliedTheme}
|
|
285
|
+
onPress={handleSubmit}
|
|
286
|
+
loadingText={text.loadingSubmitBtnText}
|
|
287
|
+
disabled={isSubmitDisabled}
|
|
288
|
+
loading={isLoading}
|
|
289
|
+
/>
|
|
290
|
+
)}
|
|
291
|
+
|
|
292
|
+
{/* Resend OTP Section */}
|
|
293
|
+
<View style={{ alignItems: 'center', marginTop: verticalScale(10) }}>
|
|
294
|
+
{renderResendButton ? (
|
|
295
|
+
renderResendButton({
|
|
296
|
+
onPress: handleResendOtp,
|
|
297
|
+
disabled: resendTimer > 0
|
|
298
|
+
})
|
|
299
|
+
) : (
|
|
300
|
+
<Text
|
|
301
|
+
onPress={resendTimer <= 0 ? handleResendOtp : undefined}
|
|
302
|
+
style={{
|
|
303
|
+
fontSize: scale(14),
|
|
304
|
+
color: resendTimer > 0 ? appliedTheme.colors.onSurfaceVariant : appliedTheme.colors.primary,
|
|
305
|
+
textAlign: 'center'
|
|
306
|
+
}}
|
|
307
|
+
>
|
|
308
|
+
{resendTimer > 0
|
|
309
|
+
? `${text?.resendOtpCountdownText || DEFAULT_TEXT.resendOtpCountdownText} ${resendTimer}s`
|
|
310
|
+
: text?.resendOtpText || DEFAULT_TEXT.resendOtpText}
|
|
311
|
+
</Text>
|
|
312
|
+
)}
|
|
313
|
+
</View>
|
|
314
|
+
</View>
|
|
315
|
+
</View>
|
|
316
|
+
</View>
|
|
317
|
+
</HideKeyboard>
|
|
318
|
+
</BackgroundLayout>
|
|
319
|
+
);
|
|
320
|
+
};
|
|
321
|
+
|
|
322
|
+
export default memo(OTP);
|
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Naresh Dhamu
|
|
3
|
+
* @lastModified Mon 16 Jun 2025 at 03:05 PM
|
|
4
|
+
*/
|
|
5
|
+
import React, { useCallback } from 'react';
|
|
6
|
+
import { StyleSheet, View, Platform, Keyboard, type ViewStyle, type TextStyle } from 'react-native';
|
|
7
|
+
import { useForm, Controller } from 'react-hook-form';
|
|
8
|
+
import { scale, verticalScale } from 'react-native-size-matters';
|
|
9
|
+
import { Input } from '../../Input/Input';
|
|
10
|
+
import { Button } from '../../Button';
|
|
11
|
+
import { BackgroundLayout } from '../../BackgroundLayout/BackgroundLayout';
|
|
12
|
+
import { Logo } from '../../Logo/Logo';
|
|
13
|
+
import TextButton from '../../Button/TextButton';
|
|
14
|
+
import { useTheme } from '../../../theme';
|
|
15
|
+
import { useKeyboard } from '../../../hooks/useKeyboard';
|
|
16
|
+
import HideKeyboard from '../../Keyboard/HideKeyboard';
|
|
17
|
+
import BackBtn from '../../Button/BackBtn';
|
|
18
|
+
import { Text } from '../../Text';
|
|
19
|
+
import type { AppTheme } from '../../../theme/themes';
|
|
20
|
+
|
|
21
|
+
type FormValues = {
|
|
22
|
+
username: string;
|
|
23
|
+
email: string;
|
|
24
|
+
password: string;
|
|
25
|
+
confirmPassword: string;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export interface SignupProps {
|
|
29
|
+
title: string;
|
|
30
|
+
onSubmit?: (values: FormValues) => void;
|
|
31
|
+
onLogin?: () => void;
|
|
32
|
+
onTopBackBtnPress?: () => void;
|
|
33
|
+
containerStyle?: ViewStyle;
|
|
34
|
+
titleStyle?: TextStyle;
|
|
35
|
+
formStyle?: ViewStyle;
|
|
36
|
+
inputStyle?: TextStyle;
|
|
37
|
+
inputContainerStyle?: ViewStyle;
|
|
38
|
+
topBackBtnStyle?: ViewStyle;
|
|
39
|
+
minPasswordLength?: number;
|
|
40
|
+
backgroundImage?: string;
|
|
41
|
+
logoUri?: string;
|
|
42
|
+
theme?: AppTheme;
|
|
43
|
+
loadingSubmitBtn?: boolean;
|
|
44
|
+
gradientEnabled?: boolean;
|
|
45
|
+
text?: {
|
|
46
|
+
usernameLabel?: string;
|
|
47
|
+
usernamePlaceholder?: string;
|
|
48
|
+
emailLabel?: string;
|
|
49
|
+
emailPlaceholder?: string;
|
|
50
|
+
passwordLabel?: string;
|
|
51
|
+
loadingSubmitBtnText?: string;
|
|
52
|
+
passwordPlaceholder?: string;
|
|
53
|
+
confirmPasswordLabel?: string;
|
|
54
|
+
confirmPasswordPlaceholder?: string;
|
|
55
|
+
loginPrompt?: string;
|
|
56
|
+
loginLink?: string;
|
|
57
|
+
signupButton?: string;
|
|
58
|
+
};
|
|
59
|
+
loginTextProps?: TextStyle;
|
|
60
|
+
loginLinkTextProps?: TextStyle;
|
|
61
|
+
renderLogo?: () => React.ReactNode;
|
|
62
|
+
renderSingUpHeader?: () => React.ReactNode;
|
|
63
|
+
renderLoginPrompt?: () => React.ReactNode;
|
|
64
|
+
renderSubmitButton?: (props: { onPress: () => void; disabled: boolean; loading: boolean }) => React.ReactNode;
|
|
65
|
+
renderTopBackBtn?: (props: { onPress: () => void }) => React.ReactNode;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
const Signup: React.FC<SignupProps> = ({
|
|
69
|
+
title = 'Sign Up',
|
|
70
|
+
onSubmit,
|
|
71
|
+
onLogin,
|
|
72
|
+
onTopBackBtnPress,
|
|
73
|
+
containerStyle,
|
|
74
|
+
titleStyle,
|
|
75
|
+
formStyle,
|
|
76
|
+
inputStyle,
|
|
77
|
+
inputContainerStyle,
|
|
78
|
+
topBackBtnStyle,
|
|
79
|
+
minPasswordLength = 6,
|
|
80
|
+
loadingSubmitBtn,
|
|
81
|
+
backgroundImage,
|
|
82
|
+
logoUri,
|
|
83
|
+
theme,
|
|
84
|
+
gradientEnabled,
|
|
85
|
+
text,
|
|
86
|
+
loginTextProps,
|
|
87
|
+
loginLinkTextProps,
|
|
88
|
+
renderLogo,
|
|
89
|
+
renderSingUpHeader,
|
|
90
|
+
renderLoginPrompt,
|
|
91
|
+
renderSubmitButton,
|
|
92
|
+
renderTopBackBtn
|
|
93
|
+
}) => {
|
|
94
|
+
const {
|
|
95
|
+
control,
|
|
96
|
+
handleSubmit,
|
|
97
|
+
formState: { errors, isValid, touchedFields },
|
|
98
|
+
getValues
|
|
99
|
+
} = useForm<FormValues>({
|
|
100
|
+
defaultValues: {
|
|
101
|
+
username: '',
|
|
102
|
+
email: '',
|
|
103
|
+
password: '',
|
|
104
|
+
confirmPassword: ''
|
|
105
|
+
},
|
|
106
|
+
mode: 'onChange'
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
const { theme: appliedTheme } = useTheme(theme);
|
|
110
|
+
const { isKeyboardOpen } = useKeyboard();
|
|
111
|
+
const [isLoading, setIsLoading] = React.useState(false);
|
|
112
|
+
|
|
113
|
+
const handleFormSubmit = useCallback(
|
|
114
|
+
async (data: FormValues) => {
|
|
115
|
+
if (!onSubmit) return;
|
|
116
|
+
setIsLoading(true);
|
|
117
|
+
try {
|
|
118
|
+
await onSubmit(data);
|
|
119
|
+
} catch (error) {
|
|
120
|
+
console.error('Form submission error:', error);
|
|
121
|
+
} finally {
|
|
122
|
+
setIsLoading(false);
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
[onSubmit]
|
|
126
|
+
);
|
|
127
|
+
|
|
128
|
+
const shouldRender = (condition?: boolean | unknown): boolean => typeof condition === 'function' || !!condition;
|
|
129
|
+
|
|
130
|
+
return (
|
|
131
|
+
<BackgroundLayout
|
|
132
|
+
gradientEnabled={gradientEnabled}
|
|
133
|
+
backgroundImage={backgroundImage}
|
|
134
|
+
gradientSplit={isKeyboardOpen ? (Platform.OS === 'ios' ? 0.19 : 0.14) : 0.3}
|
|
135
|
+
>
|
|
136
|
+
<HideKeyboard>
|
|
137
|
+
<View style={[styles.container, containerStyle]}>
|
|
138
|
+
{/* Top Back Button */}
|
|
139
|
+
{shouldRender(renderTopBackBtn || onTopBackBtnPress) &&
|
|
140
|
+
(renderTopBackBtn ? (
|
|
141
|
+
renderTopBackBtn({ onPress: onTopBackBtnPress ?? (() => {}) })
|
|
142
|
+
) : (
|
|
143
|
+
<BackBtn theme={appliedTheme} style={topBackBtnStyle} onPress={onTopBackBtnPress} />
|
|
144
|
+
))}
|
|
145
|
+
|
|
146
|
+
<View style={styles.centerContent}>
|
|
147
|
+
{/* Logo */}
|
|
148
|
+
{renderLogo ? renderLogo() : logoUri ? <Logo logoUri={logoUri} /> : null}
|
|
149
|
+
|
|
150
|
+
{/* Title */}
|
|
151
|
+
{renderSingUpHeader ? renderSingUpHeader() : <Text style={[styles.title, titleStyle]}>{title}</Text>}
|
|
152
|
+
|
|
153
|
+
{/* Form */}
|
|
154
|
+
<View style={[styles.form, formStyle]}>
|
|
155
|
+
{/* Username */}
|
|
156
|
+
<Controller
|
|
157
|
+
control={control}
|
|
158
|
+
name="username"
|
|
159
|
+
rules={{
|
|
160
|
+
required: 'Username is required',
|
|
161
|
+
minLength: { value: 3, message: 'At least 3 characters' }
|
|
162
|
+
}}
|
|
163
|
+
render={({ field: { onChange, onBlur, value } }) => (
|
|
164
|
+
<Input.One
|
|
165
|
+
placeholder={text?.usernamePlaceholder || 'Username'}
|
|
166
|
+
label={text?.usernameLabel || 'Username'}
|
|
167
|
+
value={value}
|
|
168
|
+
onChangeText={onChange}
|
|
169
|
+
onBlur={onBlur}
|
|
170
|
+
disabled={loadingSubmitBtn || isLoading}
|
|
171
|
+
error={!!touchedFields.username && !!errors.username}
|
|
172
|
+
errorMessage={errors.username?.message}
|
|
173
|
+
inputStyle={inputStyle}
|
|
174
|
+
containerStyle={inputContainerStyle}
|
|
175
|
+
theme={appliedTheme}
|
|
176
|
+
/>
|
|
177
|
+
)}
|
|
178
|
+
/>
|
|
179
|
+
|
|
180
|
+
{/* Email */}
|
|
181
|
+
<Controller
|
|
182
|
+
control={control}
|
|
183
|
+
name="email"
|
|
184
|
+
rules={{
|
|
185
|
+
required: 'Email is required',
|
|
186
|
+
pattern: {
|
|
187
|
+
value: /^\S+@\S+\.\S+$/,
|
|
188
|
+
message: 'Enter a valid email address'
|
|
189
|
+
}
|
|
190
|
+
}}
|
|
191
|
+
render={({ field: { onChange, onBlur, value } }) => (
|
|
192
|
+
<Input.One
|
|
193
|
+
placeholder={text?.emailPlaceholder || 'Email'}
|
|
194
|
+
label={text?.emailLabel || 'Email'}
|
|
195
|
+
value={value}
|
|
196
|
+
onChangeText={(inputText) => {
|
|
197
|
+
const sanitized = inputText.replace(/[^\w@.\-+]/g, '');
|
|
198
|
+
onChange(sanitized);
|
|
199
|
+
}}
|
|
200
|
+
onBlur={onBlur}
|
|
201
|
+
disabled={loadingSubmitBtn || isLoading}
|
|
202
|
+
error={!!touchedFields.email && !!errors.email}
|
|
203
|
+
errorMessage={errors.email?.message}
|
|
204
|
+
inputStyle={inputStyle}
|
|
205
|
+
containerStyle={inputContainerStyle}
|
|
206
|
+
theme={appliedTheme}
|
|
207
|
+
textContentType="emailAddress"
|
|
208
|
+
autoCapitalize="none"
|
|
209
|
+
keyboardType="email-address"
|
|
210
|
+
autoCorrect={false}
|
|
211
|
+
/>
|
|
212
|
+
)}
|
|
213
|
+
/>
|
|
214
|
+
|
|
215
|
+
{/* Password */}
|
|
216
|
+
<Controller
|
|
217
|
+
control={control}
|
|
218
|
+
name="password"
|
|
219
|
+
rules={{
|
|
220
|
+
required: 'Password is required',
|
|
221
|
+
minLength: {
|
|
222
|
+
value: minPasswordLength,
|
|
223
|
+
message: `Minimum ${minPasswordLength} characters`
|
|
224
|
+
}
|
|
225
|
+
}}
|
|
226
|
+
render={({ field: { onChange, onBlur, value } }) => (
|
|
227
|
+
<Input.One
|
|
228
|
+
placeholder={text?.passwordPlaceholder || 'Password'}
|
|
229
|
+
label={text?.passwordLabel || 'Password'}
|
|
230
|
+
value={value}
|
|
231
|
+
secureTextEntry
|
|
232
|
+
onChangeText={(inputText) => {
|
|
233
|
+
const sanitized = inputText.replace(/[^\w@.\-+]/g, '');
|
|
234
|
+
onChange(sanitized);
|
|
235
|
+
}}
|
|
236
|
+
onBlur={onBlur}
|
|
237
|
+
disabled={loadingSubmitBtn || isLoading}
|
|
238
|
+
inputStyle={inputStyle}
|
|
239
|
+
error={!!touchedFields.password && !!errors.password}
|
|
240
|
+
errorMessage={errors.password?.message}
|
|
241
|
+
containerStyle={inputContainerStyle}
|
|
242
|
+
textContentType="password"
|
|
243
|
+
autoCapitalize="none"
|
|
244
|
+
autoCorrect={false}
|
|
245
|
+
theme={appliedTheme}
|
|
246
|
+
/>
|
|
247
|
+
)}
|
|
248
|
+
/>
|
|
249
|
+
|
|
250
|
+
{/* Confirm Password */}
|
|
251
|
+
<Controller
|
|
252
|
+
control={control}
|
|
253
|
+
name="confirmPassword"
|
|
254
|
+
rules={{
|
|
255
|
+
required: 'Confirm password is required',
|
|
256
|
+
validate: (value) => value === getValues('password') || 'Passwords do not match'
|
|
257
|
+
}}
|
|
258
|
+
render={({ field: { onChange, onBlur, value } }) => (
|
|
259
|
+
<Input.One
|
|
260
|
+
placeholder={text?.confirmPasswordPlaceholder || 'Confirm Password'}
|
|
261
|
+
label={text?.confirmPasswordLabel || 'Confirm Password'}
|
|
262
|
+
value={value}
|
|
263
|
+
secureTextEntry
|
|
264
|
+
onChangeText={(inputText) => {
|
|
265
|
+
const sanitized = inputText.replace(/[^\w@.\-+]/g, '');
|
|
266
|
+
onChange(sanitized);
|
|
267
|
+
}}
|
|
268
|
+
onBlur={onBlur}
|
|
269
|
+
error={!!touchedFields.confirmPassword && !!errors.confirmPassword}
|
|
270
|
+
disabled={loadingSubmitBtn || isLoading}
|
|
271
|
+
errorMessage={errors.confirmPassword?.message}
|
|
272
|
+
inputStyle={inputStyle}
|
|
273
|
+
containerStyle={inputContainerStyle}
|
|
274
|
+
theme={appliedTheme}
|
|
275
|
+
textContentType="password"
|
|
276
|
+
autoCapitalize="none"
|
|
277
|
+
autoCorrect={false}
|
|
278
|
+
/>
|
|
279
|
+
)}
|
|
280
|
+
/>
|
|
281
|
+
|
|
282
|
+
{/* Submit Button */}
|
|
283
|
+
{!isKeyboardOpen &&
|
|
284
|
+
(renderSubmitButton ? (
|
|
285
|
+
renderSubmitButton({
|
|
286
|
+
onPress: handleSubmit(handleFormSubmit),
|
|
287
|
+
disabled: !isValid || loadingSubmitBtn || isLoading,
|
|
288
|
+
loading: loadingSubmitBtn || isLoading
|
|
289
|
+
})
|
|
290
|
+
) : (
|
|
291
|
+
<Button.Primary
|
|
292
|
+
title={text?.signupButton || 'Sign up'}
|
|
293
|
+
disabled={!isValid}
|
|
294
|
+
theme={appliedTheme}
|
|
295
|
+
loading={loadingSubmitBtn || isLoading}
|
|
296
|
+
loadingText={text?.loadingSubmitBtnText || 'Signing up...'}
|
|
297
|
+
onPress={handleSubmit(handleFormSubmit)}
|
|
298
|
+
/>
|
|
299
|
+
))}
|
|
300
|
+
</View>
|
|
301
|
+
</View>
|
|
302
|
+
|
|
303
|
+
{/* Login Prompt */}
|
|
304
|
+
{!isKeyboardOpen &&
|
|
305
|
+
shouldRender(renderLoginPrompt || onLogin) &&
|
|
306
|
+
(renderLoginPrompt ? (
|
|
307
|
+
renderLoginPrompt()
|
|
308
|
+
) : (
|
|
309
|
+
<View style={styles.loginContainerWrapper}>
|
|
310
|
+
<View style={styles.loginContainer}>
|
|
311
|
+
<View style={styles.loginRow}>
|
|
312
|
+
<Text style={[styles.loginPrompt, loginTextProps]} color={appliedTheme?.colors?.textPrimary}>
|
|
313
|
+
{text?.loginPrompt || `Already have an account?`}
|
|
314
|
+
</Text>
|
|
315
|
+
<TextButton
|
|
316
|
+
title={text?.loginLink || 'Login'}
|
|
317
|
+
onPress={() => {
|
|
318
|
+
Keyboard.dismiss();
|
|
319
|
+
requestAnimationFrame(() => {
|
|
320
|
+
onLogin?.();
|
|
321
|
+
});
|
|
322
|
+
}}
|
|
323
|
+
bold
|
|
324
|
+
underline
|
|
325
|
+
color={appliedTheme?.colors?.button}
|
|
326
|
+
style={loginLinkTextProps}
|
|
327
|
+
/>
|
|
328
|
+
</View>
|
|
329
|
+
</View>
|
|
330
|
+
</View>
|
|
331
|
+
))}
|
|
332
|
+
</View>
|
|
333
|
+
</HideKeyboard>
|
|
334
|
+
</BackgroundLayout>
|
|
335
|
+
);
|
|
336
|
+
};
|
|
337
|
+
|
|
338
|
+
export default Signup;
|
|
339
|
+
|
|
340
|
+
const styles = StyleSheet.create({
|
|
341
|
+
container: {
|
|
342
|
+
flex: 1,
|
|
343
|
+
width: '100%',
|
|
344
|
+
paddingHorizontal: scale(16),
|
|
345
|
+
justifyContent: 'center',
|
|
346
|
+
alignItems: 'center'
|
|
347
|
+
},
|
|
348
|
+
centerContent: {
|
|
349
|
+
width: '100%',
|
|
350
|
+
alignItems: 'center',
|
|
351
|
+
justifyContent: 'center'
|
|
352
|
+
},
|
|
353
|
+
title: {
|
|
354
|
+
fontSize: scale(22),
|
|
355
|
+
fontWeight: '700',
|
|
356
|
+
marginTop: verticalScale(5),
|
|
357
|
+
marginBottom: verticalScale(20)
|
|
358
|
+
},
|
|
359
|
+
form: {
|
|
360
|
+
width: '100%',
|
|
361
|
+
gap: verticalScale(6)
|
|
362
|
+
},
|
|
363
|
+
loginContainerWrapper: {
|
|
364
|
+
position: 'absolute',
|
|
365
|
+
bottom: verticalScale(30),
|
|
366
|
+
left: 0,
|
|
367
|
+
right: 0,
|
|
368
|
+
alignItems: 'center'
|
|
369
|
+
},
|
|
370
|
+
loginRow: {
|
|
371
|
+
flexDirection: 'row',
|
|
372
|
+
alignItems: 'center',
|
|
373
|
+
justifyContent: 'center',
|
|
374
|
+
flexWrap: 'wrap'
|
|
375
|
+
},
|
|
376
|
+
loginPrompt: {
|
|
377
|
+
textAlign: 'center',
|
|
378
|
+
marginRight: 4
|
|
379
|
+
},
|
|
380
|
+
loginContainer: {
|
|
381
|
+
alignItems: 'center'
|
|
382
|
+
}
|
|
383
|
+
});
|