@zezosoft/zezo-ott-react-native-ui-kit 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (466) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +6 -0
  3. package/lib/module/assets/animations/135037-payment-processing-error.json +1347 -1
  4. package/lib/module/assets/animations/7227-vui-animation.json +3377 -1
  5. package/lib/module/assets/animations/succesfull-payment.json +2379 -1
  6. package/lib/module/assets/animations/voice-icon.json +542 -1
  7. package/lib/module/components/Account/Account.js +6 -6
  8. package/lib/module/components/Account/Account.js.map +1 -1
  9. package/lib/module/components/Account/index.js +1 -1
  10. package/lib/module/components/Account/index.js.map +1 -1
  11. package/lib/module/components/Alert/UAAlert.js +138 -0
  12. package/lib/module/components/Alert/UAAlert.js.map +1 -0
  13. package/lib/module/components/Alert/index.js +4 -0
  14. package/lib/module/components/Alert/index.js.map +1 -0
  15. package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js +9 -9
  16. package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +1 -1
  17. package/lib/module/components/Auth/Login/LoginWithEmail.js +10 -10
  18. package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -1
  19. package/lib/module/components/Auth/Login/LoginWithPhone.js +10 -10
  20. package/lib/module/components/Auth/Login/LoginWithPhone.js.map +1 -1
  21. package/lib/module/components/Auth/OTP/OTP.js +9 -9
  22. package/lib/module/components/Auth/OTP/OTP.js.map +1 -1
  23. package/lib/module/components/Auth/SignUp/SignUp.js +10 -10
  24. package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -1
  25. package/lib/module/components/Auth/SplashScreen/SplashScreen.js +6 -6
  26. package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +1 -1
  27. package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js +1 -6
  28. package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js.map +1 -1
  29. package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js +1 -1
  30. package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -1
  31. package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js +1 -1
  32. package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -1
  33. package/lib/module/components/Auth/index.js +6 -6
  34. package/lib/module/components/Auth/index.js.map +1 -1
  35. package/lib/module/components/BackgroundLayout/BackgroundLayout.js +1 -1
  36. package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -1
  37. package/lib/module/components/BlogView/BlogView.js +4 -10
  38. package/lib/module/components/BlogView/BlogView.js.map +1 -1
  39. package/lib/module/components/BlogView/index.js +1 -1
  40. package/lib/module/components/BlogView/index.js.map +1 -1
  41. package/lib/module/components/Button/BackBtn.js +1 -1
  42. package/lib/module/components/Button/BackBtn.js.map +1 -1
  43. package/lib/module/components/Button/MenuBtn.js +1 -1
  44. package/lib/module/components/Button/MenuBtn.js.map +1 -1
  45. package/lib/module/components/Button/PrimaryBtn.js +2 -2
  46. package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
  47. package/lib/module/components/Button/TextButton.js +2 -2
  48. package/lib/module/components/Button/TextButton.js.map +1 -1
  49. package/lib/module/components/Button/index.js +3 -3
  50. package/lib/module/components/Button/index.js.map +1 -1
  51. package/lib/module/components/Content/Card/Category/Category.js +2 -2
  52. package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
  53. package/lib/module/components/Content/Card/NowWatching/NowWatching.js +6 -6
  54. package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
  55. package/lib/module/components/Content/Card/Sliders/Styles/One.js +3 -3
  56. package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
  57. package/lib/module/components/Content/Card/Sliders/Styles/Two.js +4 -4
  58. package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
  59. package/lib/module/components/Content/Card/Sliders/index.js +2 -2
  60. package/lib/module/components/Content/Card/Sliders/index.js.map +1 -1
  61. package/lib/module/components/Content/Card/Styles/Five.js +4 -4
  62. package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
  63. package/lib/module/components/Content/Card/Styles/Four.js +4 -4
  64. package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
  65. package/lib/module/components/Content/Card/Styles/One.js +4 -4
  66. package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
  67. package/lib/module/components/Content/Card/Styles/RotateInOut.js +4 -4
  68. package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
  69. package/lib/module/components/Content/Card/Styles/Six.js +5 -5
  70. package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
  71. package/lib/module/components/Content/Card/Styles/Three.js +4 -4
  72. package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
  73. package/lib/module/components/Content/Card/Styles/TopTen.js +5 -5
  74. package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
  75. package/lib/module/components/Content/Card/Styles/Two.js +4 -4
  76. package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
  77. package/lib/module/components/Content/Card/components/CardPoster.js +1 -10
  78. package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
  79. package/lib/module/components/Content/Card/components/NavigateToMore.js +2 -2
  80. package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -1
  81. package/lib/module/components/Content/Card/components/NoContentFallback.js +3 -3
  82. package/lib/module/components/Content/Card/components/NoContentFallback.js.map +1 -1
  83. package/lib/module/components/Content/Card/components/ShowAllButton.js +1 -1
  84. package/lib/module/components/Content/Card/components/ShowAllButton.js.map +1 -1
  85. package/lib/module/components/Content/Card/components/ThumbnailCard.js +1 -1
  86. package/lib/module/components/Content/Card/components/ThumbnailCard.js.map +1 -1
  87. package/lib/module/components/Content/Card/index.js +10 -10
  88. package/lib/module/components/Content/Card/index.js.map +1 -1
  89. package/lib/module/components/Content/Content.js +4 -4
  90. package/lib/module/components/Content/Content.js.map +1 -1
  91. package/lib/module/components/Content/Sections.js +2 -2
  92. package/lib/module/components/Content/Sections.js.map +1 -1
  93. package/lib/module/components/ContentView/ContentView.js +8 -9
  94. package/lib/module/components/ContentView/ContentView.js.map +1 -1
  95. package/lib/module/components/ContentView/MoreContentList.js +6 -6
  96. package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
  97. package/lib/module/components/ContentView/components/AboutSection.js +2 -2
  98. package/lib/module/components/ContentView/components/AboutSection.js.map +1 -1
  99. package/lib/module/components/ContentView/components/CastCard.js +2 -2
  100. package/lib/module/components/ContentView/components/CastCard.js.map +1 -1
  101. package/lib/module/components/ContentView/components/EpisodeCard.js +3 -3
  102. package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -1
  103. package/lib/module/components/ContentView/components/GenreTags.js +1 -1
  104. package/lib/module/components/ContentView/components/GenreTags.js.map +1 -1
  105. package/lib/module/components/ContentView/components/HeroBanner.js +5 -5
  106. package/lib/module/components/ContentView/components/HeroBanner.js.map +1 -1
  107. package/lib/module/components/ContentView/components/PlayButton.js +0 -1
  108. package/lib/module/components/ContentView/components/PlayButton.js.map +1 -1
  109. package/lib/module/components/ContentView/components/Title.js +1 -1
  110. package/lib/module/components/ContentView/components/Title.js.map +1 -1
  111. package/lib/module/components/ContentView/components/TrailerButton.js +1 -2
  112. package/lib/module/components/ContentView/components/TrailerButton.js.map +1 -1
  113. package/lib/module/components/ContentView/index.js +2 -2
  114. package/lib/module/components/ContentView/index.js.map +1 -1
  115. package/lib/module/components/Headers/AppHeader.js +2 -2
  116. package/lib/module/components/Headers/AppHeader.js.map +1 -1
  117. package/lib/module/components/Headers/One.js +2 -2
  118. package/lib/module/components/Headers/One.js.map +1 -1
  119. package/lib/module/components/Headers/Three.js +2 -2
  120. package/lib/module/components/Headers/Three.js.map +1 -1
  121. package/lib/module/components/Headers/Two.js +5 -6
  122. package/lib/module/components/Headers/Two.js.map +1 -1
  123. package/lib/module/components/Headers/index.js +3 -3
  124. package/lib/module/components/Headers/index.js.map +1 -1
  125. package/lib/module/components/Input/Input.js +3 -3
  126. package/lib/module/components/Input/Input.js.map +1 -1
  127. package/lib/module/components/Input/InputOne.js +1 -1
  128. package/lib/module/components/Input/InputOne.js.map +1 -1
  129. package/lib/module/components/Input/InputTwo.js +1 -1
  130. package/lib/module/components/Input/InputTwo.js.map +1 -1
  131. package/lib/module/components/Input/PhoneNumberInput.js +1 -1
  132. package/lib/module/components/Input/PhoneNumberInput.js.map +1 -1
  133. package/lib/module/components/Keyboard/HideKeyboard.js.map +1 -1
  134. package/lib/module/components/Loader/Loader.js +1 -6
  135. package/lib/module/components/Loader/Loader.js.map +1 -1
  136. package/lib/module/components/Logo/Logo.js +2 -2
  137. package/lib/module/components/Logo/Logo.js.map +1 -1
  138. package/lib/module/components/Search/One.js +9 -9
  139. package/lib/module/components/Search/One.js.map +1 -1
  140. package/lib/module/components/Search/components/RecentSearchesSection.js +1 -1
  141. package/lib/module/components/Search/components/RecentSearchesSection.js.map +1 -1
  142. package/lib/module/components/Search/components/SearchCard.js +3 -3
  143. package/lib/module/components/Search/components/SearchCard.js.map +1 -1
  144. package/lib/module/components/Search/index.js +2 -2
  145. package/lib/module/components/Search/index.js.map +1 -1
  146. package/lib/module/components/Settings/AppSettings.js +4 -4
  147. package/lib/module/components/Settings/AppSettings.js.map +1 -1
  148. package/lib/module/components/Settings/index.js +1 -1
  149. package/lib/module/components/Settings/index.js.map +1 -1
  150. package/lib/module/components/Subscription/SubOne.js +4 -4
  151. package/lib/module/components/Subscription/SubOne.js.map +1 -1
  152. package/lib/module/components/Subscription/index.js +1 -1
  153. package/lib/module/components/Subscription/index.js.map +1 -1
  154. package/lib/module/components/TabBar/One.js +2 -2
  155. package/lib/module/components/TabBar/One.js.map +1 -1
  156. package/lib/module/components/TabBar/Three.js +1 -1
  157. package/lib/module/components/TabBar/Three.js.map +1 -1
  158. package/lib/module/components/TabBar/Two.js +2 -2
  159. package/lib/module/components/TabBar/Two.js.map +1 -1
  160. package/lib/module/components/TabBar/index.js +3 -3
  161. package/lib/module/components/TabBar/index.js.map +1 -1
  162. package/lib/module/components/Text/Text.js +1 -1
  163. package/lib/module/components/Text/Text.js.map +1 -1
  164. package/lib/module/components/Text/index.js +1 -1
  165. package/lib/module/components/Text/index.js.map +1 -1
  166. package/lib/module/components/User/DeviceSessions/DeviceSessions.js +3 -3
  167. package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -1
  168. package/lib/module/components/User/WatchHistory/WatchHistory.js +4 -4
  169. package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
  170. package/lib/module/components/User/WatchLater/WatchLater.js +5 -5
  171. package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
  172. package/lib/module/components/User/components/UserAvatar.js +1 -1
  173. package/lib/module/components/User/components/UserAvatar.js.map +1 -1
  174. package/lib/module/components/User/components/UserSection.js +3 -3
  175. package/lib/module/components/User/components/UserSection.js.map +1 -1
  176. package/lib/module/components/User/index.js +3 -3
  177. package/lib/module/components/User/index.js.map +1 -1
  178. package/lib/module/components/View/View.js.map +1 -1
  179. package/lib/module/components/View/index.js +1 -1
  180. package/lib/module/components/View/index.js.map +1 -1
  181. package/lib/module/components/index.js +19 -18
  182. package/lib/module/components/index.js.map +1 -1
  183. package/lib/module/components/layout/SafeAreaWrapper.js +1 -1
  184. package/lib/module/components/layout/SafeAreaWrapper.js.map +1 -1
  185. package/lib/module/components/layout/index.js +1 -1
  186. package/lib/module/components/layout/index.js.map +1 -1
  187. package/lib/module/constants/dummySections.js.map +1 -1
  188. package/lib/module/hooks/useDebounce.js.map +1 -1
  189. package/lib/module/hooks/useInitSplashCacheSync.js +7 -7
  190. package/lib/module/hooks/useInitSplashCacheSync.js.map +1 -1
  191. package/lib/module/hooks/useKeyboard.js.map +1 -1
  192. package/lib/module/hooks/usePaginatedSection.js.map +1 -1
  193. package/lib/module/index.js +3 -3
  194. package/lib/module/index.js.map +1 -1
  195. package/lib/module/package.json +1 -0
  196. package/lib/module/store/RecentSearchesStore.js.map +1 -1
  197. package/lib/module/store/splashStore.js.map +1 -1
  198. package/lib/module/theme/ThemeProvider.js +11 -8
  199. package/lib/module/theme/ThemeProvider.js.map +1 -1
  200. package/lib/module/theme/hook/useTheme.js +2 -2
  201. package/lib/module/theme/hook/useTheme.js.map +1 -1
  202. package/lib/module/theme/index.js +3 -2
  203. package/lib/module/theme/index.js.map +1 -1
  204. package/lib/module/theme/themes.js +0 -13
  205. package/lib/module/theme/themes.js.map +1 -1
  206. package/lib/typescript/package.json +1 -0
  207. package/lib/typescript/src/components/Account/Account.d.ts +0 -1
  208. package/lib/typescript/src/components/Account/Account.d.ts.map +1 -1
  209. package/lib/typescript/src/components/Alert/UAAlert.d.ts +16 -0
  210. package/lib/typescript/src/components/Alert/UAAlert.d.ts.map +1 -0
  211. package/lib/typescript/src/components/Alert/index.d.ts +2 -0
  212. package/lib/typescript/src/components/Alert/index.d.ts.map +1 -0
  213. package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +1 -1
  214. package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -1
  215. package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +1 -1
  216. package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -1
  217. package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -1
  218. package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +1 -1
  219. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts +0 -4
  220. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -1
  221. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -1
  222. package/lib/typescript/src/components/Auth/index.d.ts +1 -1
  223. package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
  224. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -1
  225. package/lib/typescript/src/components/BlogView/BlogView.d.ts +0 -4
  226. package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -1
  227. package/lib/typescript/src/components/Button/BackBtn.d.ts.map +1 -1
  228. package/lib/typescript/src/components/Button/MenuBtn.d.ts.map +1 -1
  229. package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
  230. package/lib/typescript/src/components/Button/TextButton.d.ts.map +1 -1
  231. package/lib/typescript/src/components/Content/Card/Category/Category.d.ts +1 -1
  232. package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
  233. package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -1
  234. package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
  235. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -1
  236. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
  237. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
  238. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
  239. package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
  240. package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -1
  241. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
  242. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
  243. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
  244. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +0 -8
  245. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
  246. package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts.map +1 -1
  247. package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts +1 -2
  248. package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts.map +1 -1
  249. package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts.map +1 -1
  250. package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts.map +1 -1
  251. package/lib/typescript/src/components/Content/Card/index.d.ts +2 -2
  252. package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
  253. package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
  254. package/lib/typescript/src/components/ContentView/ContentView.d.ts +1 -2
  255. package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +1 -1
  256. package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
  257. package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts +1 -2
  258. package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +1 -1
  259. package/lib/typescript/src/components/ContentView/components/CastCard.d.ts +1 -6
  260. package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +1 -1
  261. package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts +1 -2
  262. package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +1 -1
  263. package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts +1 -1
  264. package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +1 -1
  265. package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts +1 -2
  266. package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +1 -1
  267. package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts +1 -2
  268. package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts.map +1 -1
  269. package/lib/typescript/src/components/ContentView/components/Title.d.ts +1 -1
  270. package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +1 -1
  271. package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts +1 -2
  272. package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +1 -1
  273. package/lib/typescript/src/components/Headers/AppHeader.d.ts.map +1 -1
  274. package/lib/typescript/src/components/Headers/One.d.ts.map +1 -1
  275. package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
  276. package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -1
  277. package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -1
  278. package/lib/typescript/src/components/Input/InputTwo.d.ts.map +1 -1
  279. package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -1
  280. package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts.map +1 -1
  281. package/lib/typescript/src/components/Loader/Loader.d.ts +0 -4
  282. package/lib/typescript/src/components/Loader/Loader.d.ts.map +1 -1
  283. package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
  284. package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
  285. package/lib/typescript/src/components/Search/components/RecentSearchesSection.d.ts.map +1 -1
  286. package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
  287. package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -1
  288. package/lib/typescript/src/components/Subscription/SubOne.d.ts +1 -1
  289. package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -1
  290. package/lib/typescript/src/components/Subscription/index.d.ts +2 -2
  291. package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -1
  292. package/lib/typescript/src/components/TabBar/One.d.ts +2 -2
  293. package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -1
  294. package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -1
  295. package/lib/typescript/src/components/TabBar/Two.d.ts +1 -1
  296. package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -1
  297. package/lib/typescript/src/components/TabBar/index.d.ts +2 -2
  298. package/lib/typescript/src/components/Text/Text.d.ts.map +1 -1
  299. package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts +1 -1
  300. package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts.map +1 -1
  301. package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
  302. package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
  303. package/lib/typescript/src/components/User/components/UserAvatar.d.ts.map +1 -1
  304. package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -1
  305. package/lib/typescript/src/components/View/View.d.ts.map +1 -1
  306. package/lib/typescript/src/components/index.d.ts +1 -0
  307. package/lib/typescript/src/components/index.d.ts.map +1 -1
  308. package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts.map +1 -1
  309. package/lib/typescript/src/constants/dummySections.d.ts.map +1 -1
  310. package/lib/typescript/src/hooks/useDebounce.d.ts.map +1 -1
  311. package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts +1 -1
  312. package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts.map +1 -1
  313. package/lib/typescript/src/hooks/useKeyboard.d.ts.map +1 -1
  314. package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -1
  315. package/lib/typescript/src/index.d.ts.map +1 -1
  316. package/lib/typescript/src/store/RecentSearchesStore.d.ts +5 -3
  317. package/lib/typescript/src/store/RecentSearchesStore.d.ts.map +1 -1
  318. package/lib/typescript/src/store/splashStore.d.ts +5 -3
  319. package/lib/typescript/src/store/splashStore.d.ts.map +1 -1
  320. package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
  321. package/lib/typescript/src/theme/hook/useTheme.d.ts.map +1 -1
  322. package/lib/typescript/src/theme/index.d.ts +5 -0
  323. package/lib/typescript/src/theme/index.d.ts.map +1 -1
  324. package/lib/typescript/src/theme/themes.d.ts +11 -4
  325. package/lib/typescript/src/theme/themes.d.ts.map +1 -1
  326. package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
  327. package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts +1 -1
  328. package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts.map +1 -1
  329. package/package.json +167 -70
  330. package/src/Styles/globalStyles.ts +18 -18
  331. package/src/assets/animations/135037-payment-processing-error.json +1347 -1
  332. package/src/assets/animations/7227-vui-animation.json +3377 -1
  333. package/src/assets/animations/succesfull-payment.json +2379 -1
  334. package/src/assets/animations/voice-icon.json +542 -1
  335. package/src/components/Account/Account.tsx +139 -61
  336. package/src/components/Alert/UAAlert.tsx +168 -0
  337. package/src/components/Alert/index.ts +1 -0
  338. package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +53 -23
  339. package/src/components/Auth/Login/LoginWithEmail.tsx +62 -32
  340. package/src/components/Auth/Login/LoginWithPhone.tsx +55 -24
  341. package/src/components/Auth/OTP/OTP.tsx +77 -32
  342. package/src/components/Auth/SignUp/SignUp.tsx +67 -32
  343. package/src/components/Auth/SplashScreen/SplashScreen.tsx +44 -16
  344. package/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.tsx +21 -12
  345. package/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.tsx +5 -5
  346. package/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.tsx +15 -5
  347. package/src/components/Auth/index.ts +1 -1
  348. package/src/components/BackgroundLayout/BackgroundLayout.tsx +45 -17
  349. package/src/components/BlogView/BlogView.tsx +51 -31
  350. package/src/components/Button/BackBtn.tsx +31 -9
  351. package/src/components/Button/MenuBtn.tsx +61 -22
  352. package/src/components/Button/PrimaryBtn.tsx +30 -10
  353. package/src/components/Button/TextButton.tsx +30 -15
  354. package/src/components/Button/index.ts +1 -1
  355. package/src/components/Content/Card/Category/Category.tsx +73 -32
  356. package/src/components/Content/Card/NowWatching/NowWatching.tsx +102 -44
  357. package/src/components/Content/Card/Sliders/Styles/One.tsx +89 -38
  358. package/src/components/Content/Card/Sliders/Styles/Two.tsx +47 -21
  359. package/src/components/Content/Card/Sliders/index.ts +2 -2
  360. package/src/components/Content/Card/Styles/Five.tsx +65 -22
  361. package/src/components/Content/Card/Styles/Four.tsx +73 -23
  362. package/src/components/Content/Card/Styles/One.tsx +68 -21
  363. package/src/components/Content/Card/Styles/RotateInOut.tsx +59 -23
  364. package/src/components/Content/Card/Styles/Six.tsx +57 -19
  365. package/src/components/Content/Card/Styles/Three.tsx +59 -23
  366. package/src/components/Content/Card/Styles/TopTen.tsx +59 -26
  367. package/src/components/Content/Card/Styles/Two.tsx +39 -18
  368. package/src/components/Content/Card/components/CardPoster.tsx +34 -32
  369. package/src/components/Content/Card/components/NavigateToMore.tsx +17 -7
  370. package/src/components/Content/Card/components/NoContentFallback.tsx +36 -19
  371. package/src/components/Content/Card/components/ShowAllButton.tsx +12 -8
  372. package/src/components/Content/Card/components/ThumbnailCard.tsx +26 -17
  373. package/src/components/Content/Card/index.ts +2 -2
  374. package/src/components/Content/Content.tsx +41 -17
  375. package/src/components/Content/Sections.tsx +14 -8
  376. package/src/components/ContentView/ContentView.tsx +34 -27
  377. package/src/components/ContentView/MoreContentList.tsx +40 -18
  378. package/src/components/ContentView/components/AboutSection.tsx +30 -12
  379. package/src/components/ContentView/components/CastCard.tsx +65 -24
  380. package/src/components/ContentView/components/EpisodeCard.tsx +109 -44
  381. package/src/components/ContentView/components/GenreTags.tsx +35 -11
  382. package/src/components/ContentView/components/HeroBanner.tsx +52 -21
  383. package/src/components/ContentView/components/PlayButton.tsx +13 -5
  384. package/src/components/ContentView/components/Title.tsx +30 -10
  385. package/src/components/ContentView/components/TrailerButton.tsx +16 -7
  386. package/src/components/Headers/AppHeader.tsx +40 -14
  387. package/src/components/Headers/One.tsx +18 -9
  388. package/src/components/Headers/Three.tsx +22 -7
  389. package/src/components/Headers/Two.tsx +24 -13
  390. package/src/components/Headers/index.ts +1 -1
  391. package/src/components/Input/Input.ts +1 -1
  392. package/src/components/Input/InputOne.tsx +69 -23
  393. package/src/components/Input/InputTwo.tsx +41 -18
  394. package/src/components/Input/PhoneNumberInput.tsx +94 -48
  395. package/src/components/Keyboard/HideKeyboard.tsx +16 -10
  396. package/src/components/Loader/Loader.tsx +3 -8
  397. package/src/components/Logo/Logo.tsx +17 -9
  398. package/src/components/Search/One.tsx +46 -17
  399. package/src/components/Search/components/RecentSearchesSection.tsx +48 -21
  400. package/src/components/Search/components/SearchCard.tsx +34 -16
  401. package/src/components/Search/index.ts +1 -1
  402. package/src/components/Settings/AppSettings.tsx +80 -29
  403. package/src/components/Subscription/SubOne.tsx +84 -39
  404. package/src/components/Subscription/index.ts +1 -1
  405. package/src/components/TabBar/One.tsx +22 -18
  406. package/src/components/TabBar/Three.tsx +55 -19
  407. package/src/components/TabBar/Two.tsx +16 -12
  408. package/src/components/TabBar/index.ts +1 -1
  409. package/src/components/Text/Text.tsx +7 -3
  410. package/src/components/User/DeviceSessions/DeviceSessions.tsx +93 -38
  411. package/src/components/User/WatchHistory/WatchHistory.tsx +37 -12
  412. package/src/components/User/WatchLater/WatchLater.tsx +94 -31
  413. package/src/components/User/components/UserAvatar.tsx +8 -4
  414. package/src/components/User/components/UserSection.tsx +34 -19
  415. package/src/components/View/View.tsx +11 -2
  416. package/src/components/index.ts +1 -0
  417. package/src/components/layout/SafeAreaWrapper.tsx +10 -4
  418. package/src/constants/dummySections.ts +9 -7
  419. package/src/hooks/useDebounce.ts +4 -1
  420. package/src/hooks/useInitSplashCacheSync.ts +46 -18
  421. package/src/hooks/useKeyboard.ts +5 -3
  422. package/src/hooks/usePaginatedSection.ts +11 -7
  423. package/src/store/RecentSearchesStore.ts +12 -7
  424. package/src/store/splashStore.ts +16 -16
  425. package/src/theme/ThemeProvider.tsx +50 -20
  426. package/src/theme/hook/useTheme.ts +7 -3
  427. package/src/theme/index.ts +6 -0
  428. package/src/theme/themes.ts +42 -31
  429. package/src/types/content/content-view.types.ts +4 -1
  430. package/src/types/hook/usePaginatedSetion.ts +1 -1
  431. package/lib/module/components/Icons/AlertIcon.js +0 -33
  432. package/lib/module/components/Icons/AlertIcon.js.map +0 -1
  433. package/lib/module/components/Icons/DeviceIcon.js +0 -25
  434. package/lib/module/components/Icons/DeviceIcon.js.map +0 -1
  435. package/lib/module/components/Icons/DoneIcon/DoneIcon.js +0 -23
  436. package/lib/module/components/Icons/DoneIcon/DoneIcon.js.map +0 -1
  437. package/lib/module/components/Icons/ForgotPasswordMessageIcon.js +0 -65
  438. package/lib/module/components/Icons/ForgotPasswordMessageIcon.js.map +0 -1
  439. package/lib/module/components/Icons/ForgotPasswordMessageIconTwo.js +0 -56
  440. package/lib/module/components/Icons/ForgotPasswordMessageIconTwo.js.map +0 -1
  441. package/lib/module/components/Icons/NewIndex.js +0 -36
  442. package/lib/module/components/Icons/NewIndex.js.map +0 -1
  443. package/lib/module/components/Icons/ResendOTP.js +0 -21
  444. package/lib/module/components/Icons/ResendOTP.js.map +0 -1
  445. package/lib/typescript/src/components/Icons/AlertIcon.d.ts +0 -7
  446. package/lib/typescript/src/components/Icons/AlertIcon.d.ts.map +0 -1
  447. package/lib/typescript/src/components/Icons/DeviceIcon.d.ts +0 -7
  448. package/lib/typescript/src/components/Icons/DeviceIcon.d.ts.map +0 -1
  449. package/lib/typescript/src/components/Icons/DoneIcon/DoneIcon.d.ts +0 -6
  450. package/lib/typescript/src/components/Icons/DoneIcon/DoneIcon.d.ts.map +0 -1
  451. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIcon.d.ts +0 -3
  452. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIcon.d.ts.map +0 -1
  453. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIconTwo.d.ts +0 -3
  454. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIconTwo.d.ts.map +0 -1
  455. package/lib/typescript/src/components/Icons/NewIndex.d.ts +0 -19
  456. package/lib/typescript/src/components/Icons/NewIndex.d.ts.map +0 -1
  457. package/lib/typescript/src/components/Icons/ResendOTP.d.ts +0 -7
  458. package/lib/typescript/src/components/Icons/ResendOTP.d.ts.map +0 -1
  459. package/src/components/Icons/AlertIcon.tsx +0 -18
  460. package/src/components/Icons/DeviceIcon.tsx +0 -18
  461. package/src/components/Icons/DoneIcon/DoneIcon.tsx +0 -17
  462. package/src/components/Icons/ForgotPasswordMessageIcon.tsx +0 -34
  463. package/src/components/Icons/ForgotPasswordMessageIconTwo.tsx +0 -32
  464. package/src/components/Icons/NewIndex.ts +0 -35
  465. package/src/components/Icons/ResendOTP.tsx +0 -13
  466. /package/src/{index.ts → index.tsx} +0 -0
