@zezosoft/zezo-ott-react-native-ui-kit 1.0.0 → 1.0.1

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.
Files changed (351) hide show
  1. package/README.md +1 -1
  2. package/lib/module/components/Account/Account.js +7 -6
  3. package/lib/module/components/Account/Account.js.map +1 -1
  4. package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js +39 -27
  5. package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +1 -1
  6. package/lib/module/components/Auth/Login/LoginWithEmail.js +39 -25
  7. package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -1
  8. package/lib/module/components/Auth/Login/LoginWithPhone.js +34 -25
  9. package/lib/module/components/Auth/Login/LoginWithPhone.js.map +1 -1
  10. package/lib/module/components/Auth/OTP/OTP.js +61 -42
  11. package/lib/module/components/Auth/OTP/OTP.js.map +1 -1
  12. package/lib/module/components/Auth/SignUp/SignUp.js +41 -26
  13. package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -1
  14. package/lib/module/components/Auth/SplashScreen/SplashScreen.js +132 -0
  15. package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +1 -0
  16. package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js +61 -0
  17. package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
  18. package/lib/module/components/{SplashScreen → Auth/SplashScreen}/components/SplashLottie/SplashLottie.js +8 -17
  19. package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
  20. package/lib/module/components/{SplashScreen → Auth/SplashScreen}/components/SplashVideo/SplashVideo.js +25 -11
  21. package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
  22. package/lib/module/components/Auth/index.js +3 -1
  23. package/lib/module/components/Auth/index.js.map +1 -1
  24. package/lib/module/components/BackgroundLayout/BackgroundLayout.js +77 -57
  25. package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -1
  26. package/lib/module/components/BlogView/BlogView.js +28 -9
  27. package/lib/module/components/BlogView/BlogView.js.map +1 -1
  28. package/lib/module/components/Button/BackBtn.js +1 -1
  29. package/lib/module/components/Button/BackBtn.js.map +1 -1
  30. package/lib/module/components/Button/MenuBtn.js +5 -3
  31. package/lib/module/components/Button/MenuBtn.js.map +1 -1
  32. package/lib/module/components/Button/PrimaryBtn.js +3 -2
  33. package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
  34. package/lib/module/components/Button/TextButton.js +3 -2
  35. package/lib/module/components/Button/TextButton.js.map +1 -1
  36. package/lib/module/components/Content/Card/Category/Category.js +3 -2
  37. package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
  38. package/lib/module/components/Content/Card/NowWatching/NowWatching.js +7 -6
  39. package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
  40. package/lib/module/components/Content/Card/Sliders/Styles/One.js +6 -4
  41. package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
  42. package/lib/module/components/Content/Card/Sliders/Styles/Two.js +3 -2
  43. package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
  44. package/lib/module/components/Content/Card/Sliders/index.js +1 -1
  45. package/lib/module/components/Content/Card/Sliders/index.js.map +1 -1
  46. package/lib/module/components/Content/Card/Styles/Five.js +7 -6
  47. package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
  48. package/lib/module/components/Content/Card/Styles/Four.js +9 -7
  49. package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
  50. package/lib/module/components/Content/Card/Styles/One.js +33 -70
  51. package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
  52. package/lib/module/components/Content/Card/Styles/RotateInOut.js +6 -5
  53. package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
  54. package/lib/module/components/Content/Card/Styles/Six.js +7 -5
  55. package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
  56. package/lib/module/components/Content/Card/Styles/Three.js +6 -5
  57. package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
  58. package/lib/module/components/Content/Card/Styles/TopTen.js +10 -12
  59. package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
  60. package/lib/module/components/Content/Card/Styles/Two.js +8 -6
  61. package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
  62. package/lib/module/components/Content/Card/components/CardPoster.js +17 -9
  63. package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
  64. package/lib/module/components/Content/Card/components/NavigateToMore.js +4 -3
  65. package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -1
  66. package/lib/module/components/Content/Card/components/NoContentFallback.js +5 -4
  67. package/lib/module/components/Content/Card/components/NoContentFallback.js.map +1 -1
  68. package/lib/module/components/Content/Card/components/ThumbnailCard.js +2 -1
  69. package/lib/module/components/Content/Card/components/ThumbnailCard.js.map +1 -1
  70. package/lib/module/components/Content/Content.js +21 -7
  71. package/lib/module/components/Content/Content.js.map +1 -1
  72. package/lib/module/components/Content/Sections.js +1 -1
  73. package/lib/module/components/Content/Sections.js.map +1 -1
  74. package/lib/module/components/ContentView/ContentView.js +1 -1
  75. package/lib/module/components/ContentView/ContentView.js.map +1 -1
  76. package/lib/module/components/ContentView/MoreContentList.js +211 -0
  77. package/lib/module/components/ContentView/MoreContentList.js.map +1 -0
  78. package/lib/module/components/ContentView/components/AboutSection.js +5 -4
  79. package/lib/module/components/ContentView/components/AboutSection.js.map +1 -1
  80. package/lib/module/components/ContentView/components/CastCard.js +5 -4
  81. package/lib/module/components/ContentView/components/CastCard.js.map +1 -1
  82. package/lib/module/components/ContentView/components/EpisodeCard.js +23 -3
  83. package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -1
  84. package/lib/module/components/ContentView/components/GenreTags.js +2 -1
  85. package/lib/module/components/ContentView/components/GenreTags.js.map +1 -1
  86. package/lib/module/components/ContentView/components/HeroBanner.js +2 -1
  87. package/lib/module/components/ContentView/components/HeroBanner.js.map +1 -1
  88. package/lib/module/components/ContentView/components/Title.js +4 -3
  89. package/lib/module/components/ContentView/components/Title.js.map +1 -1
  90. package/lib/module/components/ContentView/index.js +1 -0
  91. package/lib/module/components/ContentView/index.js.map +1 -1
  92. package/lib/module/components/Headers/AppHeader.js +20 -25
  93. package/lib/module/components/Headers/AppHeader.js.map +1 -1
  94. package/lib/module/components/Headers/One.js +1 -1
  95. package/lib/module/components/Headers/Three.js +5 -3
  96. package/lib/module/components/Headers/Three.js.map +1 -1
  97. package/lib/module/components/Headers/Two.js +5 -3
  98. package/lib/module/components/Headers/Two.js.map +1 -1
  99. package/lib/module/components/Input/InputOne.js +6 -4
  100. package/lib/module/components/Input/InputOne.js.map +1 -1
  101. package/lib/module/components/Input/InputTwo.js +5 -4
  102. package/lib/module/components/Input/InputTwo.js.map +1 -1
  103. package/lib/module/components/Input/PhoneNumberInput.js +12 -11
  104. package/lib/module/components/Input/PhoneNumberInput.js.map +1 -1
  105. package/lib/module/components/Keyboard/HideKeyboard.js +40 -12
  106. package/lib/module/components/Keyboard/HideKeyboard.js.map +1 -1
  107. package/lib/module/components/Logo/Logo.js +2 -1
  108. package/lib/module/components/Logo/Logo.js.map +1 -1
  109. package/lib/module/components/Search/One.js +6 -4
  110. package/lib/module/components/Search/One.js.map +1 -1
  111. package/lib/module/components/Search/components/RecentSearchesSection.js +10 -9
  112. package/lib/module/components/Search/components/RecentSearchesSection.js.map +1 -1
  113. package/lib/module/components/Search/components/SearchCard.js +6 -5
  114. package/lib/module/components/Search/components/SearchCard.js.map +1 -1
  115. package/lib/module/components/Settings/AppSettings.js +5 -4
  116. package/lib/module/components/Settings/AppSettings.js.map +1 -1
  117. package/lib/module/components/Subscription/SubOne.js +16 -15
  118. package/lib/module/components/Subscription/SubOne.js.map +1 -1
  119. package/lib/module/components/TabBar/One.js +5 -3
  120. package/lib/module/components/TabBar/One.js.map +1 -1
  121. package/lib/module/components/TabBar/Three.js +18 -14
  122. package/lib/module/components/TabBar/Three.js.map +1 -1
  123. package/lib/module/components/TabBar/Two.js +4 -2
  124. package/lib/module/components/TabBar/Two.js.map +1 -1
  125. package/lib/module/components/Text/Text.js +4 -4
  126. package/lib/module/components/Text/Text.js.map +1 -1
  127. package/lib/module/components/User/DeviceSessions/DeviceSessions.js +7 -6
  128. package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -1
  129. package/lib/module/components/User/WatchHistory/WatchHistory.js +6 -7
  130. package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
  131. package/lib/module/components/User/WatchLater/WatchLater.js +12 -9
  132. package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
  133. package/lib/module/components/User/components/UserAvatar.js +1 -1
  134. package/lib/module/components/User/components/UserAvatar.js.map +1 -1
  135. package/lib/module/components/User/components/UserSection.js +5 -4
  136. package/lib/module/components/User/components/UserSection.js.map +1 -1
  137. package/lib/module/components/index.js +0 -1
  138. package/lib/module/components/index.js.map +1 -1
  139. package/lib/module/components/layout/SafeAreaWrapper.js +12 -11
  140. package/lib/module/components/layout/SafeAreaWrapper.js.map +1 -1
  141. package/lib/module/hooks/useInitSplashCacheSync.js +67 -63
  142. package/lib/module/hooks/useInitSplashCacheSync.js.map +1 -1
  143. package/lib/module/hooks/useKeyboard.js +7 -9
  144. package/lib/module/hooks/useKeyboard.js.map +1 -1
  145. package/lib/module/hooks/usePaginatedSection.js +10 -3
  146. package/lib/module/hooks/usePaginatedSection.js.map +1 -1
  147. package/lib/module/theme/ThemeProvider.js +55 -52
  148. package/lib/module/theme/ThemeProvider.js.map +1 -1
  149. package/lib/module/theme/hook/useTheme.js +45 -0
  150. package/lib/module/theme/hook/useTheme.js.map +1 -0
  151. package/lib/module/theme/index.js +1 -0
  152. package/lib/module/theme/index.js.map +1 -1
  153. package/lib/module/theme/themes.js +1 -1
  154. package/lib/typescript/src/components/Account/Account.d.ts.map +1 -1
  155. package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts +9 -6
  156. package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +1 -1
  157. package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts +6 -2
  158. package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -1
  159. package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts +6 -2
  160. package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +1 -1
  161. package/lib/typescript/src/components/Auth/OTP/OTP.d.ts +7 -3
  162. package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -1
  163. package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts +6 -2
  164. package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -1
  165. package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts +34 -0
  166. package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +1 -0
  167. package/lib/typescript/src/components/{SplashScreen → Auth/SplashScreen}/components/SplashImage/SplashImage.d.ts +2 -3
  168. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
  169. package/lib/typescript/src/components/{SplashScreen → Auth/SplashScreen}/components/SplashLottie/SplashLottie.d.ts +1 -1
  170. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
  171. package/lib/typescript/src/components/{SplashScreen → Auth/SplashScreen}/components/SplashVideo/SplashVideo.d.ts +1 -1
  172. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
  173. package/lib/typescript/src/components/Auth/index.d.ts +49 -11
  174. package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
  175. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts +5 -4
  176. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -1
  177. package/lib/typescript/src/components/BlogView/BlogView.d.ts +1 -0
  178. package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -1
  179. package/lib/typescript/src/components/Button/MenuBtn.d.ts +1 -8
  180. package/lib/typescript/src/components/Button/MenuBtn.d.ts.map +1 -1
  181. package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
  182. package/lib/typescript/src/components/Button/TextButton.d.ts.map +1 -1
  183. package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
  184. package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -1
  185. package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
  186. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -1
  187. package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +1 -1
  188. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
  189. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
  190. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
  191. package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
  192. package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -1
  193. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
  194. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
  195. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
  196. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +4 -0
  197. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
  198. package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts.map +1 -1
  199. package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts.map +1 -1
  200. package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts.map +1 -1
  201. package/lib/typescript/src/components/Content/Content.d.ts +1 -0
  202. package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
  203. package/lib/typescript/src/components/ContentView/MoreContentList.d.ts +27 -0
  204. package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -0
  205. package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +1 -1
  206. package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +1 -1
  207. package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +1 -1
  208. package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +1 -1
  209. package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +1 -1
  210. package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +1 -1
  211. package/lib/typescript/src/components/ContentView/index.d.ts +1 -0
  212. package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -1
  213. package/lib/typescript/src/components/Headers/AppHeader.d.ts.map +1 -1
  214. package/lib/typescript/src/components/Headers/Three.d.ts +1 -0
  215. package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
  216. package/lib/typescript/src/components/Headers/Two.d.ts +1 -0
  217. package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -1
  218. package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -1
  219. package/lib/typescript/src/components/Input/InputTwo.d.ts.map +1 -1
  220. package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -1
  221. package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts +1 -1
  222. package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts.map +1 -1
  223. package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
  224. package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
  225. package/lib/typescript/src/components/Search/components/RecentSearchesSection.d.ts.map +1 -1
  226. package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
  227. package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -1
  228. package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -1
  229. package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -1
  230. package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -1
  231. package/lib/typescript/src/components/TabBar/Three.d.ts +2 -2
  232. package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -1
  233. package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -1
  234. package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts.map +1 -1
  235. package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
  236. package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
  237. package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -1
  238. package/lib/typescript/src/components/index.d.ts +0 -1
  239. package/lib/typescript/src/components/index.d.ts.map +1 -1
  240. package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts +2 -4
  241. package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts.map +1 -1
  242. package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts +1 -1
  243. package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts.map +1 -1
  244. package/lib/typescript/src/hooks/useKeyboard.d.ts.map +1 -1
  245. package/lib/typescript/src/hooks/usePaginatedSection.d.ts +1 -0
  246. package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -1
  247. package/lib/typescript/src/theme/ThemeProvider.d.ts +8 -4
  248. package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
  249. package/lib/typescript/src/theme/hook/useTheme.d.ts +9 -0
  250. package/lib/typescript/src/theme/hook/useTheme.d.ts.map +1 -0
  251. package/lib/typescript/src/theme/index.d.ts +1 -0
  252. package/lib/typescript/src/theme/index.d.ts.map +1 -1
  253. package/lib/typescript/src/types/content/content-view.types.d.ts +4 -2
  254. package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
  255. package/package.json +3 -2
  256. package/src/components/Account/Account.tsx +7 -6
  257. package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +51 -32
  258. package/src/components/Auth/Login/LoginWithEmail.tsx +45 -26
  259. package/src/components/Auth/Login/LoginWithPhone.tsx +38 -24
  260. package/src/components/Auth/OTP/OTP.tsx +96 -61
  261. package/src/components/Auth/SignUp/SignUp.tsx +49 -31
  262. package/src/components/Auth/SplashScreen/SplashScreen.tsx +166 -0
  263. package/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.tsx +66 -0
  264. package/src/components/{SplashScreen → Auth/SplashScreen}/components/SplashLottie/SplashLottie.tsx +7 -19
  265. package/src/components/{SplashScreen → Auth/SplashScreen}/components/SplashVideo/SplashVideo.tsx +23 -14
  266. package/src/components/Auth/index.ts +3 -1
  267. package/src/components/BackgroundLayout/BackgroundLayout.tsx +72 -50
  268. package/src/components/BlogView/BlogView.tsx +29 -9
  269. package/src/components/Button/BackBtn.tsx +1 -1
  270. package/src/components/Button/MenuBtn.tsx +6 -9
  271. package/src/components/Button/PrimaryBtn.tsx +3 -2
  272. package/src/components/Button/TextButton.tsx +3 -2
  273. package/src/components/Content/Card/Category/Category.tsx +3 -2
  274. package/src/components/Content/Card/NowWatching/NowWatching.tsx +7 -6
  275. package/src/components/Content/Card/Sliders/Styles/One.tsx +4 -3
  276. package/src/components/Content/Card/Sliders/Styles/Two.tsx +3 -2
  277. package/src/components/Content/Card/Sliders/index.ts +1 -1
  278. package/src/components/Content/Card/Styles/Five.tsx +7 -6
  279. package/src/components/Content/Card/Styles/Four.tsx +7 -6
  280. package/src/components/Content/Card/Styles/One.tsx +44 -111
  281. package/src/components/Content/Card/Styles/RotateInOut.tsx +5 -5
  282. package/src/components/Content/Card/Styles/Six.tsx +7 -5
  283. package/src/components/Content/Card/Styles/Three.tsx +5 -5
  284. package/src/components/Content/Card/Styles/TopTen.tsx +10 -14
  285. package/src/components/Content/Card/Styles/Two.tsx +9 -7
  286. package/src/components/Content/Card/components/CardPoster.tsx +24 -11
  287. package/src/components/Content/Card/components/NavigateToMore.tsx +4 -3
  288. package/src/components/Content/Card/components/NoContentFallback.tsx +5 -4
  289. package/src/components/Content/Card/components/ThumbnailCard.tsx +2 -1
  290. package/src/components/Content/Content.tsx +38 -7
  291. package/src/components/Content/Sections.tsx +1 -1
  292. package/src/components/ContentView/ContentView.tsx +1 -1
  293. package/src/components/ContentView/MoreContentList.tsx +238 -0
  294. package/src/components/ContentView/components/AboutSection.tsx +5 -4
  295. package/src/components/ContentView/components/CastCard.tsx +5 -4
  296. package/src/components/ContentView/components/EpisodeCard.tsx +30 -4
  297. package/src/components/ContentView/components/GenreTags.tsx +2 -1
  298. package/src/components/ContentView/components/HeroBanner.tsx +2 -1
  299. package/src/components/ContentView/components/Title.tsx +4 -3
  300. package/src/components/ContentView/index.ts +1 -0
  301. package/src/components/Headers/AppHeader.tsx +20 -34
  302. package/src/components/Headers/One.tsx +1 -1
  303. package/src/components/Headers/Three.tsx +4 -3
  304. package/src/components/Headers/Two.tsx +4 -3
  305. package/src/components/Input/InputOne.tsx +6 -4
  306. package/src/components/Input/InputTwo.tsx +5 -4
  307. package/src/components/Input/PhoneNumberInput.tsx +12 -11
  308. package/src/components/Keyboard/HideKeyboard.tsx +41 -15
  309. package/src/components/Logo/Logo.tsx +2 -1
  310. package/src/components/Search/One.tsx +6 -5
  311. package/src/components/Search/components/RecentSearchesSection.tsx +10 -9
  312. package/src/components/Search/components/SearchCard.tsx +6 -5
  313. package/src/components/Settings/AppSettings.tsx +14 -13
  314. package/src/components/Subscription/SubOne.tsx +16 -15
  315. package/src/components/TabBar/One.tsx +6 -3
  316. package/src/components/TabBar/Three.tsx +28 -14
  317. package/src/components/TabBar/Two.tsx +4 -2
  318. package/src/components/Text/Text.tsx +4 -4
  319. package/src/components/User/DeviceSessions/DeviceSessions.tsx +7 -6
  320. package/src/components/User/WatchHistory/WatchHistory.tsx +5 -7
  321. package/src/components/User/WatchLater/WatchLater.tsx +12 -9
  322. package/src/components/User/components/UserAvatar.tsx +1 -1
  323. package/src/components/User/components/UserSection.tsx +5 -4
  324. package/src/components/index.ts +0 -1
  325. package/src/components/layout/SafeAreaWrapper.tsx +16 -9
  326. package/src/hooks/useInitSplashCacheSync.ts +74 -87
  327. package/src/hooks/useKeyboard.ts +9 -8
  328. package/src/hooks/usePaginatedSection.ts +7 -3
  329. package/src/theme/ThemeProvider.tsx +59 -55
  330. package/src/theme/hook/useTheme.ts +41 -0
  331. package/src/theme/index.ts +1 -0
  332. package/src/theme/themes.ts +1 -1
  333. package/src/types/content/content-view.types.ts +3 -1
  334. package/lib/module/components/SplashScreen/SplashScreen.js +0 -109
  335. package/lib/module/components/SplashScreen/SplashScreen.js.map +0 -1
  336. package/lib/module/components/SplashScreen/components/SplashImage/SplashImage.js +0 -68
  337. package/lib/module/components/SplashScreen/components/SplashImage/SplashImage.js.map +0 -1
  338. package/lib/module/components/SplashScreen/components/SplashLottie/SplashLottie.js.map +0 -1
  339. package/lib/module/components/SplashScreen/components/SplashVideo/SplashVideo.js.map +0 -1
  340. package/lib/module/components/SplashScreen/index.js +0 -9
  341. package/lib/module/components/SplashScreen/index.js.map +0 -1
  342. package/lib/typescript/src/components/SplashScreen/SplashScreen.d.ts +0 -32
  343. package/lib/typescript/src/components/SplashScreen/SplashScreen.d.ts.map +0 -1
  344. package/lib/typescript/src/components/SplashScreen/components/SplashImage/SplashImage.d.ts.map +0 -1
  345. package/lib/typescript/src/components/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +0 -1
  346. package/lib/typescript/src/components/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +0 -1
  347. package/lib/typescript/src/components/SplashScreen/index.d.ts +0 -6
  348. package/lib/typescript/src/components/SplashScreen/index.d.ts.map +0 -1
  349. package/src/components/SplashScreen/SplashScreen.tsx +0 -131
  350. package/src/components/SplashScreen/components/SplashImage/SplashImage.tsx +0 -84
  351. package/src/components/SplashScreen/index.ts +0 -6
