@zezosoft/zezo-ott-react-native-ui-kit 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/module/assets/animations/Failed.json +2103 -0
- package/lib/module/assets/animations/Pending.json +522 -0
- package/lib/module/assets/animations/Successful.json +2289 -0
- package/lib/module/components/Account/Account.js +4 -4
- package/lib/module/components/Account/Account.js.map +1 -1
- package/lib/module/components/Alert/AlertDialog.js +208 -0
- package/lib/module/components/Alert/AlertDialog.js.map +1 -0
- package/lib/module/components/Alert/UAAlert.js +5 -1
- package/lib/module/components/Alert/UAAlert.js.map +1 -1
- package/lib/module/components/Alert/index.js +1 -0
- package/lib/module/components/Alert/index.js.map +1 -1
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js +240 -0
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -0
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js +4 -8
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +1 -1
- package/lib/module/components/Auth/Login/LoginWithEmail.js +7 -7
- package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -1
- package/lib/module/components/Auth/Login/LoginWithPhone.js +6 -6
- package/lib/module/components/Auth/Login/LoginWithPhone.js.map +1 -1
- package/lib/module/components/Auth/OTP/OTP.js +5 -5
- package/lib/module/components/Auth/OTP/OTP.js.map +1 -1
- package/lib/module/components/Auth/QrLogin/QrLogin.js +8 -9
- package/lib/module/components/Auth/QrLogin/QrLogin.js.map +1 -1
- package/lib/module/components/Auth/QrLogin/components/QrViewArea.js +2 -2
- package/lib/module/components/Auth/QrLogin/components/QrViewArea.js.map +1 -1
- package/lib/module/components/Auth/SignUp/SignUp.js +9 -9
- package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -1
- package/lib/module/components/Auth/SplashScreen/SplashScreen.js +62 -73
- package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +1 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js +82 -41
- package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -1
- package/lib/module/components/Auth/index.js +2 -0
- package/lib/module/components/Auth/index.js.map +1 -1
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js +8 -4
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -1
- package/lib/module/components/BlogView/BlogView.js +8 -7
- package/lib/module/components/BlogView/BlogView.js.map +1 -1
- package/lib/module/components/Button/BackBtn.js +2 -2
- package/lib/module/components/Button/BackBtn.js.map +1 -1
- package/lib/module/components/Button/MenuBtn.js +2 -2
- package/lib/module/components/Button/MenuBtn.js.map +1 -1
- package/lib/module/components/Button/PrimaryBtn.js +2 -2
- package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
- package/lib/module/components/Button/SecondaryBtn.js +91 -0
- package/lib/module/components/Button/SecondaryBtn.js.map +1 -0
- package/lib/module/components/Button/TextButton.js +2 -2
- package/lib/module/components/Button/TextButton.js.map +1 -1
- package/lib/module/components/Button/index.js +2 -0
- package/lib/module/components/Button/index.js.map +1 -1
- package/lib/module/components/Content/Card/Category/Category.js +3 -3
- package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js +11 -6
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/One.js +9 -6
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js +7 -3
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Five.js +5 -3
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Four.js +5 -3
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/One.js +11 -6
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +5 -3
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Six.js +9 -4
- package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Three.js +5 -3
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/TopTen.js +5 -3
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Two.js +5 -3
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/components/CardPoster.js +13 -28
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/NoContentFallback.js +2 -2
- package/lib/module/components/Content/Card/components/NoContentFallback.js.map +1 -1
- package/lib/module/components/Content/Card/components/RentOrBuyIcon.js +116 -0
- package/lib/module/components/Content/Card/components/RentOrBuyIcon.js.map +1 -0
- package/lib/module/components/Content/Card/components/ShowAllButton.js +3 -1
- package/lib/module/components/Content/Card/components/ShowAllButton.js.map +1 -1
- package/lib/module/components/Content/Card/components/ThumbnailCard.js +1 -2
- package/lib/module/components/Content/Card/components/ThumbnailCard.js.map +1 -1
- package/lib/module/components/ContentView/ContentView.js +6 -5
- package/lib/module/components/ContentView/ContentView.js.map +1 -1
- package/lib/module/components/ContentView/MoreContentList.js +4 -2
- package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
- package/lib/module/components/ContentView/components/EpisodeCard.js +21 -16
- package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -1
- package/lib/module/components/ContentView/components/HeroBanner.js +29 -8
- package/lib/module/components/ContentView/components/HeroBanner.js.map +1 -1
- package/lib/module/components/ContentView/components/TrailerButton.js +5 -5
- package/lib/module/components/ContentView/components/TrailerButton.js.map +1 -1
- package/lib/module/components/Headers/AppHeader.js +2 -2
- package/lib/module/components/Headers/AppHeader.js.map +1 -1
- package/lib/module/components/Headers/One.js +2 -2
- package/lib/module/components/Headers/One.js.map +1 -1
- package/lib/module/components/Headers/Three.js +2 -2
- package/lib/module/components/Headers/Three.js.map +1 -1
- package/lib/module/components/Headers/Two.js +2 -2
- package/lib/module/components/Headers/Two.js.map +1 -1
- package/lib/module/components/Input/InputOne.js +2 -2
- package/lib/module/components/Input/InputOne.js.map +1 -1
- package/lib/module/components/Input/InputTwo.js +2 -2
- package/lib/module/components/Input/InputTwo.js.map +1 -1
- package/lib/module/components/Input/PhoneNumberInput.js +5 -4
- package/lib/module/components/Input/PhoneNumberInput.js.map +1 -1
- package/lib/module/components/Logo/Logo.js +7 -7
- package/lib/module/components/Logo/Logo.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/Model/Synopsis.js +0 -4
- package/lib/module/components/Reels/ReelsSeries/Model/Synopsis.js.map +1 -1
- package/lib/module/components/Search/One.js +4 -4
- package/lib/module/components/Search/One.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/module/components/Settings/AppSettings.js +4 -4
- package/lib/module/components/Settings/AppSettings.js.map +1 -1
- package/lib/module/components/Subscription/SubOne.js +11 -10
- package/lib/module/components/Subscription/SubOne.js.map +1 -1
- package/lib/module/components/TabBar/One.js +8 -5
- package/lib/module/components/TabBar/One.js.map +1 -1
- package/lib/module/components/TabBar/Three.js +2 -2
- package/lib/module/components/TabBar/Three.js.map +1 -1
- package/lib/module/components/TabBar/Two.js +8 -5
- package/lib/module/components/TabBar/Two.js.map +1 -1
- package/lib/module/components/Text/Text.js +3 -2
- package/lib/module/components/Text/Text.js.map +1 -1
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js +4 -3
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -1
- package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js +17 -20
- package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js.map +1 -1
- package/lib/module/components/User/WatchHistory/WatchHistory.js +4 -3
- package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
- package/lib/module/components/User/WatchLater/WatchLater.js +6 -3
- package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
- package/lib/module/components/User/components/UserAvatar.js +41 -11
- package/lib/module/components/User/components/UserAvatar.js.map +1 -1
- package/lib/module/components/User/components/UserSection.js +3 -3
- package/lib/module/components/User/components/UserSection.js.map +1 -1
- package/lib/module/components/common/AppStatusBar.js +41 -0
- package/lib/module/components/common/AppStatusBar.js.map +1 -0
- package/lib/module/components/layout/SafeAreaWrapper.js +2 -2
- package/lib/module/components/layout/SafeAreaWrapper.js.map +1 -1
- package/lib/module/hooks/useSplashCache.js +117 -0
- package/lib/module/hooks/useSplashCache.js.map +1 -0
- package/lib/module/store/RecentSearchesStore.js +0 -1
- package/lib/module/store/RecentSearchesStore.js.map +1 -1
- package/lib/module/store/splashStore.js +3 -7
- package/lib/module/store/splashStore.js.map +1 -1
- package/lib/module/store/themeStore.js +39 -0
- package/lib/module/store/themeStore.js.map +1 -0
- package/lib/module/theme/ThemeProvider.js +40 -69
- package/lib/module/theme/ThemeProvider.js.map +1 -1
- package/lib/module/theme/hook/index.js +5 -0
- package/lib/module/theme/hook/index.js.map +1 -0
- package/lib/module/theme/hook/useInternalTheme.js +46 -0
- package/lib/module/theme/hook/useInternalTheme.js.map +1 -0
- package/lib/module/theme/hook/useThemeStatusBar.js +27 -0
- package/lib/module/theme/hook/useThemeStatusBar.js.map +1 -0
- package/lib/module/theme/index.js +1 -2
- package/lib/module/theme/index.js.map +1 -1
- package/lib/module/theme/themes.js +6 -4
- package/lib/module/theme/themes.js.map +1 -1
- package/lib/typescript/src/components/Account/Account.d.ts +2 -2
- package/lib/typescript/src/components/Account/Account.d.ts.map +1 -1
- package/lib/typescript/src/components/Alert/AlertDialog.d.ts +18 -0
- package/lib/typescript/src/components/Alert/AlertDialog.d.ts.map +1 -0
- package/lib/typescript/src/components/Alert/UAAlert.d.ts +2 -2
- package/lib/typescript/src/components/Alert/UAAlert.d.ts.map +1 -1
- package/lib/typescript/src/components/Alert/index.d.ts +1 -0
- package/lib/typescript/src/components/Alert/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts +35 -0
- package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts +2 -2
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts +2 -2
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts +2 -2
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts +2 -2
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/QrLogin/QrLogin.d.ts +2 -2
- package/lib/typescript/src/components/Auth/QrLogin/QrLogin.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/QrLogin/components/QrViewArea.d.ts +2 -2
- package/lib/typescript/src/components/Auth/QrLogin/components/QrViewArea.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts +2 -2
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts +6 -5
- package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts +1 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/index.d.ts +7 -5
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts +2 -2
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -1
- package/lib/typescript/src/components/BlogView/BlogView.d.ts +2 -2
- package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/BackBtn.d.ts +2 -2
- package/lib/typescript/src/components/Button/BackBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/MenuBtn.d.ts +2 -2
- package/lib/typescript/src/components/Button/MenuBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +2 -2
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/SecondaryBtn.d.ts +21 -0
- package/lib/typescript/src/components/Button/SecondaryBtn.d.ts.map +1 -0
- package/lib/typescript/src/components/Button/index.d.ts +13 -2
- package/lib/typescript/src/components/Button/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +4 -2
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts +14 -0
- package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts +2 -0
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/index.d.ts +10 -10
- package/lib/typescript/src/components/Content/Content.d.ts +2 -2
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts +2 -2
- package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts +3 -3
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/AppHeader.d.ts +2 -2
- package/lib/typescript/src/components/Headers/AppHeader.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/One.d.ts +2 -2
- package/lib/typescript/src/components/Headers/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Three.d.ts +2 -2
- package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Two.d.ts +2 -2
- package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/InputOne.d.ts +2 -2
- package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/InputTwo.d.ts +2 -2
- package/lib/typescript/src/components/Input/InputTwo.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts +2 -2
- package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -1
- package/lib/typescript/src/components/Logo/Logo.d.ts +2 -2
- package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/Synopsis.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/One.d.ts +2 -2
- package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts +2 -2
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
- package/lib/typescript/src/components/Settings/AppSettings.d.ts +2 -2
- package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/SubOne.d.ts +2 -2
- package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/index.d.ts +1 -1
- package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/One.d.ts +2 -2
- package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/Three.d.ts +2 -2
- package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/Two.d.ts +2 -2
- package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Text/Text.d.ts +2 -0
- package/lib/typescript/src/components/Text/Text.d.ts.map +1 -1
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts +2 -2
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts.map +1 -1
- package/lib/typescript/src/components/User/ProfileUpdate/ProfileUpdate.d.ts +4 -4
- package/lib/typescript/src/components/User/ProfileUpdate/ProfileUpdate.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts +2 -2
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts +2 -2
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
- package/lib/typescript/src/components/User/components/UserAvatar.d.ts +6 -2
- package/lib/typescript/src/components/User/components/UserAvatar.d.ts.map +1 -1
- package/lib/typescript/src/components/User/components/UserSection.d.ts +2 -2
- package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -1
- package/lib/typescript/src/components/common/AppStatusBar.d.ts +17 -0
- package/lib/typescript/src/components/common/AppStatusBar.d.ts.map +1 -0
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts +2 -2
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useSplashCache.d.ts +22 -0
- package/lib/typescript/src/hooks/useSplashCache.d.ts.map +1 -0
- package/lib/typescript/src/store/RecentSearchesStore.d.ts.map +1 -1
- package/lib/typescript/src/store/themeStore.d.ts +7 -0
- package/lib/typescript/src/store/themeStore.d.ts.map +1 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts +17 -10
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
- package/lib/typescript/src/theme/hook/index.d.ts +3 -0
- package/lib/typescript/src/theme/hook/index.d.ts.map +1 -0
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts +3 -0
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts.map +1 -0
- package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts +10 -0
- package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts.map +1 -0
- package/lib/typescript/src/theme/index.d.ts +1 -6
- package/lib/typescript/src/theme/index.d.ts.map +1 -1
- package/lib/typescript/src/theme/themes.d.ts +14 -2
- package/lib/typescript/src/theme/themes.d.ts.map +1 -1
- package/lib/typescript/src/types/content/content-view.types.d.ts +4 -3
- package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/assets/animations/Failed.json +2103 -0
- package/src/assets/animations/Pending.json +522 -0
- package/src/assets/animations/Successful.json +2289 -0
- package/src/components/Account/Account.tsx +6 -6
- package/src/components/Alert/AlertDialog.tsx +247 -0
- package/src/components/Alert/UAAlert.tsx +5 -3
- package/src/components/Alert/index.ts +1 -0
- package/src/components/Auth/AuthProvider/AuthProvider.tsx +294 -0
- package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +6 -8
- package/src/components/Auth/Login/LoginWithEmail.tsx +9 -9
- package/src/components/Auth/Login/LoginWithPhone.tsx +8 -8
- package/src/components/Auth/OTP/OTP.tsx +7 -7
- package/src/components/Auth/QrLogin/QrLogin.tsx +8 -12
- package/src/components/Auth/QrLogin/components/QrViewArea.tsx +4 -4
- package/src/components/Auth/SignUp/SignUp.tsx +11 -11
- package/src/components/Auth/SplashScreen/SplashScreen.tsx +87 -91
- package/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.tsx +90 -40
- package/src/components/Auth/index.ts +2 -0
- package/src/components/BackgroundLayout/BackgroundLayout.tsx +8 -6
- package/src/components/BlogView/BlogView.tsx +13 -8
- package/src/components/Button/BackBtn.tsx +4 -4
- package/src/components/Button/MenuBtn.tsx +4 -4
- package/src/components/Button/PrimaryBtn.tsx +4 -4
- package/src/components/Button/SecondaryBtn.tsx +116 -0
- package/src/components/Button/TextButton.tsx +2 -2
- package/src/components/Button/index.ts +2 -0
- package/src/components/Content/Card/Category/Category.tsx +5 -5
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +10 -5
- package/src/components/Content/Card/Sliders/Styles/One.tsx +10 -5
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +9 -4
- package/src/components/Content/Card/Styles/Five.tsx +6 -5
- package/src/components/Content/Card/Styles/Four.tsx +6 -5
- package/src/components/Content/Card/Styles/One.tsx +12 -6
- package/src/components/Content/Card/Styles/RotateInOut.tsx +6 -5
- package/src/components/Content/Card/Styles/Six.tsx +10 -5
- package/src/components/Content/Card/Styles/Three.tsx +6 -5
- package/src/components/Content/Card/Styles/TopTen.tsx +6 -5
- package/src/components/Content/Card/Styles/Two.tsx +6 -5
- package/src/components/Content/Card/components/CardPoster.tsx +24 -51
- package/src/components/Content/Card/components/NoContentFallback.tsx +4 -4
- package/src/components/Content/Card/components/RentOrBuyIcon.tsx +109 -0
- package/src/components/Content/Card/components/ShowAllButton.tsx +6 -1
- package/src/components/Content/Card/components/ThumbnailCard.tsx +1 -2
- package/src/components/Content/Content.tsx +2 -2
- package/src/components/Content/Sections.tsx +2 -2
- package/src/components/ContentView/ContentView.tsx +6 -5
- package/src/components/ContentView/MoreContentList.tsx +6 -4
- package/src/components/ContentView/components/EpisodeCard.tsx +25 -17
- package/src/components/ContentView/components/HeroBanner.tsx +26 -3
- package/src/components/ContentView/components/TrailerButton.tsx +6 -5
- package/src/components/Headers/AppHeader.tsx +4 -4
- package/src/components/Headers/One.tsx +4 -4
- package/src/components/Headers/Three.tsx +4 -4
- package/src/components/Headers/Two.tsx +4 -4
- package/src/components/Input/InputOne.tsx +4 -4
- package/src/components/Input/InputTwo.tsx +4 -4
- package/src/components/Input/PhoneNumberInput.tsx +5 -5
- package/src/components/Logo/Logo.tsx +9 -11
- package/src/components/Reels/ReelsSeries/Model/Synopsis.tsx +1 -8
- package/src/components/Search/One.tsx +10 -9
- package/src/components/Search/components/SearchCard.tsx +4 -4
- package/src/components/Settings/AppSettings.tsx +6 -6
- package/src/components/Subscription/SubOne.tsx +19 -18
- package/src/components/TabBar/One.tsx +10 -6
- package/src/components/TabBar/Three.tsx +4 -4
- package/src/components/TabBar/Two.tsx +9 -6
- package/src/components/Text/Text.tsx +5 -2
- package/src/components/User/DeviceSessions/DeviceSessions.tsx +6 -5
- package/src/components/User/ProfileUpdate/ProfileUpdate.tsx +20 -26
- package/src/components/User/WatchHistory/WatchHistory.tsx +6 -5
- package/src/components/User/WatchLater/WatchLater.tsx +8 -6
- package/src/components/User/components/UserAvatar.tsx +46 -7
- package/src/components/User/components/UserSection.tsx +5 -5
- package/src/components/common/AppStatusBar.tsx +51 -0
- package/src/components/layout/SafeAreaWrapper.tsx +4 -4
- package/src/hooks/useSplashCache.ts +166 -0
- package/src/store/RecentSearchesStore.ts +0 -1
- package/src/store/splashStore.ts +5 -5
- package/src/store/themeStore.ts +53 -0
- package/src/theme/ThemeProvider.tsx +40 -102
- package/src/theme/hook/index.ts +2 -0
- package/src/theme/hook/useInternalTheme.ts +61 -0
- package/src/theme/hook/useThemeStatusBar.ts +33 -0
- package/src/theme/index.ts +1 -7
- package/src/theme/themes.ts +20 -6
- package/src/types/content/content-view.types.ts +4 -3
- package/lib/module/hooks/useInitSplashCacheSync.js +0 -116
- package/lib/module/hooks/useInitSplashCacheSync.js.map +0 -1
- package/lib/module/theme/hook/useTheme.js +0 -45
- package/lib/module/theme/hook/useTheme.js.map +0 -1
- package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts +0 -22
- package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts.map +0 -1
- package/lib/typescript/src/theme/hook/useTheme.d.ts +0 -9
- package/lib/typescript/src/theme/hook/useTheme.d.ts.map +0 -1
- package/src/hooks/useInitSplashCacheSync.ts +0 -174
- package/src/theme/hook/useTheme.ts +0 -45
|
@@ -7,9 +7,9 @@ import React, { useState } from 'react';
|
|
|
7
7
|
import { View, Pressable, Platform, StyleSheet } from 'react-native';
|
|
8
8
|
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
|
|
9
9
|
import { scale } from 'react-native-size-matters';
|
|
10
|
-
import {
|
|
10
|
+
import { useInternalTheme } from '../../theme/hook/useInternalTheme';
|
|
11
11
|
import { Text } from '../Text';
|
|
12
|
-
import type {
|
|
12
|
+
import type { ITheme, ThemeOverride } from '../../theme/themes';
|
|
13
13
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
14
14
|
|
|
15
15
|
type ITab = {
|
|
@@ -26,7 +26,7 @@ type ITab = {
|
|
|
26
26
|
export type TabBarOneProps = {
|
|
27
27
|
tabs: ITab[];
|
|
28
28
|
onTabPress?: (key: string) => void;
|
|
29
|
-
theme?:
|
|
29
|
+
theme?: ThemeOverride;
|
|
30
30
|
renderIcon?: ({
|
|
31
31
|
icon,
|
|
32
32
|
color,
|
|
@@ -44,6 +44,7 @@ type TabBarButtonProps = {
|
|
|
44
44
|
tab: ITab;
|
|
45
45
|
isActive: boolean;
|
|
46
46
|
appliedTheme: ITheme;
|
|
47
|
+
isDarkMode: boolean;
|
|
47
48
|
setActiveTab: (key: string) => void;
|
|
48
49
|
onTabPress?: (key: string) => void;
|
|
49
50
|
renderIcon?: ({
|
|
@@ -62,6 +63,7 @@ const TabBarButton: React.FC<TabBarButtonProps> = ({
|
|
|
62
63
|
tab,
|
|
63
64
|
isActive,
|
|
64
65
|
appliedTheme,
|
|
66
|
+
isDarkMode,
|
|
65
67
|
setActiveTab,
|
|
66
68
|
onTabPress,
|
|
67
69
|
renderIcon,
|
|
@@ -87,7 +89,7 @@ const TabBarButton: React.FC<TabBarButtonProps> = ({
|
|
|
87
89
|
onTabPress?.(tab.key);
|
|
88
90
|
}}
|
|
89
91
|
android_ripple={{
|
|
90
|
-
color:
|
|
92
|
+
color: isDarkMode
|
|
91
93
|
? 'rgba(255, 255, 255, 0.12)'
|
|
92
94
|
: 'rgba(0, 0, 0, 0.08)',
|
|
93
95
|
borderless: true,
|
|
@@ -107,7 +109,7 @@ const TabBarButton: React.FC<TabBarButtonProps> = ({
|
|
|
107
109
|
};
|
|
108
110
|
|
|
109
111
|
const TabBarOne = ({ tabs, theme, onTabPress, renderIcon }: TabBarOneProps) => {
|
|
110
|
-
const { theme: appliedTheme } =
|
|
112
|
+
const { theme: appliedTheme, isDarkMode } = useInternalTheme(theme);
|
|
111
113
|
const [activeTab, setActiveTab] = useState(tabs[0]?.key);
|
|
112
114
|
|
|
113
115
|
return (
|
|
@@ -128,7 +130,7 @@ const TabBarOne = ({ tabs, theme, onTabPress, renderIcon }: TabBarOneProps) => {
|
|
|
128
130
|
position: 'absolute',
|
|
129
131
|
bottom: 0,
|
|
130
132
|
height: scale(80),
|
|
131
|
-
backgroundColor: appliedTheme.colors.background
|
|
133
|
+
backgroundColor: appliedTheme.colors.background,
|
|
132
134
|
borderTopColor: appliedTheme.colors.border,
|
|
133
135
|
borderTopWidth: 0.5,
|
|
134
136
|
paddingBottom: Platform.OS === 'ios' ? scale(28) : scale(18),
|
|
@@ -149,6 +151,7 @@ const TabBarOne = ({ tabs, theme, onTabPress, renderIcon }: TabBarOneProps) => {
|
|
|
149
151
|
tab,
|
|
150
152
|
isActive: tab.key === activeTab,
|
|
151
153
|
appliedTheme: appliedTheme,
|
|
154
|
+
isDarkMode,
|
|
152
155
|
setActiveTab: setActiveTab,
|
|
153
156
|
onTabPress: onTabPress,
|
|
154
157
|
renderIcon: renderIcon,
|
|
@@ -164,6 +167,7 @@ type TabBarButtonWrapperProps = {
|
|
|
164
167
|
onPress?: (e: any) => void;
|
|
165
168
|
tab: ITab;
|
|
166
169
|
isActive: boolean;
|
|
170
|
+
isDarkMode: boolean;
|
|
167
171
|
appliedTheme: ITheme;
|
|
168
172
|
setActiveTab: (key: string) => void;
|
|
169
173
|
onTabPress?: (key: string) => void;
|
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
} from '@react-navigation/bottom-tabs';
|
|
12
12
|
import { scale } from 'react-native-size-matters';
|
|
13
13
|
|
|
14
|
-
import type {
|
|
15
|
-
import {
|
|
14
|
+
import type { ITheme, ThemeOverride } from '../../theme/themes';
|
|
15
|
+
import { useInternalTheme } from '../../theme/hook/useInternalTheme';
|
|
16
16
|
|
|
17
17
|
export interface ITab {
|
|
18
18
|
key: string;
|
|
@@ -27,7 +27,7 @@ export interface ITab {
|
|
|
27
27
|
|
|
28
28
|
export interface TabBarThreeProps {
|
|
29
29
|
tabs: ITab[];
|
|
30
|
-
theme?:
|
|
30
|
+
theme?: ThemeOverride;
|
|
31
31
|
onTabPress?: (key: string) => void;
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -122,7 +122,7 @@ const TabBarThree: React.FC<TabBarThreeProps> = ({
|
|
|
122
122
|
theme,
|
|
123
123
|
onTabPress,
|
|
124
124
|
}) => {
|
|
125
|
-
const { theme: appliedTheme } =
|
|
125
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
126
126
|
|
|
127
127
|
return (
|
|
128
128
|
<Tab.Navigator
|
|
@@ -7,8 +7,8 @@ import { View, Pressable, StyleSheet, Platform } from 'react-native';
|
|
|
7
7
|
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
|
|
8
8
|
import { scale } from 'react-native-size-matters';
|
|
9
9
|
import { Text } from '../Text';
|
|
10
|
-
import type {
|
|
11
|
-
import {
|
|
10
|
+
import type { ITheme, ThemeOverride } from '../../theme/themes';
|
|
11
|
+
import { useInternalTheme } from '../../theme/hook/useInternalTheme';
|
|
12
12
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
13
13
|
|
|
14
14
|
export type ITab = {
|
|
@@ -24,7 +24,7 @@ export type ITab = {
|
|
|
24
24
|
|
|
25
25
|
export type TabBarTwoProps = {
|
|
26
26
|
tabs: ITab[];
|
|
27
|
-
theme?:
|
|
27
|
+
theme?: ThemeOverride;
|
|
28
28
|
onTabPress?: (key: string) => void;
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -35,12 +35,14 @@ const TabBarButton = ({
|
|
|
35
35
|
tab,
|
|
36
36
|
isActive,
|
|
37
37
|
appliedTheme,
|
|
38
|
+
isDarkMode,
|
|
38
39
|
onPress,
|
|
39
40
|
onTabPress,
|
|
40
41
|
setActiveTab,
|
|
41
42
|
}: {
|
|
42
43
|
tab: ITab;
|
|
43
44
|
isActive: boolean;
|
|
45
|
+
isDarkMode: boolean;
|
|
44
46
|
appliedTheme: ITheme;
|
|
45
47
|
onPress?: (e: any) => void;
|
|
46
48
|
onTabPress?: (key: string) => void;
|
|
@@ -60,7 +62,7 @@ const TabBarButton = ({
|
|
|
60
62
|
onTabPress?.(tab.key);
|
|
61
63
|
}}
|
|
62
64
|
android_ripple={{
|
|
63
|
-
color:
|
|
65
|
+
color: isDarkMode
|
|
64
66
|
? 'rgba(255, 255, 255, 0.12)'
|
|
65
67
|
: 'rgba(0, 0, 0, 0.08)',
|
|
66
68
|
borderless: true,
|
|
@@ -80,7 +82,7 @@ const TabBarButton = ({
|
|
|
80
82
|
};
|
|
81
83
|
|
|
82
84
|
const TabBarTwo = ({ tabs, theme, onTabPress }: TabBarTwoProps) => {
|
|
83
|
-
const { theme: appliedTheme } =
|
|
85
|
+
const { theme: appliedTheme, isDarkMode } = useInternalTheme(theme);
|
|
84
86
|
const [activeTab, setActiveTab] = useState(tabs[0]?.key);
|
|
85
87
|
|
|
86
88
|
return (
|
|
@@ -95,7 +97,7 @@ const TabBarTwo = ({ tabs, theme, onTabPress }: TabBarTwoProps) => {
|
|
|
95
97
|
marginHorizontal: scale(16),
|
|
96
98
|
height: scale(70),
|
|
97
99
|
borderRadius: scale(40),
|
|
98
|
-
backgroundColor: appliedTheme.colors.background
|
|
100
|
+
backgroundColor: appliedTheme.colors.background,
|
|
99
101
|
borderWidth: 2,
|
|
100
102
|
borderTopWidth: 2,
|
|
101
103
|
borderTopColor: appliedTheme.colors.border,
|
|
@@ -122,6 +124,7 @@ const TabBarTwo = ({ tabs, theme, onTabPress }: TabBarTwoProps) => {
|
|
|
122
124
|
tab={tab}
|
|
123
125
|
isActive={tab.key === activeTab}
|
|
124
126
|
appliedTheme={appliedTheme}
|
|
127
|
+
isDarkMode={isDarkMode}
|
|
125
128
|
onPress={onPress}
|
|
126
129
|
onTabPress={onTabPress}
|
|
127
130
|
setActiveTab={setActiveTab}
|
|
@@ -9,8 +9,9 @@ import {
|
|
|
9
9
|
type TextProps as RNTextProps,
|
|
10
10
|
type TextStyle,
|
|
11
11
|
} from 'react-native';
|
|
12
|
-
import {
|
|
12
|
+
import { useInternalTheme } from '../../theme/hook/useInternalTheme';
|
|
13
13
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
14
|
+
import type { ThemeOverride } from '../../theme/themes';
|
|
14
15
|
|
|
15
16
|
export interface TextProps extends RNTextProps {
|
|
16
17
|
children: React.ReactNode;
|
|
@@ -21,6 +22,7 @@ export interface TextProps extends RNTextProps {
|
|
|
21
22
|
fontFamily?: string;
|
|
22
23
|
numberOfLines?: number;
|
|
23
24
|
allowFontScaling?: boolean;
|
|
25
|
+
theme?: ThemeOverride;
|
|
24
26
|
}
|
|
25
27
|
|
|
26
28
|
const Text: React.FC<TextProps> = ({
|
|
@@ -33,9 +35,10 @@ const Text: React.FC<TextProps> = ({
|
|
|
33
35
|
numberOfLines,
|
|
34
36
|
allowFontScaling = false,
|
|
35
37
|
style,
|
|
38
|
+
theme: overrideTheme,
|
|
36
39
|
...rest
|
|
37
40
|
}) => {
|
|
38
|
-
const { theme } =
|
|
41
|
+
const { theme } = useInternalTheme(overrideTheme);
|
|
39
42
|
|
|
40
43
|
return (
|
|
41
44
|
<RNText
|
|
@@ -15,10 +15,10 @@ import {
|
|
|
15
15
|
} from 'react-native';
|
|
16
16
|
import { scale, verticalScale } from 'react-native-size-matters';
|
|
17
17
|
import { Text } from '../../Text';
|
|
18
|
-
import {
|
|
18
|
+
import { useInternalTheme } from '../../../theme/hook/useInternalTheme';
|
|
19
19
|
import AppHeader from '../../Headers/AppHeader';
|
|
20
20
|
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
21
|
-
import type {
|
|
21
|
+
import type { ThemeOverride } from '../../../theme/themes';
|
|
22
22
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
23
23
|
import { ScanLine } from 'lucide-react-native';
|
|
24
24
|
|
|
@@ -74,7 +74,7 @@ type IDeviceSessionsProps = {
|
|
|
74
74
|
headerTitleAlign?: 'left' | 'center';
|
|
75
75
|
headerTitleStyle?: StyleProp<any>;
|
|
76
76
|
renderHeader?: () => React.ReactNode;
|
|
77
|
-
theme?:
|
|
77
|
+
theme?: ThemeOverride;
|
|
78
78
|
isLoading?: boolean;
|
|
79
79
|
isLoadingLogout?: boolean;
|
|
80
80
|
};
|
|
@@ -99,7 +99,7 @@ export const DeviceSessions: React.FC<IDeviceSessionsProps> = ({
|
|
|
99
99
|
isLoading,
|
|
100
100
|
isLoadingLogout,
|
|
101
101
|
}) => {
|
|
102
|
-
const { theme: appliedTheme } =
|
|
102
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
103
103
|
const colors = appliedTheme.colors;
|
|
104
104
|
|
|
105
105
|
const [logoutSessionId, setLogoutSessionId] = React.useState<string | null>(
|
|
@@ -178,7 +178,7 @@ export const DeviceSessions: React.FC<IDeviceSessionsProps> = ({
|
|
|
178
178
|
>
|
|
179
179
|
<Text
|
|
180
180
|
numberOfLines={1}
|
|
181
|
-
style={[styles.badgeText, { color: colors.
|
|
181
|
+
style={[styles.badgeText, { color: colors.buttonText }]}
|
|
182
182
|
>
|
|
183
183
|
{thisDevice}
|
|
184
184
|
</Text>
|
|
@@ -320,6 +320,7 @@ export const DeviceSessions: React.FC<IDeviceSessionsProps> = ({
|
|
|
320
320
|
color={colors.onSurfaceVariant}
|
|
321
321
|
/>
|
|
322
322
|
}
|
|
323
|
+
theme={theme}
|
|
323
324
|
titleAlign={headerTitleAlign}
|
|
324
325
|
style={headerStyle}
|
|
325
326
|
titleStyle={headerTitleStyle}
|
|
@@ -18,8 +18,8 @@ import { Camera } from 'lucide-react-native';
|
|
|
18
18
|
import { useForm, Controller } from 'react-hook-form';
|
|
19
19
|
import { Text } from '../../Text';
|
|
20
20
|
import AppHeader from '../../Headers/AppHeader';
|
|
21
|
-
import {
|
|
22
|
-
import type {
|
|
21
|
+
import { useInternalTheme } from '../../../theme/hook/useInternalTheme';
|
|
22
|
+
import type { ThemeOverride } from '../../../theme/themes';
|
|
23
23
|
import UserAvatar from '../components/UserAvatar';
|
|
24
24
|
import { Input } from '../../Input/Input';
|
|
25
25
|
import { Button } from '../../Button';
|
|
@@ -27,7 +27,7 @@ import ImageCropPicker, { type Image } from 'react-native-image-crop-picker';
|
|
|
27
27
|
|
|
28
28
|
export type ProfileUpdateFormValues = {
|
|
29
29
|
fullName: string;
|
|
30
|
-
avatarFile
|
|
30
|
+
avatarFile?: Image;
|
|
31
31
|
};
|
|
32
32
|
|
|
33
33
|
export type ProfileUpdateProps = {
|
|
@@ -35,8 +35,8 @@ export type ProfileUpdateProps = {
|
|
|
35
35
|
name?: string;
|
|
36
36
|
avatarUri?: string;
|
|
37
37
|
onBackPress?: () => void;
|
|
38
|
-
onSubmit?: (val: { fullName: string; avatarFile
|
|
39
|
-
theme?:
|
|
38
|
+
onSubmit?: (val: { fullName: string; avatarFile?: Image }) => void;
|
|
39
|
+
theme?: ThemeOverride;
|
|
40
40
|
loading?: boolean;
|
|
41
41
|
onError?: (error: { message: string }) => void;
|
|
42
42
|
};
|
|
@@ -51,7 +51,7 @@ export const ProfileUpdate = ({
|
|
|
51
51
|
loading = false,
|
|
52
52
|
onError,
|
|
53
53
|
}: ProfileUpdateProps) => {
|
|
54
|
-
const { theme: appliedTheme } =
|
|
54
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
55
55
|
const { colors } = appliedTheme;
|
|
56
56
|
|
|
57
57
|
const {
|
|
@@ -64,9 +64,7 @@ export const ProfileUpdate = ({
|
|
|
64
64
|
} = useForm<ProfileUpdateFormValues>({
|
|
65
65
|
defaultValues: {
|
|
66
66
|
fullName: name,
|
|
67
|
-
avatarFile: {
|
|
68
|
-
path: avatarUri,
|
|
69
|
-
},
|
|
67
|
+
avatarFile: avatarUri ? ({ path: avatarUri } as Image) : undefined,
|
|
70
68
|
},
|
|
71
69
|
mode: 'onChange',
|
|
72
70
|
reValidateMode: 'onBlur',
|
|
@@ -104,16 +102,16 @@ export const ProfileUpdate = ({
|
|
|
104
102
|
const handleFormSubmit = useCallback(
|
|
105
103
|
(data: ProfileUpdateFormValues) => {
|
|
106
104
|
Keyboard.dismiss();
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
105
|
+
|
|
106
|
+
const hasNewAvatar =
|
|
107
|
+
data.avatarFile?.path && data.avatarFile.path !== avatarUri;
|
|
108
|
+
|
|
109
|
+
onSubmit?.({
|
|
110
|
+
fullName: data.fullName,
|
|
111
|
+
...(hasNewAvatar ? { avatarFile: data.avatarFile } : {}),
|
|
112
|
+
});
|
|
115
113
|
},
|
|
116
|
-
[avatarUri,
|
|
114
|
+
[avatarUri, onSubmit]
|
|
117
115
|
);
|
|
118
116
|
|
|
119
117
|
return (
|
|
@@ -126,17 +124,13 @@ export const ProfileUpdate = ({
|
|
|
126
124
|
<AppHeader
|
|
127
125
|
title={title}
|
|
128
126
|
onBackPress={onBackPress}
|
|
129
|
-
theme={
|
|
127
|
+
theme={theme}
|
|
130
128
|
titleAlign="left"
|
|
131
129
|
/>
|
|
132
130
|
|
|
133
131
|
<View style={styles.content}>
|
|
134
132
|
<View style={styles.avatarBox}>
|
|
135
|
-
<UserAvatar
|
|
136
|
-
avatarUri={avatar.path}
|
|
137
|
-
theme={appliedTheme}
|
|
138
|
-
size={100}
|
|
139
|
-
/>
|
|
133
|
+
<UserAvatar avatarUri={avatar?.path} theme={theme} size={100} />
|
|
140
134
|
<TouchableOpacity
|
|
141
135
|
style={[
|
|
142
136
|
styles.cameraBtn,
|
|
@@ -182,7 +176,7 @@ export const ProfileUpdate = ({
|
|
|
182
176
|
placeholder={'Enter your full name'}
|
|
183
177
|
placeholderTextColor={colors.textDisabled}
|
|
184
178
|
containerStyle={{ marginTop: verticalScale(20) }}
|
|
185
|
-
theme={
|
|
179
|
+
theme={theme}
|
|
186
180
|
returnKeyType="done"
|
|
187
181
|
onSubmitEditing={handleSubmit(handleFormSubmit)}
|
|
188
182
|
/>
|
|
@@ -198,7 +192,7 @@ export const ProfileUpdate = ({
|
|
|
198
192
|
<Button.Primary
|
|
199
193
|
title={'Update Profile'}
|
|
200
194
|
onPress={handleSubmit(handleFormSubmit)}
|
|
201
|
-
theme={
|
|
195
|
+
theme={theme}
|
|
202
196
|
titleStyle={{ fontSize: RFValue(14) }}
|
|
203
197
|
loading={loading}
|
|
204
198
|
containerStyle={{ marginTop: verticalScale(5) }}
|
|
@@ -16,13 +16,13 @@ import { FlatGrid } from 'react-native-super-grid';
|
|
|
16
16
|
import { scale } from 'react-native-size-matters';
|
|
17
17
|
import { Search } from 'lucide-react-native';
|
|
18
18
|
|
|
19
|
-
import {
|
|
19
|
+
import { useInternalTheme } from '../../../theme/hook/useInternalTheme';
|
|
20
20
|
|
|
21
21
|
import AppHeader from '../../Headers/AppHeader';
|
|
22
22
|
import { Text } from '../../Text';
|
|
23
23
|
import CardPoster from '../../Content/Card/components/CardPoster';
|
|
24
24
|
import type { IContentData } from '../../../types';
|
|
25
|
-
import type {
|
|
25
|
+
import type { ThemeOverride } from '../../../theme/themes';
|
|
26
26
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
27
27
|
|
|
28
28
|
export interface IHistoryItem {
|
|
@@ -56,7 +56,7 @@ export interface WatchHistoryProps {
|
|
|
56
56
|
contentContainerStyle?: StyleProp<ViewStyle>;
|
|
57
57
|
|
|
58
58
|
// Theme
|
|
59
|
-
theme?:
|
|
59
|
+
theme?: ThemeOverride;
|
|
60
60
|
|
|
61
61
|
// Rendering Overrides
|
|
62
62
|
renderItem?: (item: IHistoryItem, index: number) => React.ReactElement | null;
|
|
@@ -97,7 +97,7 @@ export const WatchHistory: React.FC<WatchHistoryProps> = ({
|
|
|
97
97
|
onEndReached,
|
|
98
98
|
onEndReachedThreshold,
|
|
99
99
|
}) => {
|
|
100
|
-
const { theme: appliedTheme } =
|
|
100
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
101
101
|
|
|
102
102
|
const listData = isLoading
|
|
103
103
|
? Array.from({ length: skeletonCount }, (_, i) => ({
|
|
@@ -116,6 +116,7 @@ export const WatchHistory: React.FC<WatchHistoryProps> = ({
|
|
|
116
116
|
activeOpacity={0.8}
|
|
117
117
|
>
|
|
118
118
|
<CardPoster
|
|
119
|
+
content_offering_type={item?.content?.content_offering_type}
|
|
119
120
|
theme={appliedTheme}
|
|
120
121
|
isLoading={isLoading}
|
|
121
122
|
posterUri={item?.content?.poster}
|
|
@@ -133,7 +134,7 @@ export const WatchHistory: React.FC<WatchHistoryProps> = ({
|
|
|
133
134
|
onBackPress={onBackPress}
|
|
134
135
|
title={title}
|
|
135
136
|
titleAlign="left"
|
|
136
|
-
theme={
|
|
137
|
+
theme={theme}
|
|
137
138
|
titleStyle={{
|
|
138
139
|
color: appliedTheme.colors.onBackground,
|
|
139
140
|
}}
|
|
@@ -19,14 +19,14 @@ import { scale } from 'react-native-size-matters';
|
|
|
19
19
|
import { Search } from 'lucide-react-native';
|
|
20
20
|
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
21
21
|
|
|
22
|
-
import {
|
|
22
|
+
import { useInternalTheme } from '../../../theme/hook/useInternalTheme';
|
|
23
23
|
|
|
24
24
|
import AppHeader from '../../Headers/AppHeader';
|
|
25
25
|
import { Text } from '../../Text';
|
|
26
26
|
import { ThumbnailCard } from '../../Content/Card/components/ThumbnailCard';
|
|
27
27
|
import CardPoster from '../../Content/Card/components/CardPoster';
|
|
28
28
|
import type { IContentData } from '../../../types';
|
|
29
|
-
import type {
|
|
29
|
+
import type { ITheme, ThemeOverride } from '../../../theme/themes';
|
|
30
30
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
31
31
|
|
|
32
32
|
type IWatchLaterItem = {
|
|
@@ -49,7 +49,7 @@ export type WatchLaterProps = {
|
|
|
49
49
|
titleStyle?: StyleProp<TextStyle>;
|
|
50
50
|
listStyle?: StyleProp<ViewStyle>;
|
|
51
51
|
contentContainerStyle?: StyleProp<ViewStyle>;
|
|
52
|
-
theme?:
|
|
52
|
+
theme?: ThemeOverride;
|
|
53
53
|
viewMode?: 'poster' | 'detailed';
|
|
54
54
|
renderItem?: (
|
|
55
55
|
item: IWatchLaterItem,
|
|
@@ -150,7 +150,7 @@ export const WatchLater: React.FC<WatchLaterProps> = ({
|
|
|
150
150
|
onEndReachedThreshold,
|
|
151
151
|
viewMode = 'poster',
|
|
152
152
|
}) => {
|
|
153
|
-
const { theme: appliedTheme } =
|
|
153
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
154
154
|
|
|
155
155
|
const listData = isLoading
|
|
156
156
|
? (Array.from({ length: skeletonCount }, (_, i) => ({
|
|
@@ -192,10 +192,11 @@ export const WatchLater: React.FC<WatchLaterProps> = ({
|
|
|
192
192
|
/>
|
|
193
193
|
</View>
|
|
194
194
|
<View style={styles.detailedInfo}>
|
|
195
|
-
<Text numberOfLines={1} style={styles.detailedTitle}>
|
|
195
|
+
<Text theme={theme} numberOfLines={1} style={styles.detailedTitle}>
|
|
196
196
|
{item?.content?.name}
|
|
197
197
|
</Text>
|
|
198
198
|
<Text
|
|
199
|
+
theme={theme}
|
|
199
200
|
numberOfLines={5}
|
|
200
201
|
style={[
|
|
201
202
|
styles.detailedDesc,
|
|
@@ -216,6 +217,7 @@ export const WatchLater: React.FC<WatchLaterProps> = ({
|
|
|
216
217
|
activeOpacity={0.8}
|
|
217
218
|
>
|
|
218
219
|
<CardPoster
|
|
220
|
+
content_offering_type={item?.content?.content_offering_type}
|
|
219
221
|
theme={appliedTheme}
|
|
220
222
|
isLoading={isLoading}
|
|
221
223
|
posterUri={item?.content?.poster}
|
|
@@ -233,7 +235,7 @@ export const WatchLater: React.FC<WatchLaterProps> = ({
|
|
|
233
235
|
onBackPress={onBackPress}
|
|
234
236
|
title={title}
|
|
235
237
|
titleAlign="left"
|
|
236
|
-
theme={
|
|
238
|
+
theme={theme}
|
|
237
239
|
titleStyle={{
|
|
238
240
|
...(titleStyle ? StyleSheet.flatten(titleStyle) : {}),
|
|
239
241
|
color: appliedTheme.colors.onBackground,
|
|
@@ -1,15 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Naresh Dhamu
|
|
3
|
+
* @lastModified Fri 17 Oct 2025 at 10:16 PM
|
|
4
|
+
*/
|
|
1
5
|
import React, { useState } from 'react';
|
|
2
6
|
import { Image, StyleSheet, View } from 'react-native';
|
|
7
|
+
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
3
8
|
import { scale } from 'react-native-size-matters';
|
|
4
|
-
import {
|
|
5
|
-
import type {
|
|
9
|
+
import { useInternalTheme } from '../../../theme/hook/useInternalTheme';
|
|
10
|
+
import type { ThemeOverride } from '../../../theme/themes';
|
|
6
11
|
|
|
7
12
|
const fallbackAvatar = require('../../../assets/img/profile.jpg');
|
|
8
13
|
|
|
9
14
|
type UserAvatarProps = {
|
|
10
15
|
avatarUri?: string;
|
|
11
16
|
size?: number;
|
|
12
|
-
theme?:
|
|
17
|
+
theme?: ThemeOverride;
|
|
13
18
|
};
|
|
14
19
|
|
|
15
20
|
const UserAvatar: React.FC<UserAvatarProps> = ({
|
|
@@ -17,26 +22,60 @@ const UserAvatar: React.FC<UserAvatarProps> = ({
|
|
|
17
22
|
size = scale(80),
|
|
18
23
|
theme,
|
|
19
24
|
}) => {
|
|
25
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
20
26
|
const [imageError, setImageError] = useState(false);
|
|
21
|
-
const
|
|
22
|
-
|
|
27
|
+
const [loading, setLoading] = useState(!!avatarUri);
|
|
28
|
+
|
|
29
|
+
const borderColor = appliedTheme.colors.primary || '#ccc';
|
|
30
|
+
const skeletonBaseColor = appliedTheme.colors.skeletonBaseColor || '#E0E0E0';
|
|
31
|
+
const skeletonHighlightColor =
|
|
32
|
+
appliedTheme.colors.skeletonHighlightColor || '#F5F5F5';
|
|
33
|
+
|
|
34
|
+
const handleError = () => {
|
|
35
|
+
setImageError(true);
|
|
36
|
+
setLoading(false);
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
const handleLoadStart = () => setLoading(true);
|
|
40
|
+
const handleLoadEnd = () => setLoading(false);
|
|
23
41
|
|
|
24
42
|
return (
|
|
25
43
|
<View style={styles(size).wrapper}>
|
|
44
|
+
{loading && (
|
|
45
|
+
<SkeletonPlaceholder
|
|
46
|
+
backgroundColor={skeletonBaseColor}
|
|
47
|
+
highlightColor={skeletonHighlightColor}
|
|
48
|
+
borderRadius={size / 2}
|
|
49
|
+
>
|
|
50
|
+
<SkeletonPlaceholder.Item
|
|
51
|
+
width={size}
|
|
52
|
+
height={size}
|
|
53
|
+
borderRadius={size / 2}
|
|
54
|
+
/>
|
|
55
|
+
</SkeletonPlaceholder>
|
|
56
|
+
)}
|
|
57
|
+
|
|
26
58
|
<Image
|
|
27
59
|
source={imageError || !avatarUri ? fallbackAvatar : { uri: avatarUri }}
|
|
28
|
-
style={[styles(size).avatar, { borderColor }]}
|
|
29
|
-
onError={
|
|
60
|
+
style={[styles(size).avatar, { borderColor, position: 'absolute' }]}
|
|
61
|
+
onError={handleError}
|
|
62
|
+
onLoadStart={handleLoadStart}
|
|
63
|
+
onLoadEnd={handleLoadEnd}
|
|
30
64
|
/>
|
|
31
65
|
</View>
|
|
32
66
|
);
|
|
33
67
|
};
|
|
34
68
|
|
|
35
69
|
export default UserAvatar;
|
|
70
|
+
|
|
36
71
|
const styles = (size: number) =>
|
|
37
72
|
StyleSheet.create({
|
|
38
73
|
wrapper: {
|
|
74
|
+
width: size,
|
|
75
|
+
height: size,
|
|
39
76
|
position: 'relative',
|
|
77
|
+
justifyContent: 'center',
|
|
78
|
+
alignItems: 'center',
|
|
40
79
|
},
|
|
41
80
|
avatar: {
|
|
42
81
|
width: size,
|
|
@@ -9,8 +9,8 @@ import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
|
9
9
|
import { moderateScale, scale, verticalScale } from 'react-native-size-matters';
|
|
10
10
|
import UserAvatar from './UserAvatar';
|
|
11
11
|
import { Text } from '../../Text';
|
|
12
|
-
import {
|
|
13
|
-
import type {
|
|
12
|
+
import { useInternalTheme } from '../../../theme/hook/useInternalTheme';
|
|
13
|
+
import type { ThemeOverride } from '../../../theme/themes';
|
|
14
14
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
15
15
|
|
|
16
16
|
export interface UserInfo {
|
|
@@ -29,7 +29,7 @@ interface UserSectionProps {
|
|
|
29
29
|
userInfo: UserInfo;
|
|
30
30
|
isLoading?: boolean;
|
|
31
31
|
renderUserInfo?: (userInfo: UserInfo) => React.ReactNode;
|
|
32
|
-
theme?:
|
|
32
|
+
theme?: ThemeOverride;
|
|
33
33
|
avatarComponent?: React.ReactNode;
|
|
34
34
|
skeletonProps?: Partial<React.ComponentProps<typeof SkeletonPlaceholder>>;
|
|
35
35
|
userInfoTextStyle?: UserInfoTextStyle;
|
|
@@ -44,7 +44,7 @@ const UserSection: React.FC<UserSectionProps> = ({
|
|
|
44
44
|
skeletonProps = {},
|
|
45
45
|
userInfoTextStyle = {},
|
|
46
46
|
}) => {
|
|
47
|
-
const { theme: appliedTheme } =
|
|
47
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
48
48
|
if (!userInfo) return null;
|
|
49
49
|
if (renderUserInfo) return renderUserInfo(userInfo);
|
|
50
50
|
|
|
@@ -72,7 +72,7 @@ const UserSection: React.FC<UserSectionProps> = ({
|
|
|
72
72
|
<View style={styles.avatarWrapper}>
|
|
73
73
|
{avatarComponent ?? (
|
|
74
74
|
<>
|
|
75
|
-
<UserAvatar avatarUri={userInfo.avatarUri} theme={
|
|
75
|
+
<UserAvatar avatarUri={userInfo.avatarUri} theme={theme} />
|
|
76
76
|
{userInfo.onEditPress && (
|
|
77
77
|
<Pressable
|
|
78
78
|
onPress={userInfo.onEditPress}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Naresh Dhamu
|
|
3
|
+
* @lastModified Wed 22 Oct 2025 at 11:22 AM
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import React, { useMemo } from 'react';
|
|
7
|
+
import { StatusBar, Platform, type StatusBarStyle } from 'react-native';
|
|
8
|
+
import Color from 'color';
|
|
9
|
+
import type { ThemeOverride } from '../../theme/themes';
|
|
10
|
+
import { useInternalTheme } from '../../theme/hook';
|
|
11
|
+
|
|
12
|
+
type AppStatusBarProps = {
|
|
13
|
+
backgroundColor?: string;
|
|
14
|
+
barStyle?: StatusBarStyle;
|
|
15
|
+
translucent?: boolean;
|
|
16
|
+
hidden?: boolean;
|
|
17
|
+
theme?: ThemeOverride;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export const AppStatusBar: React.FC<AppStatusBarProps> = ({
|
|
21
|
+
backgroundColor,
|
|
22
|
+
barStyle,
|
|
23
|
+
translucent = true,
|
|
24
|
+
hidden = false,
|
|
25
|
+
theme: overrideTheme,
|
|
26
|
+
}) => {
|
|
27
|
+
const { theme } = useInternalTheme(overrideTheme);
|
|
28
|
+
|
|
29
|
+
const resolvedBackground = useMemo(() => {
|
|
30
|
+
if (backgroundColor) return backgroundColor;
|
|
31
|
+
return theme.colors.background;
|
|
32
|
+
}, [backgroundColor, theme]);
|
|
33
|
+
|
|
34
|
+
// 🌗 Auto bar style
|
|
35
|
+
const resolvedBarStyle: StatusBarStyle = useMemo(() => {
|
|
36
|
+
if (barStyle) return barStyle;
|
|
37
|
+
const isDarkBg = Color(resolvedBackground).isDark();
|
|
38
|
+
return isDarkBg ? 'light-content' : 'dark-content';
|
|
39
|
+
}, [barStyle, resolvedBackground]);
|
|
40
|
+
|
|
41
|
+
return (
|
|
42
|
+
<StatusBar
|
|
43
|
+
translucent={translucent}
|
|
44
|
+
hidden={hidden}
|
|
45
|
+
barStyle={resolvedBarStyle}
|
|
46
|
+
backgroundColor={
|
|
47
|
+
Platform.OS === 'android' ? resolvedBackground : 'transparent'
|
|
48
|
+
}
|
|
49
|
+
/>
|
|
50
|
+
);
|
|
51
|
+
};
|