@@ -42,7 +42,7 @@ const UserSection: React.FC<UserSectionProps> = ({
42
42
  theme,
43
43
  avatarComponent,
44
44
  skeletonProps = {},
45
- userInfoTextStyle = {}
45
+ userInfoTextStyle = {},
46
46
  }) => {
47
47
  const { theme: appliedTheme } = useTheme(theme);
48
48
  if (!userInfo) return null;
@@ -81,15 +81,18 @@ const UserSection: React.FC<UserSectionProps> = ({
81
81
  {
82
82
  borderColor: appliedTheme.colors.primary,
83
83
  backgroundColor: appliedTheme.colors.white,
84
- shadowColor: appliedTheme.colors.surface
85
- }
84
+ shadowColor: appliedTheme.colors.surface,
85
+ },
86
86
  ]}
87
87
  android_ripple={{
88
- color: appliedTheme.colors.surfaceDisabled
88
+ color: appliedTheme.colors.surfaceDisabled,
89
89
  }}
90
90
  >
91
91
  <View style={styles.editContent}>
92
- <Edit3 size={moderateScale(14)} color={appliedTheme.colors.primary} />
92
+ <Edit3
93
+ size={moderateScale(14)}
94
+ color={appliedTheme.colors.primary}
95
+ />
93
96
  </View>