@@ -4,3 +4,4 @@
4
4
  */
5
5
 
6
6
  export * from './ThemeProvider';
7
+ export * from './hook/useTheme';
@@ -168,7 +168,7 @@ export const LightTheme: ITheme = {
168
168
  transparent: 'rgba(0, 0, 0, 0)',
169
169
 
170
170
  backgroundLayoutGradient: [
171
- 'rgba(255, 255, 255, 0.6)',
171
+ 'rgba(255, 255, 255, 0.3)',
172
172
  'rgba(255, 255, 255, 0.98)',
173
173
  'rgb(255, 255, 255)',
174
174
  'rgb(249, 250, 251)'
@@ -10,6 +10,7 @@ import type { IContentData } from '../../types';
10
10
  import type { IGetSectionData, ISectionItem } from '../../types/sections';
11
11
  import type { MoreFetchData } from '../../types/hook/usePaginatedSetion';
12
12
  import type { IHistoryItem } from '../../components/User/WatchHistory/WatchHistory';
13
+ import type React from 'react';
13
14
 
14
15
  // 🔷 Common Style Aliases
15
16
  export type ViewStyleProp = StyleProp<ViewStyle>;
@@ -94,8 +95,9 @@ export type ContentViewEvents = {
94
95
  // 🟦 Menu
95
96
  export type MenuAction = {
96
97
  label: string;
97
- icon: React.ComponentType<{ size?: number; color?: string }>;
98
+ icon?: (props: { size?: number; color?: string }) => React.ReactNode;
98
99
  onPress: () => void;
100
+ isLoading?: boolean;
99
101
  };
100
102
 
101
103
  // 🟨 HeroBanner
@@ -1,109 +0,0 @@
1
- "use strict";
2
-
3
- /**
4
- * @author Naresh Dhamu
5
- * @lastModified Fri 13 Jun 2025 at 09:13 AM
6
- */
7
-
8
- import React, { useEffect, useMemo, useCallback } from 'react';
9
- import SplashImage from './components/SplashImage/SplashImage';
10
- import SplashVideo from './components/SplashVideo/SplashVideo';
11
- import SplashLottie from './components/SplashLottie/SplashLottie';
12
- import { useInitSplashCacheSync } from '../../hooks/useInitSplashCacheSync';
13
- import { BackgroundLayout } from '../BackgroundLayout/BackgroundLayout';
14
- import { ZezoUIProvider } from '../../theme/ThemeProvider';
15
- import { jsx as _jsx } from "react/jsx-runtime";
16
- const DEFAULT_TIMEOUT = 5;
17
- export const SplashScreen = ({
18
- splashScreenConfig: {
19
- source,
20
- type = 'image',
21
- width,
22
- height,
23
- isStatic = false,
24
- timeout,
25
- fullscreen = false,
26
- resizeMode = 'contain',
27
- backgroundColor,
28
- backgroundImage
29
- },
30
- gradientEnabled = false,
31
- innerContainerStyle,
32
- onImageError,
33
- onRedirect,
34
- autoSwitchTheme = false,
35
- gradientSplit = 0.42,
36
- theme
37
- }) => {
38
- const isRemote = useMemo(() => source.startsWith('http'), [source]);
39
- const {
40
- data: {
41
- localPathLogo
42
- }
43
- } = useInitSplashCacheSync({
44
- logoUrl: isRemote ? source : undefined,
45
- backgroundUrl: backgroundImage
46
- });
47
- const actualSource = isRemote && localPathLogo ? localPathLogo : source;
48
- const effectiveTimeout = timeout ?? (type === 'image' || isStatic ? DEFAULT_TIMEOUT : undefined);
49
- const handleRedirect = useCallback(() => {
50
- try {
51
- onRedirect();
52
- } catch (error) {
53
- console.error('[SplashScreen] Redirect failed:', error);
54
- }
55
- }, [onRedirect]);
56
- useEffect(() => {
57
- if (effectiveTimeout) {
58
- const timer = setTimeout(handleRedirect, effectiveTimeout * 1000);
59
- return () => clearTimeout(timer);
60
- }
61
- return undefined;
62
- }, [effectiveTimeout, handleRedirect]);
63
- const commonProps = useMemo(() => ({
64
- source: actualSource,
65
- localSource: actualSource,
66
- width,
67
- height,
68
- fullscreen,
69
- resizeMode: resizeMode
70
- }), [actualSource, width, height, fullscreen, resizeMode]);
71
- const renderSplash = useCallback(() => {
72
- switch (type) {
73
- case 'video':
74
- return /*#__PURE__*/_jsx(SplashVideo, {
75
- ...commonProps,
76
- onEnd: effectiveTimeout ? undefined : handleRedirect
77
- });
78
- case 'lottie-animation':
79
- return /*#__PURE__*/_jsx(SplashLottie, {
80
- ...commonProps,
81
- onAnimationFinish: effectiveTimeout ? undefined : handleRedirect
82
- });
83
- case 'image':
84
- return /*#__PURE__*/_jsx(SplashImage, {
85
- ...commonProps
86
- });
87
- default:
88
- console.warn(`[SplashScreen] Unsupported type: ${type}`);
89
- return /*#__PURE__*/_jsx(SplashImage, {
90
- ...commonProps
91
- });
92
- }
93
- }, [type, commonProps, effectiveTimeout, handleRedirect]);
94
- return /*#__PURE__*/_jsx(ZezoUIProvider, {
95
- theme: theme,
96
- autoSwitchTheme: autoSwitchTheme,
97
- children: /*#__PURE__*/_jsx(BackgroundLayout, {
98
- backgroundImage: backgroundImage,
99
- backgroundColor: backgroundColor,
100
- resizeMode: "cover",
101
- gradientEnabled: gradientEnabled,
102
- innerContainerStyle: innerContainerStyle,
103
- onImageError: onImageError,
104
- gradientSplit: gradientSplit,
105
- children: renderSplash()
106
- })
107
- });
108
- };
109
- //# sourceMappingURL=SplashScreen.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","useEffect","useMemo","useCallback","SplashImage","SplashVideo","SplashLottie","useInitSplashCacheSync","BackgroundLayout","ZezoUIProvider","jsx","_jsx","DEFAULT_TIMEOUT","SplashScreen","splashScreenConfig","source","type","width","height","isStatic","timeout","fullscreen","resizeMode","backgroundColor","backgroundImage","gradientEnabled","innerContainerStyle","onImageError","onRedirect","autoSwitchTheme","gradientSplit","theme","isRemote","startsWith","data","localPathLogo","logoUrl","undefined","backgroundUrl","actualSource","effectiveTimeout","handleRedirect","error","console","timer","setTimeout","clearTimeout","commonProps","localSource","renderSplash","onEnd","onAnimationFinish","warn","children"],"sourceRoot":"../../../../src","sources":["components/SplashScreen/SplashScreen.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,68 +0,0 @@
1
- "use strict";
2
-
3
- /**
4
- * @author Naresh Dhamu
5
- * @lastModified Mon 09 Jun 2025 at 05:30 PM
6
- */
7
-
8
- import React, { useState, useMemo } from 'react';
9
- import FastImage from 'react-native-fast-image';
10
- import { ActivityIndicator, View, StyleSheet } from 'react-native';
11
- import Display from '../../../../utils/Display';
12
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- const SplashImage = ({
14
- fullscreen,
15
- height,
16
- localSource,
17
- resizeMode = 'contain',
18
- width,
19
- source
20
- }) => {
21
- const [isLoading, setIsLoading] = useState(!!source); // Only show loader for remote images
22
-
23
- // Memoize image styles to prevent unnecessary recalculations
24
- const imageStyles = useMemo(() => ({
25
- width: fullscreen ? Display.fullWidth : width,
26
- height: fullscreen ? Display.fullHeight : height,
27
- flex: 1
28
- }), [fullscreen, width, height]);
29
- const handleLoadEnd = useMemo(() => source ? () => setIsLoading(false) : undefined, [source]);
30
- if (source) {
31
- return /*#__PURE__*/_jsxs(View, {
32
- style: styles.container,
33
- children: [isLoading && /*#__PURE__*/_jsx(ActivityIndicator, {
34
- size: "large",
35
- style: styles.loader
36
- }), /*#__PURE__*/_jsx(FastImage, {
37
- source: {
38
- uri: source.startsWith('file://') ? source : `file://${source}`
39
- },
40
- onLoadEnd: handleLoadEnd,
41
- style: imageStyles,
42
- resizeMode: resizeMode,
43
- onError: () => setIsLoading(false)
44
- })]
45
- });
46
- }
47
- return /*#__PURE__*/_jsx(FastImage, {
48
- source: {
49
- uri: localSource.startsWith('file://') ? localSource : `file://${localSource}`
50
- },
51
- style: imageStyles,
52
- resizeMode: resizeMode
53
- });
54
- };
55
- const styles = StyleSheet.create({
56
- container: {
57
- flex: 1,
58
- width: Display.fullWidth,
59
- height: Display.fullHeight,
60
- justifyContent: 'center',
61
- alignItems: 'center'
62
- },
63
- loader: {
64
- position: 'absolute'
65
- }
66
- });
67
- export default /*#__PURE__*/React.memo(SplashImage);
68
- //# sourceMappingURL=SplashImage.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","useState","useMemo","FastImage","ActivityIndicator","View","StyleSheet","Display","jsx","_jsx","jsxs","_jsxs","SplashImage","fullscreen","height","localSource","resizeMode","width","source","isLoading","setIsLoading","imageStyles","fullWidth","fullHeight","flex","handleLoadEnd","undefined","style","styles","container","children","size","loader","uri","startsWith","onLoadEnd","onError","create","justifyContent","alignItems","position","memo"],"sourceRoot":"../../../../../../src","sources":["components/SplashScreen/components/SplashImage/SplashImage.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,IAAIC,QAAQ,EAAEC,OAAO,QAAQ,OAAO;AAChD,OAAOC,SAAS,MAAM,yBAAyB;AAC/C,SAASC,iBAAiB,EAAEC,IAAI,EAAEC,UAAU,QAAQ,cAAc;AAClE,OAAOC,OAAO,MAAM,2BAA2B;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAYhD,MAAMC,WAAuC,GAAGA,CAAC;EAC/CC,UAAU;EACVC,MAAM;EACNC,WAAW;EACXC,UAAU,GAAG,SAAS;EACtBC,KAAK;EACLC;AACF,CAAC,KAAK;EACJ,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAGnB,QAAQ,CAAC,CAAC,CAACiB,MAAM,CAAC,CAAC,CAAC;;EAEtD;EACA,MAAMG,WAAW,GAAGnB,OAAO,CACzB,OAAO;IACLe,KAAK,EAAEJ,UAAU,GAAGN,OAAO,CAACe,SAAS,GAAGL,KAAK;IAC7CH,MAAM,EAAED,UAAU,GAAGN,OAAO,CAACgB,UAAU,GAAGT,MAAM;IAChDU,IAAI,EAAE;EACR,CAAC,CAAC,EACF,CAACX,UAAU,EAAEI,KAAK,EAAEH,MAAM,CAC5B,CAAC;EAED,MAAMW,aAAa,GAAGvB,OAAO,CAAC,MAAOgB,MAAM,GAAG,MAAME,YAAY,CAAC,KAAK,CAAC,GAAGM,SAAU,EAAE,CAACR,MAAM,CAAC,CAAC;EAE/F,IAAIA,MAAM,EAAE;IACV,oBACEP,KAAA,CAACN,IAAI;MAACsB,KAAK,EAAEC,MAAM,CAACC,SAAU;MAAAC,QAAA,GAC3BX,SAAS,iBAAIV,IAAA,CAACL,iBAAiB;QAAC2B,IAAI,EAAC,OAAO;QAACJ,KAAK,EAAEC,MAAM,CAACI;MAAO,CAAE,CAAC,eACtEvB,IAAA,CAACN,SAAS;QACRe,MAAM,EAAE;UACNe,GAAG,EAAEf,MAAM,CAACgB,UAAU,CAAC,SAAS,CAAC,GAAGhB,MAAM,GAAG,UAAUA,MAAM;QAC/D,CAAE;QACFiB,SAAS,EAAEV,aAAc;QACzBE,KAAK,EAAEN,WAAY;QACnBL,UAAU,EAAEA,UAAW;QACvBoB,OAAO,EAAEA,CAAA,KAAMhB,YAAY,CAAC,KAAK;MAAE,CACpC,CAAC;IAAA,CACE,CAAC;EAEX;EAEA,oBACEX,IAAA,CAACN,SAAS;IACRe,MAAM,EAAE;MACNe,GAAG,EAAElB,WAAW,CAACmB,UAAU,CAAC,SAAS,CAAC,GAAGnB,WAAW,GAAG,UAAUA,WAAW;IAC9E,CAAE;IACFY,KAAK,EAAEN,WAAY;IACnBL,UAAU,EAAEA;EAAW,CACxB,CAAC;AAEN,CAAC;AAED,MAAMY,MAAM,GAAGtB,UAAU,CAAC+B,MAAM,CAAC;EAC/BR,SAAS,EAAE;IACTL,IAAI,EAAE,CAAC;IACPP,KAAK,EAAEV,OAAO,CAACe,SAAS;IACxBR,MAAM,EAAEP,OAAO,CAACgB,UAAU;IAC1Be,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EACDP,MAAM,EAAE;IACNQ,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC;AAEF,4BAAexC,KAAK,CAACyC,IAAI,CAAC7B,WAAW,CAAC","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","useMemo","LottieView","StyleSheet","Display","PlatformSelector","jsx","_jsx","SplashLottie","fullscreen","height","localSource","resizeMode","width","onAnimationFinish","source","console","warn","isAndroid","uri","startsWith","lottieStyle","styles","base","fullWidth","fullHeight","autoPlay","loop","style","hardwareAccelerationAndroid","cacheComposition","create","alignSelf","flex","memo"],"sourceRoot":"../../../../../../src","sources":["components/SplashScreen/components/SplashLottie/SplashLottie.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,IAAIC,OAAO,QAAQ,OAAO;AACtC,OAAOC,UAAU,MAAM,qBAAqB;AAC5C,SAASC,UAAU,QAAQ,cAAc;AACzC,OAAOC,OAAO,MAAM,2BAA2B;AAC/C,OAAOC,gBAAgB,MAAM,oCAAoC;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAalE,MAAMC,YAA8B,GAAGA,CAAC;EACtCC,UAAU;EACVC,MAAM;EACNC,WAAW;EACXC,UAAU,GAAG,SAAS;EACtBC,KAAK;EACLC;AACF,CAAC,KAAK;EACJ;EACA,MAAMC,MAAM,GAAGd,OAAO,CAAC,MAAM;IAC3B,IAAI,CAACU,WAAW,EAAE;MAChBK,OAAO,CAACC,IAAI,CAAC,oCAAoC,CAAC;MAClD,OAAO,IAAI;IACb;IAEA,OAAOZ,gBAAgB,CAACa,SAAS,CAAC,CAAC,GAC/B;MAAEC,GAAG,EAAER;IAAY,CAAC,GACpB;MACEQ,GAAG,EAAER,WAAW,CAACS,UAAU,CAAC,SAAS,CAAC,GAAGT,WAAW,GAAG,UAAUA,WAAW;IAC9E,CAAC;EACP,CAAC,EAAE,CAACA,WAAW,CAAC,CAAC;;EAEjB;EACA,MAAMU,WAAW,GAAGpB,OAAO,CACzB,OAAO;IACL,GAAGqB,MAAM,CAACC,IAAI;IACdV,KAAK,EAAEJ,UAAU,GAAGL,OAAO,CAACoB,SAAS,GAAGX,KAAK;IAC7CH,MAAM,EAAED,UAAU,GAAGL,OAAO,CAACqB,UAAU,GAAGf,MAAM;IAChD,IAAID,UAAU,GAAGa,MAAM,CAACb,UAAU,GAAG,CAAC,CAAC;EACzC,CAAC,CAAC,EACF,CAACA,UAAU,EAAEI,KAAK,EAAEH,MAAM,CAC5B,CAAC;;EAED;EACA,IAAI,CAACK,MAAM,EAAE;IACX,OAAO,IAAI;EACb;EAEA,oBACER,IAAA,CAACL,UAAU;IACTa,MAAM,EAAEA,MAAO;IACfW,QAAQ;IACRC,IAAI,EAAE,KAAM;IACZb,iBAAiB,EAAEA,iBAAkB;IACrCc,KAAK,EAAEP,WAAY;IACnBT,UAAU,EAAEA,UAAW;IACvBiB,2BAA2B;IAC3BC,gBAAgB;EAAA,CACjB,CAAC;AAEN,CAAC;AAED,MAAMR,MAAM,GAAGnB,UAAU,CAAC4B,MAAM,CAAC;EAC/BR,IAAI,EAAE;IACJS,SAAS,EAAE;EACb,CAAC;EACDvB,UAAU,EAAE;IACVwB,IAAI,EAAE;EACR;AACF,CAAC,CAAC;AAEF,4BAAejC,KAAK,CAACkC,IAAI,CAAC1B,YAAY,CAAC","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","useRef","useMemo","useCallback","Video","Display","jsx","_jsx","SplashVideo","fullscreen","height","localSource","resizeMode","width","onEnd","onLoadStart","onLoaded","onError","videoRef","videoStyle","fullWidth","fullHeight","videoSource","uri","handleLoadStart","handleLoad","data","handleError","e","error","message","console","ref","source","style","paused","onLoad","ignoreSilentSwitch","playInBackground","playWhenInactive","allowsExternalPlayback","automaticallyWaitsToMinimizeStalling","memo"],"sourceRoot":"../../../../../../src","sources":["components/SplashScreen/components/SplashVideo/SplashVideo.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,IAAIC,MAAM,EAAEC,OAAO,EAAEC,WAAW,QAAQ,OAAO;AAC3D,OAAOC,KAAK,MAAyB,oBAAoB;AACzD,OAAOC,OAAO,MAAM,2BAA2B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAchD,MAAMC,WAA6B,GAAGA,CAAC;EACrCC,UAAU;EACVC,MAAM;EACNC,WAAW;EACXC,UAAU,GAAG,OAAO;EACpBC,KAAK;EACLC,KAAK;EACLC,WAAW;EACXC,QAAQ;EACRC;AACF,CAAC,KAAK;EACJ,MAAMC,QAAQ,GAAGjB,MAAM,CAAW,IAAI,CAAC;;EAEvC;EACA,MAAMkB,UAAU,GAAGjB,OAAO,CACxB,OAAO;IACLW,KAAK,EAAEJ,UAAU,GAAGJ,OAAO,CAACe,SAAS,GAAGP,KAAK;IAC7CH,MAAM,EAAED,UAAU,GAAGJ,OAAO,CAACgB,UAAU,GAAGX;EAC5C,CAAC,CAAC,EACF,CAACD,UAAU,EAAEI,KAAK,EAAEH,MAAM,CAC5B,CAAC;;EAED;EACA,MAAMY,WAAW,GAAGpB,OAAO,CACzB,OAAO;IACLqB,GAAG,EAAE,UAAUZ,WAAW;EAC5B,CAAC,CAAC,EACF,CAACA,WAAW,CACd,CAAC;;EAED;EACA,MAAMa,eAAe,GAAGrB,WAAW,CAAC,MAAM;IACxCY,WAAW,GAAG,CAAC;EACjB,CAAC,EAAE,CAACA,WAAW,CAAC,CAAC;EAEjB,MAAMU,UAAU,GAAGtB,WAAW,CAC3BuB,IAAS,IAAK;IACbV,QAAQ,GAAGU,IAAI,CAAC;EAClB,CAAC,EACD,CAACV,QAAQ,CACX,CAAC;EAED,MAAMW,WAAW,GAAGxB,WAAW,CAC5ByB,CAAM,IAAK;IACV;IACA,MAAMC,KAAK,GAAGD,CAAC,EAAEC,KAAK,EAAEC,OAAO,IAAIF,CAAC,EAAEE,OAAO,IAAIF,CAAC,EAAEC,KAAK,IAAID,CAAC,IAAI,qBAAqB;IACvFG,OAAO,CAACF,KAAK,CAAC,uBAAuB,EAAEA,KAAK,CAAC;IAC7CZ,OAAO,GAAGY,KAAK,CAAC;EAClB,CAAC,EACD,CAACZ,OAAO,CACV,CAAC;EAED,oBACEV,IAAA,CAACH,KAAK;IACJ4B,GAAG,EAAEd,QAAS;IACde,MAAM,EAAEX,WAAY;IACpBY,KAAK,EAAEf,UAAW;IAClBP,UAAU,EAAEA,UAAW;IACvBuB,MAAM,EAAE,KAAM;IACdpB,WAAW,EAAES,eAAgB;IAC7BY,MAAM,EAAEX,UAAW;IACnBR,OAAO,EAAEU,WAAY;IACrBb,KAAK,EAAEA;IACP;IAAA;IACAuB,kBAAkB,EAAC,MAAM;IACzBC,gBAAgB,EAAE,KAAM;IACxBC,gBAAgB,EAAE,KAAM;IACxBC,sBAAsB,EAAE,KAAM;IAC9BC,oCAAoC,EAAE;EAAK,CAC5C,CAAC;AAEN,CAAC;AAED,4BAAezC,KAAK,CAAC0C,IAAI,CAAClC,WAAW,CAAC","ignoreList":[]}
@@ -1,9 +0,0 @@
1
- "use strict";
2
-
3
- /**
4
- * @author Naresh Dhamu
5
- * @lastModified Mon 09 Jun 2025 at 04:04 PM
6
- */
7
-
8
- export * from './SplashScreen';
9
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/SplashScreen/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,cAAc,gBAAgB","ignoreList":[]}
@@ -1,32 +0,0 @@
1
- /**
2
- * @author Naresh Dhamu
3
- * @lastModified Fri 13 Jun 2025 at 09:13 AM
4
- */
5
- import React from 'react';
6
- import type { ViewStyle } from 'react-native';
7
- import type { AppTheme } from '../../theme/themes';
8
- interface SplashScreenConfig {
9
- source: string;
10
- type?: 'image' | 'video' | 'lottie-animation';
11
- width: number;
12
- height: number;
13
- isStatic?: boolean;
14
- timeout?: number;
15
- fullscreen?: boolean;
16
- resizeMode?: 'cover' | 'contain' | 'stretch' | 'center';
17
- backgroundColor?: string;
18
- backgroundImage?: string;
19
- }
20
- interface SplashScreenProps {
21
- splashScreenConfig: SplashScreenConfig;
22
- gradientEnabled?: boolean;
23
- innerContainerStyle?: ViewStyle;
24
- onImageError?: (error: Error) => void;
25
- onRedirect: () => void;
26
- autoSwitchTheme?: boolean;
27
- gradientSplit?: number;
28
- theme?: AppTheme;
29
- }
30
- export declare const SplashScreen: React.FC<SplashScreenProps>;
31
- export {};
32
- //# sourceMappingURL=SplashScreen.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SplashScreen.d.ts","sourceRoot":"","sources":["../../../../../src/components/SplashScreen/SplashScreen.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAA0C,MAAM,OAAO,CAAC;AAO/D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD,UAAU,kBAAkB;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,kBAAkB,CAAC;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IACxD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,UAAU,iBAAiB;IACzB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACtC,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,QAAQ,CAAC;CAClB;AAID,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAyFpD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SplashImage.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/SplashScreen/components/SplashImage/SplashImage.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAA4B,MAAM,OAAO,CAAC;AAKjD,KAAK,gBAAgB,GAAG;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IACxD,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;;AAiEF,wBAAuC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SplashLottie.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/SplashScreen/components/SplashLottie/SplashLottie.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,KAAK,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEjD,UAAU,MAAM;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC;;AA+DD,wBAAwC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SplashVideo.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/SplashScreen/components/SplashVideo/SplashVideo.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAuC,MAAM,OAAO,CAAC;AAI5D,UAAU,MAAM;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC;IACtD,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CAChC;;AA2ED,wBAAuC"}
@@ -1,6 +0,0 @@
1
- /**
2
- * @author Naresh Dhamu
3
- * @lastModified Mon 09 Jun 2025 at 04:04 PM
4
- */
5
- export * from './SplashScreen';
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/SplashScreen/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,gBAAgB,CAAC"}
@@ -1,131 +0,0 @@
1
- /**
2
- * @author Naresh Dhamu
3
- * @lastModified Fri 13 Jun 2025 at 09:13 AM
4
- */
5
-
6
- import React, { useEffect, useMemo, useCallback } from 'react';
7
- import SplashImage from './components/SplashImage/SplashImage';
8
- import SplashVideo from './components/SplashVideo/SplashVideo';
9
- import SplashLottie from './components/SplashLottie/SplashLottie';
10
- import { useInitSplashCacheSync } from '../../hooks/useInitSplashCacheSync';
11
- import { BackgroundLayout } from '../BackgroundLayout/BackgroundLayout';
12
- import { ZezoUIProvider } from '../../theme/ThemeProvider';
13
- import type { ViewStyle } from 'react-native';
14
- import type { AppTheme } from '../../theme/themes';
15
-
16
- interface SplashScreenConfig {
17
- source: string;
18
- type?: 'image' | 'video' | 'lottie-animation';
19
- width: number;
20
- height: number;
21
- isStatic?: boolean;
22
- timeout?: number;
23
- fullscreen?: boolean;
24
- resizeMode?: 'cover' | 'contain' | 'stretch' | 'center';
25
- backgroundColor?: string;
26
- backgroundImage?: string;
27
- }
28
-
29
- interface SplashScreenProps {
30
- splashScreenConfig: SplashScreenConfig;
31
- gradientEnabled?: boolean;
32
- innerContainerStyle?: ViewStyle;
33
- onImageError?: (error: Error) => void;
34
- onRedirect: () => void;
35
- autoSwitchTheme?: boolean;
36
- gradientSplit?: number;
37
- theme?: AppTheme;
38
- }
39
-
40
- const DEFAULT_TIMEOUT = 5;
41
-
42
- export const SplashScreen: React.FC<SplashScreenProps> = ({
43
- splashScreenConfig: {
44
- source,
45
- type = 'image',
46
- width,
47
- height,
48
- isStatic = false,
49
- timeout,
50
- fullscreen = false,
51
- resizeMode = 'contain',
52
- backgroundColor,
53
- backgroundImage
54
- },
55
- gradientEnabled = false,
56
- innerContainerStyle,
57
- onImageError,
58
- onRedirect,
59
- autoSwitchTheme = false,
60
- gradientSplit = 0.42,
61
- theme
62
- }) => {
63
- const isRemote = useMemo(() => source.startsWith('http'), [source]);
64
-
65
- const {
66
- data: { localPathLogo }
67
- } = useInitSplashCacheSync({
68
- logoUrl: isRemote ? source : undefined,
69
- backgroundUrl: backgroundImage
70
- });
71
-
72
- const actualSource = isRemote && localPathLogo ? localPathLogo : source;
73
- const effectiveTimeout = timeout ?? (type === 'image' || isStatic ? DEFAULT_TIMEOUT : undefined);
74
-
75
- const handleRedirect = useCallback(() => {
76
- try {
77
- onRedirect();
78
- } catch (error) {
79
- console.error('[SplashScreen] Redirect failed:', error);
80
- }
81
- }, [onRedirect]);
82
-
83
- useEffect(() => {
84
- if (effectiveTimeout) {
85
- const timer = setTimeout(handleRedirect, effectiveTimeout * 1000);
86
- return () => clearTimeout(timer);
87
- }
88
- return undefined;
89
- }, [effectiveTimeout, handleRedirect]);
90
-
91
- const commonProps = useMemo(
92
- () => ({
93
- source: actualSource as any,
94
- localSource: actualSource,
95
- width,
96
- height,
97
- fullscreen,
98
- resizeMode: resizeMode as any
99
- }),
100
- [actualSource, width, height, fullscreen, resizeMode]
101
- );
102
-
103
- const renderSplash = useCallback(() => {
104
- switch (type) {
105
- case 'video':
106
- return <SplashVideo {...commonProps} onEnd={effectiveTimeout ? undefined : handleRedirect} />;
107
- case 'lottie-animation':
108
- return <SplashLottie {...commonProps} onAnimationFinish={effectiveTimeout ? undefined : handleRedirect} />;
109
- case 'image':
110
- return <SplashImage {...commonProps} />;
111
- default:
112
- console.warn(`[SplashScreen] Unsupported type: ${type}`);
113
- return <SplashImage {...commonProps} />;
114
- }
115
- }, [type, commonProps, effectiveTimeout, handleRedirect]);
116
- return (
117
- <ZezoUIProvider theme={theme} autoSwitchTheme={autoSwitchTheme}>
118
- <BackgroundLayout
119
- backgroundImage={backgroundImage}
120
- backgroundColor={backgroundColor}
121
- resizeMode="cover"
122
- gradientEnabled={gradientEnabled}
123
- innerContainerStyle={innerContainerStyle}
124
- onImageError={onImageError}
125
- gradientSplit={gradientSplit}
126
- >
127
- {renderSplash()}
128
- </BackgroundLayout>
129
- </ZezoUIProvider>
130
- );
131
- };
@@ -1,84 +0,0 @@
1
- /**
2
- * @author Naresh Dhamu
3
- * @lastModified Mon 09 Jun 2025 at 05:30 PM
4
- */
5
-
6
- import React, { useState, useMemo } from 'react';
7
- import FastImage from 'react-native-fast-image';
8
- import { ActivityIndicator, View, StyleSheet } from 'react-native';
9
- import Display from '../../../../utils/Display';
10
-
11
- type SplashImageProps = {
12
- localSource: string;
13
- source?: string;
14
- width: number;
15
- height: number;
16
- fullscreen: boolean;
17
- resizeMode?: 'cover' | 'contain' | 'stretch' | 'center';
18
- backgroundColor?: string;
19
- };
20
-
21
- const SplashImage: React.FC<SplashImageProps> = ({
22
- fullscreen,
23
- height,
24
- localSource,
25
- resizeMode = 'contain',
26
- width,
27
- source
28
- }) => {
29
- const [isLoading, setIsLoading] = useState(!!source); // Only show loader for remote images
30
-
31
- // Memoize image styles to prevent unnecessary recalculations
32
- const imageStyles = useMemo(
33
- () => ({
34
- width: fullscreen ? Display.fullWidth : width,
35
- height: fullscreen ? Display.fullHeight : height,
36
- flex: 1
37
- }),
38
- [fullscreen, width, height]
39
- );
40
-
41
- const handleLoadEnd = useMemo(() => (source ? () => setIsLoading(false) : undefined), [source]);
42
-
43
- if (source) {
44
- return (
45
- <View style={styles.container}>
46
- {isLoading && <ActivityIndicator size="large" style={styles.loader} />}
47
- <FastImage
48
- source={{
49
- uri: source.startsWith('file://') ? source : `file://${source}`
50
- }}
51
- onLoadEnd={handleLoadEnd}
52
- style={imageStyles}
53
- resizeMode={resizeMode}
54
- onError={() => setIsLoading(false)}
55
- />
56
- </View>
57
- );
58
- }
59
-
60
- return (
61
- <FastImage
62
- source={{
63
- uri: localSource.startsWith('file://') ? localSource : `file://${localSource}`
64
- }}
65
- style={imageStyles}
66
- resizeMode={resizeMode}
67
- />
68
- );
69
- };
70
-
71
- const styles = StyleSheet.create({
72
- container: {
73
- flex: 1,
74
- width: Display.fullWidth,
75
- height: Display.fullHeight,
76
- justifyContent: 'center',
77
- alignItems: 'center'
78
- },
79
- loader: {
80
- position: 'absolute'
81
- }
82
- });
83
-
84
- export default React.memo(SplashImage);
@@ -1,6 +0,0 @@
1
- /**
2
- * @author Naresh Dhamu
3
- * @lastModified Mon 09 Jun 2025 at 04:04 PM
4
- */
5
-
6
- export * from './SplashScreen';