94
97
  </Pressable>
95
98
  )}
@@ -98,12 +101,24 @@ const UserSection: React.FC<UserSectionProps> = ({
98
101
  </View>
99
102
 
100
103
  {userInfo.name && (
101
- <Text style={[styles.userName, { color: appliedTheme.colors.onBackground }, userInfoTextStyle.nameStyle]}>
104
+ <Text
105
+ style={[
106
+ styles.userName,
107
+ { color: appliedTheme.colors.onBackground },
108
+ userInfoTextStyle.nameStyle,
109
+ ]}
110
+ >
102
111
  {userInfo.name}
103
112
  </Text>
104
113
  )}
105
114
  {userInfo.emailOrPhone && (
106
- <Text style={[styles.userEmail, { color: appliedTheme.colors.onBackground }, userInfoTextStyle.emailStyle]}>
115
+ <Text
116
+ style={[
117
+ styles.userEmail,
118
+ { color: appliedTheme.colors.onBackground },
119
+ userInfoTextStyle.emailStyle,
120
+ ]}
121
+ >
107
122
  {userInfo.emailOrPhone}
108
123
  </Text>
109
124
  )}
@@ -119,10 +134,10 @@ const styles = {
119
134
  alignItems: 'center',
120
135
  justifyContent: 'center',
121
136
  paddingVertical: verticalScale(10),
122
- height: verticalScale(200)
137
+ height: verticalScale(200),
123
138
  } as ViewStyle,
124
139
  avatarWrapper: {
125
- position: 'relative'
140
+ position: 'relative',
126
141
  } as ViewStyle,
127
142
  editButton: {
128
143
  position: 'absolute',
@@ -137,46 +152,46 @@ const styles = {
137
152
  elevation: 1,
138
153
  shadowOffset: { width: 0, height: 0.5 },
139
154
  shadowOpacity: 0.1,
140
- shadowRadius: 0.5
155
+ shadowRadius: 0.5,
141
156
  } as ViewStyle,
142
157
  editContent: {
143
158
  alignItems: 'center',
144
- justifyContent: 'center'
159
+ justifyContent: 'center',
145
160
  } as ViewStyle,
146
161
  editLabel: {
147
162
  fontSize: RFValue(8),
148
163
  marginTop: verticalScale(1),
149
164
  fontWeight: '500',
150
- lineHeight: moderateScale(12)
165
+ lineHeight: moderateScale(12),
151
166
  } as TextStyle,
152
167
  userName: {
153
168
  fontSize: RFValue(15),
154
169
  fontWeight: '600',
155
170
  marginTop: verticalScale(10),
156
- marginBottom: verticalScale(2)
171
+ marginBottom: verticalScale(2),
157
172
  } as TextStyle,
158
173
  userEmail: {
159
174
  fontSize: RFValue(13),
160
- opacity: 0.7
175
+ opacity: 0.7,
161
176
  } as TextStyle,
162
177
  skeletonWrapper: {
163
- alignItems: 'center'
178
+ alignItems: 'center',
164
179
  } as ViewStyle,
165
180
  skeletonAvatar: {
166
181
  width: scale(80),
167
182
  height: scale(80),
168
183
  borderRadius: scale(40),
169
- marginBottom: verticalScale(12)
184
+ marginBottom: verticalScale(12),
170
185
  } as ViewStyle,
171
186
  skeletonName: {
172
187
  width: scale(120),
173
188
  height: verticalScale(18),
174
189
  borderRadius: moderateScale(4),
175
- marginBottom: verticalScale(6)
190
+ marginBottom: verticalScale(6),
176
191
  } as ViewStyle,
177
192
  skeletonEmail: {
178
193
  width: scale(160),
179
194
  height: verticalScale(14),
180
- borderRadius: moderateScale(4)
181
- } as ViewStyle
195
+ borderRadius: moderateScale(4),
196
+ } as ViewStyle,
182
197
  };
@@ -3,14 +3,23 @@
3
3
  * @lastModified Mon 07 Jul 2025 at 11:49 AM
4
4
  */
5
5
  import React from 'react';
6
- import { View as RNView, type ViewProps as RNViewProps, type ViewStyle } from 'react-native';
6
+ import {
7
+ View as RNView,
8
+ type ViewProps as RNViewProps,
9
+ type ViewStyle,
10
+ } from 'react-native';
7
11
 
8
12
  export type ViewProps = RNViewProps & {
9
13
  style?: ViewStyle;
10
14
  backgroundColor?: string;
11
15
  };
12
16
 
13
- export const View: React.FC<ViewProps> = ({ style, backgroundColor = 'transparent', children, ...rest }) => {
17
+ export const View: React.FC<ViewProps> = ({
18
+ style,
19
+ backgroundColor = 'transparent',
20
+ children,
21
+ ...rest
22
+ }) => {
14
23
  return (
15
24
  <RNView style={[style, { backgroundColor }]} {...rest}>
16
25
  {children}
@@ -21,3 +21,4 @@ export * from './BlogView';
21
21
  export * from './ContentView';
22
22
  export * from './Search';
23
23
  export * from './Subscription';
24
+ export * from './Alert';
@@ -17,12 +17,18 @@ export const SafeAreaWrapper: React.FC<SafeAreaWrapperProps> = ({
17
17
  style,
18
18
  theme,
19
19
  edges = ['top'],
20
- fallbackBackground = '#fff'
20
+ fallbackBackground = '#fff',
21
21
  }) => {
22
22
  const { theme: appliedTheme } = useTheme(theme);
23
23
 
24
24
  const containerStyle = useMemo(() => {
25
- return [styles.container, { backgroundColor: appliedTheme?.colors?.background || fallbackBackground }, style];
25
+ return [
26
+ styles.container,
27
+ {
28
+ backgroundColor: appliedTheme?.colors?.background || fallbackBackground,
29
+ },
30
+ style,
31
+ ];
26
32
  }, [appliedTheme.colors.background, fallbackBackground, style]);
27
33
 
28
34
  return (
@@ -34,6 +40,6 @@ export const SafeAreaWrapper: React.FC<SafeAreaWrapperProps> = ({
34
40
 
35
41
  const styles = StyleSheet.create({
36
42
  container: {
37
- flex: 1
38
- }
43
+ flex: 1,
44
+ },
39
45
  });
@@ -1,6 +1,8 @@
1
1
  import type { IGetSectionData } from '../types';
2
2
 
3
- const generateDummySection = (type: IGetSectionData['type']): IGetSectionData => {
3
+ const generateDummySection = (
4
+ type: IGetSectionData['type']
5
+ ): IGetSectionData => {
4
6
  return {
5
7
  _id: `dummy-${type}`,
6
8
  name: `Loading ${type.charAt(0).toUpperCase() + type.slice(1)}`,
@@ -9,7 +11,7 @@ const generateDummySection = (type: IGetSectionData['type']): IGetSectionData =>
9
11
  category: {
10
12
  _id: 'dummy-cat-id',
11
13
  name: 'Dummy',
12
- slug: 'dummy'
14
+ slug: 'dummy',
13
15
  },
14
16
  content: {
15
17
  data: Array(5).fill({ id: '', order: 0 }),
@@ -20,15 +22,15 @@ const generateDummySection = (type: IGetSectionData['type']): IGetSectionData =>
20
22
  page: 1,
21
23
  hasNextPage: true,
22
24
  length: 5,
23
- nextPage: 2
24
- }
25
- }
25
+ nextPage: 2,
26
+ },
27
+ },
26
28
  },
27
29
  label: '',
28
30
  order: 0,
29
31
  status: false,
30
32
  createdAt: new Date(),
31
- updatedAt: new Date()
33
+ updatedAt: new Date(),
32
34
  };
33
35
  };
34
36
 
@@ -41,5 +43,5 @@ export const dummySections: IGetSectionData[] = [
41
43
  generateDummySection('card_style_4'),
42
44
  generateDummySection('card_style_5'),
43
45
  generateDummySection('card_style_6'),
44
- generateDummySection('top_10')
46
+ generateDummySection('top_10'),
45
47
  ];
@@ -1,6 +1,9 @@
1
1
  import React from 'react';
2
2
 
3
- export const useDebounce = (callback: (value: string) => void, delay: number) => {
3
+ export const useDebounce = (
4
+ callback: (value: string) => void,
5
+ delay: number
6
+ ) => {
4
7
  const timeoutRef = React.useRef<NodeJS.Timeout | null>(null);
5
8
 
6
9
  return React.useCallback(
@@ -12,13 +12,25 @@ import { useSplashStore } from '../store/splashStore';
12
12
  const mmkvStorage = new MMKV();
13
13
  const inFlightDownloadsMap = new Map<string, Promise<string | null>>();
14
14
 
15
- const SUPPORTED_FILE_TYPES = ['json', 'mp4', 'jpg', 'jpeg', 'png', 'webp'] as const;
15
+ const SUPPORTED_FILE_TYPES = [
16
+ 'json',
17
+ 'mp4',
18
+ 'jpg',
19
+ 'jpeg',
20
+ 'png',
21
+ 'webp',
22
+ ] as const;
16
23
 
17
24
  const extractFileExtension = (url: string): string => {
18
25
  try {
19
26
  const cleanUrl = url.split('?')[0];
20
- const ext = cleanUrl?.substring(cleanUrl.lastIndexOf('.') + 1).toLowerCase() || '';
21
- return SUPPORTED_FILE_TYPES.includes(ext as (typeof SUPPORTED_FILE_TYPES)[number]) ? ext : 'png';
27
+ const ext =
28
+ cleanUrl?.substring(cleanUrl.lastIndexOf('.') + 1).toLowerCase() || '';
29
+ return SUPPORTED_FILE_TYPES.includes(
30
+ ext as (typeof SUPPORTED_FILE_TYPES)[number]
31
+ )
32
+ ? ext
33
+ : 'png';
22
34
  } catch {
23
35
  return 'png';
24
36
  }
@@ -34,7 +46,7 @@ const cacheSplashAsset = async (
34
46
 
35
47
  const ext = extension.replace(/^\./, '').trim() || 'mp4';
36
48
  const hash = CryptoJS.MD5(`${url}|${mmkvKey}|${ext}`).toString();
37
- const localPath = `${RNFS.CachesDirectoryPath}/splash_${hash}.${ext}`;
49
+ const localPath = `${RNFS?.CachesDirectoryPath}/splash_${hash}.${ext}`;
38
50
 
39
51
  if (inFlightDownloadsMap.has(hash)) {
40
52
  return inFlightDownloadsMap.get(hash)!;
@@ -45,26 +57,26 @@ const cacheSplashAsset = async (
45
57
  const previousHash = mmkvStorage.getString(mmkvKey);
46
58
 
47
59
  if (previousHash && previousHash !== hash) {
48
- const oldPath = `${RNFS.CachesDirectoryPath}/splash_${previousHash}.${ext}`;
49
- const exists = await RNFS.exists(oldPath);
60
+ const oldPath = `${RNFS?.CachesDirectoryPath}/splash_${previousHash}.${ext}`;
61
+ const exists = await RNFS?.exists(oldPath);
50
62
  if (exists) {
51
- await RNFS.unlink(oldPath).catch(() => {});
63
+ await RNFS?.unlink(oldPath).catch(() => {});
52
64
  }
53
65
  }
54
66
 
55
67
  if (!forceDownload) {
56
- const exists = await RNFS.exists(localPath);
68
+ const exists = await RNFS?.exists(localPath);
57
69
  if (exists && previousHash === hash) {
58
70
  return localPath;
59
71
  }
60
72
  }
61
73
 
62
- const { statusCode } = await RNFS.downloadFile({
74
+ const { statusCode } = await RNFS?.downloadFile({
63
75
  fromUrl: url,
64
76
  toFile: localPath,
65
77
  cacheable: true,
66
78
  readTimeout: 15000,
67
- connectionTimeout: 10000
79
+ connectionTimeout: 10000,
68
80
  }).promise;
69
81
 
70
82
  if (statusCode === 200) {
@@ -89,11 +101,11 @@ type UseSplashCacheSyncOptions = {
89
101
  export const useInitSplashCacheSync = ({
90
102
  logoUrl,
91
103
  backgroundUrl,
92
- forceDownload = false
104
+ forceDownload = false,
93
105
  }: UseSplashCacheSyncOptions) => {
94
106
  const [splashSyncState, setSplashSyncState] = useState({
95
107
  isReady: false,
96
- error: null as Error | null
108
+ error: null as Error | null,
97
109
  });
98
110
 
99
111
  const setSplashLogoPath = useSplashStore((s) => s.setLogoPath);
@@ -106,11 +118,21 @@ export const useInitSplashCacheSync = ({
106
118
  try {
107
119
  const [logoPath, backgroundPath] = await Promise.all([
108
120
  logoUrl
109
- ? cacheSplashAsset(logoUrl, extractFileExtension(logoUrl), 'splash_logo', forceDownload)
121
+ ? cacheSplashAsset(
122
+ logoUrl,
123
+ extractFileExtension(logoUrl),
124
+ 'splash_logo',
125
+ forceDownload
126
+ )
110
127
  : Promise.resolve(null),
111
128
  backgroundUrl
112
- ? cacheSplashAsset(backgroundUrl, extractFileExtension(backgroundUrl), 'splash_background', forceDownload)
113
- : Promise.resolve(null)
129
+ ? cacheSplashAsset(
130
+ backgroundUrl,
131
+ extractFileExtension(backgroundUrl),
132
+ 'splash_background',
133
+ forceDownload
134
+ )
135
+ : Promise.resolve(null),
114
136
  ]);
115
137
 
116
138
  if (!isMounted) return;
@@ -130,7 +152,13 @@ export const useInitSplashCacheSync = ({
130
152
  return () => {
131
153
  isMounted = false;
132
154
  };
133
- }, [logoUrl, backgroundUrl, forceDownload, setSplashLogoPath, setSplashBackgroundPath]);
155
+ }, [
156
+ logoUrl,
157
+ backgroundUrl,
158
+ forceDownload,
159
+ setSplashLogoPath,
160
+ setSplashBackgroundPath,
161
+ ]);
134
162
 
135
163
  const splashLogoLocalPath = useSplashStore((s) => s.logo.localPath);
136
164
  const splashBackgroundLocalPath = useSplashStore((s) => s.backdrop.localPath);
@@ -140,7 +168,7 @@ export const useInitSplashCacheSync = ({
140
168
  isLoading: !splashSyncState.isReady && !splashSyncState.error,
141
169
  data: {
142
170
  localPathLogo: splashLogoLocalPath,
143
- localPathBackground: splashBackgroundLocalPath
144
- }
171
+ localPathBackground: splashBackgroundLocalPath,
172
+ },
145
173
  };
146
174
  };
@@ -10,8 +10,10 @@ export const useKeyboard = () => {
10
10
  const [isKeyboardOpen, setKeyboardOpen] = useState(false);
11
11
 
12
12
  useEffect(() => {
13
- const showEvent = Platform.OS === 'ios' ? 'keyboardWillShow' : 'keyboardDidShow';
14
- const hideEvent = Platform.OS === 'ios' ? 'keyboardWillHide' : 'keyboardDidHide';
13
+ const showEvent =
14
+ Platform.OS === 'ios' ? 'keyboardWillShow' : 'keyboardDidShow';
15
+ const hideEvent =
16
+ Platform.OS === 'ios' ? 'keyboardWillHide' : 'keyboardDidHide';
15
17
 
16
18
  const showListener = Keyboard.addListener(showEvent, () => {
17
19
  setKeyboardOpen(true);
@@ -29,6 +31,6 @@ export const useKeyboard = () => {
29
31
 
30
32
  return {
31
33
  isKeyboardOpen,
32
- hideKeyboard: () => Keyboard.dismiss()
34
+ hideKeyboard: () => Keyboard.dismiss(),
33
35
  };
34
36
  };
@@ -17,7 +17,7 @@ export function usePaginatedSection<T>(
17
17
  nextPage: number | null;
18
18
  }>({
19
19
  hasNextPage: true,
20
- nextPage: 2
20
+ nextPage: 2,
21
21
  });
22
22
  const [loading, setLoading] = useState(false);
23
23
 
@@ -38,8 +38,8 @@ export function usePaginatedSection<T>(
38
38
  sectionId,
39
39
  meta: {
40
40
  hasNextPage: pagination.hasNextPage,
41
- nextPage: page
42
- }
41
+ nextPage: page,
42
+ },
43
43
  });
44
44
 
45
45
  if (!res || !res.data || !res.meta?.pagination) {
@@ -50,14 +50,18 @@ export function usePaginatedSection<T>(
50
50
  const { hasNextPage, nextPage } = res.meta.pagination;
51
51
 
52
52
  setData((prev) => {
53
- const existingIds = new Set((prev as any[]).map((item: any) => item._id));
54
- const newItems = res.data.filter((item: any) => !existingIds.has(item._id));
53
+ const existingIds = new Set(
54
+ (prev as any[]).map((item: any) => item._id)
55
+ );
56
+ const newItems = res.data.filter(
57
+ (item: any) => !existingIds.has(item._id)
58
+ );
55
59
  return [...prev, ...newItems];
56
60
  });
57
61
 
58
62
  setPagination({
59
63
  hasNextPage,
60
- nextPage
64
+ nextPage,
61
65
  });
62
66
  } catch (err) {
63
67
  console.error(`❌ Error loading section [${sectionId}]:`, err);
@@ -73,6 +77,6 @@ export function usePaginatedSection<T>(
73
77
  pagination,
74
78
  loading,
75
79
  hasMore: pagination.hasNextPage,
76
- loadMoreData
80
+ loadMoreData,
77
81
  };
78
82
  }
@@ -33,32 +33,37 @@ export const useRecentSearchesStore = create<RecentSearchesState>()(
33
33
 
34
34
  const maxCount = limit ?? get().pillMaxCount;
35
35
  const current = get().recentSearches;
36
- const updated = [trimmed, ...current.filter((t) => t !== trimmed)].slice(0, maxCount);
36
+ const updated = [
37
+ trimmed,
38
+ ...current.filter((t) => t !== trimmed),
39
+ ].slice(0, maxCount);
37
40
  set({ recentSearches: updated });
38
41
  },
39
42
 
40
43
  removeSearchTerm: (term) =>
41
44
  set((state) => ({
42
- recentSearches: state.recentSearches.filter((t) => t !== term)
45
+ recentSearches: state.recentSearches.filter((t) => t !== term),
43
46
  })),
44
47
 
45
48
  clearSearches: () => set({ recentSearches: [] }),
46
49
 
47
- setPillMaxCount: (count) => set({ pillMaxCount: count })
50
+ setPillMaxCount: (count) => set({ pillMaxCount: count }),
48
51
  }),
49
52
  {
50
53
  name: 'recent-searches-storage',
51
54
  storage: createJSONStorage(() => ({
52
55
  getItem: (name) => mmkv.getString(name) ?? null,
53
56
  setItem: (name, value) => mmkv.set(name, value),
54
- removeItem: (name) => mmkv.delete(name)
57
+ removeItem: (name) => mmkv.delete(name),
55
58
  })),
56
59
  partialize: (state) => ({
57
60
  recentSearches: state.recentSearches,
58
- pillMaxCount: state.pillMaxCount
61
+ pillMaxCount: state.pillMaxCount,
59
62
  }),
60
63
  onRehydrateStorage: () => (state) => {
61
- const hasData = (state?.recentSearches?.length ?? 0) > 0 || (state?.pillMaxCount ?? 20) !== 20;
64
+ const hasData =
65
+ (state?.recentSearches?.length ?? 0) > 0 ||
66
+ (state?.pillMaxCount ?? 20) !== 20;
62
67
 
63
68
  if (hasData) {
64
69
  setTimeout(() => {
@@ -68,7 +73,7 @@ export const useRecentSearchesStore = create<RecentSearchesState>()(
68
73
  } else {
69
74
  useRecentSearchesStore.setState({ isLoading: false });
70
75
  }
71
- }
76
+ },
72
77
  }
73
78
  )
74
79
  );
@@ -28,11 +28,11 @@ export const useSplashStore = create<SplashState>()(
28
28
  (set) => ({
29
29
  logo: {
30
30
  localPath: null,
31
- lastUpdated: null
31
+ lastUpdated: null,
32
32
  },
33
33
  backdrop: {
34
34
  localPath: null,
35
- lastUpdated: null
35
+ lastUpdated: null,
36
36
  },
37
37
 
38
38
  setLogoPath: (path) =>
@@ -40,16 +40,16 @@ export const useSplashStore = create<SplashState>()(
40
40
  logo: {
41
41
  ...state.logo,
42
42
  localPath: path,
43
- lastUpdated: Date.now()
44
- }
43
+ lastUpdated: Date.now(),
44
+ },
45
45
  })),
46
46
 
47
47
  clearLogoPath: () =>
48
48
  set(() => ({
49
49
  logo: {
50
50
  localPath: null,
51
- lastUpdated: null
52
- }
51
+ lastUpdated: null,
52
+ },
53
53
  })),
54
54
 
55
55
  setBackdropPath: (path) =>
@@ -57,35 +57,35 @@ export const useSplashStore = create<SplashState>()(
57
57
  backdrop: {
58
58
  ...state.backdrop,
59
59
  localPath: path,
60
- lastUpdated: Date.now()
61
- }
60
+ lastUpdated: Date.now(),
61
+ },
62
62
  })),
63
63
 
64
64
  clearBackdropPath: () =>
65
65
  set(() => ({
66
66
  backdrop: {
67
67
  localPath: null,
68
- lastUpdated: null
69
- }
70
- }))
68
+ lastUpdated: null,
69
+ },
70
+ })),
71
71
  }),
72
72
  {
73
73
  name: 'splash-storage',
74
74
  storage: createJSONStorage(() => ({
75
75
  getItem: (name) => mmkv.getString(name) || null, // Updated to use MMKV getString
76
76
  setItem: (name, value) => mmkv.set(name, value), // Updated to use MMKV set
77
- removeItem: (name) => mmkv.delete(name) // Updated to use MMKV delete
77
+ removeItem: (name) => mmkv.delete(name), // Updated to use MMKV delete
78
78
  })),
79
79
  partialize: (state) => ({
80
80
  logo: {
81
81
  localPath: state.logo.localPath,
82
- lastUpdated: state.logo.lastUpdated
82
+ lastUpdated: state.logo.lastUpdated,
83
83
  },
84
84
  backdrop: {
85
85
  localPath: state.backdrop.localPath,
86
- lastUpdated: state.backdrop.lastUpdated
87
- }
88
- })
86
+ lastUpdated: state.backdrop.lastUpdated,
87
+ },
88
+ }),
89
89
  }
90
90
  )
91
91
  );