@eohjsc/react-native-smart-city 0.6.2-rc9 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (304) hide show
  1. package/README.md +1 -1
  2. package/android/build.gradle +10 -19
  3. package/package.json +53 -70
  4. package/src/commons/Action/__test__/ItemQuickAction.test.js +2 -2
  5. package/src/commons/ActionGroup/NumberUpDownActionTemplate.js +3 -3
  6. package/src/commons/ActionGroup/OnOffSmartLock/AutoLock/ButtonWrapper.js +3 -3
  7. package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/__test__/ItemPasscode.test.js +2 -2
  8. package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/__test__/index.test.js +3 -3
  9. package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/index.js +3 -3
  10. package/src/commons/ActionGroup/OnOffSmartLock/SetupGeneratePasscode/ButtonWrapper.js +2 -2
  11. package/src/commons/ActionGroup/OnOffSmartLock/SetupGeneratePasscode/__test__/index.test.js +0 -15
  12. package/src/commons/ActionGroup/OnOffTemplate/OnOffSimpleTemplate.js +2 -2
  13. package/src/commons/ActionGroup/OptionsDropdownActionTemplate.js +2 -2
  14. package/src/commons/ActionGroup/SmartTiviActionTemplate/SmartTiviActionTemplate.js +2 -2
  15. package/src/commons/ActionGroup/SmartTiviActionTemplate/component/CircleButton.js +5 -5
  16. package/src/commons/ActionGroup/SmartTiviActionTemplate/component/ControlPlay.js +5 -5
  17. package/src/commons/ActionGroup/TerminalBoxTemplate.js +2 -2
  18. package/src/commons/ActionGroup/TextBoxTemplate.js +2 -2
  19. package/src/commons/ActionGroup/ThreeButtonTemplate/__test__/ThreeButtonTemplate.test.js +4 -4
  20. package/src/commons/ActionGroup/TimerActionTemplate.js +4 -5
  21. package/src/commons/ActionGroup/TwoButtonTemplate/index.js +2 -2
  22. package/src/commons/ActionGroup/__test__/ColorPickerTemplate.test.js +4 -9
  23. package/src/commons/ActionGroup/__test__/NumberUpDownTemplate.test.js +2 -9
  24. package/src/commons/ActionGroup/__test__/OnOffButtonTemplate.test.js +4 -11
  25. package/src/commons/ActionGroup/__test__/OnOffSmartLock.test.js +2 -9
  26. package/src/commons/ActionGroup/__test__/OnOffTemplate.test.js +4 -18
  27. package/src/commons/ActionGroup/__test__/OneBigButtonTemplate.test.js +2 -2
  28. package/src/commons/ActionGroup/__test__/OptionsDropdownTemplate.test.js +1 -8
  29. package/src/commons/ActionGroup/__test__/StatesGridActionTemplate.test.js +0 -7
  30. package/src/commons/ActionGroup/__test__/SwitchButtonTemplate.test.js +4 -15
  31. package/src/commons/ActionGroup/__test__/TerminalBoxTemplate.test.js +0 -7
  32. package/src/commons/ActionGroup/__test__/TextBoxTemplate.test.js +1 -8
  33. package/src/commons/ActionGroup/__test__/TimerActionTemplate.test.js +8 -15
  34. package/src/commons/ActionGroup/__test__/TimerActionTemplateWithutConfigValue.test.js +2 -10
  35. package/src/commons/ActionGroup/__test__/TwoButtonTemplate.test.js +3 -20
  36. package/src/commons/ActionGroup/__test__/index.test.js +15 -23
  37. package/src/commons/ActionTemplate/__test__/index.test.js +2 -0
  38. package/src/commons/ActionTemplate/__test__/utils.js +21 -0
  39. package/src/commons/ActionTemplate/index.js +1 -2
  40. package/src/commons/BackDefault/index.js +2 -2
  41. package/src/commons/ButtonPopup/index.js +2 -2
  42. package/src/commons/Calendar/__test__/Calendar.test.js +0 -7
  43. package/src/commons/CircleButton/__test__/CircleButton.test.js +2 -2
  44. package/src/commons/Dashboard/MyPinnedSharedUnit/__test__/MyPinnedSharedUnit.test.js +11 -25
  45. package/src/commons/Dashboard/MyUnit/__test__/MyUnit.test.js +27 -20
  46. package/src/commons/Dashboard/MyUnit/index.js +0 -1
  47. package/src/commons/DateTimeRangeChange/DateTimeButton.js +2 -2
  48. package/src/commons/DateTimeRangeChange/__test__/DateTimeButton.test.js +4 -4
  49. package/src/commons/DateTimeRangeChange/index.js +2 -2
  50. package/src/commons/Device/ConnectedViewHeader.js +2 -2
  51. package/src/commons/Device/DisconnectedView.js +2 -2
  52. package/src/commons/Device/Emergency/EmergencyDetail.js +3 -3
  53. package/src/commons/Device/Emergency/__test__/EmergencyDetail.test.js +2 -2
  54. package/src/commons/Device/FlatListItems.js +3 -3
  55. package/src/commons/Device/Hanet/ItemHanetDevice.js +3 -3
  56. package/src/commons/Device/Hanet/ItemHanetDevice.test.js +3 -11
  57. package/src/commons/Device/ItemAddNew/index.js +2 -2
  58. package/src/commons/Device/ItemDevice.js +2 -2
  59. package/src/commons/Device/SonosSpeaker/index.js +3 -3
  60. package/src/commons/Device/WaterPurifierStatus/AlertStatusMachine.js +2 -2
  61. package/src/commons/Device/WaterQualitySensor/QualityIndicatorsItem.js +2 -6
  62. package/src/commons/DisplayChecking/index.js +2 -2
  63. package/src/commons/EmergencyButton/AlertSendConfirm.js +2 -2
  64. package/src/commons/EmergencyButton/AlertSent.js +6 -2
  65. package/src/commons/FieldTemplate/ChooseUserField/index.js +2 -2
  66. package/src/commons/FieldTemplate/PasscodeField/__test__/index.test.js +5 -5
  67. package/src/commons/FieldTemplate/ScheduleField/__test__/index.test.js +9 -9
  68. package/src/commons/Form/CurrencyInput.js +1 -15
  69. package/src/commons/GroupCheckBox/__test__/GroupCheckBox.test.js +1 -22
  70. package/src/commons/Header/HeaderCustom.js +8 -3
  71. package/src/commons/HeaderAni/index.js +2 -2
  72. package/src/commons/IconComponent/index.js +3 -3
  73. package/src/commons/MediaPlayerDetail/MediaPlayerFull.js +1 -1
  74. package/src/commons/MediaPlayerDetail/__test__/MediaPlayerFull.test.js +12 -48
  75. package/src/commons/MenuActionAddnew/__test__/MenuActionAddNew.test.js +1 -1
  76. package/src/commons/MenuActionList/__test__/MenuActionList.test.js +1 -0
  77. package/src/commons/NavBar/index.js +2 -2
  78. package/src/commons/OneTapTemplate/NumberUpDownActionTemplate.js +3 -3
  79. package/src/commons/PreventAccess/__test__/PreventAccess.test.js +1 -13
  80. package/src/commons/Processing/__test__/Connecting.test.js +3 -14
  81. package/src/commons/SearchLocation/index.js +3 -3
  82. package/src/commons/SelectActionCard/index.js +2 -2
  83. package/src/commons/SelectSubUnit/__test__/SelectSubUnit.test.js +1 -18
  84. package/src/commons/SelectSubUnit/index.js +2 -2
  85. package/src/commons/SelectUnit/__test__/SelectUnit.test.js +1 -13
  86. package/src/commons/Sharing/BtnRemoveMember.js +2 -2
  87. package/src/commons/Sharing/StationDevicePermissions.js +2 -2
  88. package/src/commons/Sharing/WrapHeaderScrollable.js +1 -1
  89. package/src/commons/Sharing/__test__/ButtonRemoveMember.test.js +2 -2
  90. package/src/commons/Sharing/__test__/DevicePermissionsCheckbox.test.js +1 -1
  91. package/src/commons/SubUnit/DeviceTemplate/ConfigAndEvaluation/ConfigAndEvaluation.js +2 -2
  92. package/src/commons/SubUnit/DeviceTemplate/ConfigValue/ConfigValue.js +2 -2
  93. package/src/commons/SubUnit/DeviceTemplate/EvaluationOverConfig/EvaluationOverConfig.js +2 -2
  94. package/src/commons/SubUnit/Item/index.js +3 -3
  95. package/src/commons/SubUnit/OneTap/ItemOneTap.js +2 -2
  96. package/src/commons/SubUnit/OneTap/__test__/SubUnitAutomate.test.js +11 -8
  97. package/src/commons/SubUnit/__test__/Favorites.test.js +1 -13
  98. package/src/commons/SubUnit/__test__/ShortDetail.test.js +5 -16
  99. package/src/commons/SummaryItem/index.js +22 -23
  100. package/src/commons/Tabbar/__test__/index.test.js +0 -11
  101. package/src/commons/Unit/HeaderUnit/index.js +84 -84
  102. package/src/commons/Unit/SharedUnit.js +7 -7
  103. package/src/commons/Unit/__test__/HeaderUnit.test.js +29 -52
  104. package/src/commons/Unit/__test__/SharedUnit.test.js +94 -105
  105. package/src/commons/UnitSummary/AirQuality/SegmentedRoundDisplay/index.js +11 -30
  106. package/src/commons/WrapParallaxScrollView/index.js +21 -50
  107. package/src/configs/API.js +1 -2
  108. package/src/hooks/Common/__test__/useAndroidTranslucentStatusBar.test.js +4 -15
  109. package/src/hooks/Common/useIsOwnerOfUnit.js +1 -1
  110. package/src/hooks/IoT/__test__/useRemoteControl.test.js +1 -1
  111. package/src/hooks/IoT/__test__/useWatchConfigs.test.js +6 -21
  112. package/src/iot/RemoteControl/HomeAssistant.js +1 -1
  113. package/src/iot/RemoteControl/__test__/Bluetooth.test.js +234 -232
  114. package/src/navigations/AutomateStack.js +2 -2
  115. package/src/navigations/EmergencyContactsStack.js +2 -2
  116. package/src/navigations/SharedStack.js +6 -4
  117. package/src/navigations/UnitStack.js +2 -10
  118. package/src/screens/ActivityLog/hooks/index.js +7 -4
  119. package/src/screens/ActivityLog/index.js +2 -2
  120. package/src/screens/AddCommon/__test__/SelectSubUnit.test.js +4 -21
  121. package/src/screens/AddCommon/__test__/SelectUnit.test.js +7 -19
  122. package/src/screens/AddLocationMaps/__test__/index.test.js +3 -13
  123. package/src/screens/AddLocationMaps/index.js +11 -6
  124. package/src/screens/AddNewDevice/__test__/AddNewDevice.test.js +3 -20
  125. package/src/screens/AddNewGateway/PlugAndPlay/__test__/FirstWarning.test.js +11 -18
  126. package/src/screens/AddNewGateway/PlugAndPlay/__test__/ZigbeeDeviceConnectGuide.test.js +4 -21
  127. package/src/screens/AddNewGateway/RenameNewDevices.js +2 -2
  128. package/src/screens/AddNewGateway/__test__/AddNewGateway.test.js +3 -3
  129. package/src/screens/AddNewGateway/__test__/ConnectingModbusDevice.test.js +0 -17
  130. package/src/screens/AddNewGateway/__test__/ConnectingWifiDevice.test.js +4 -19
  131. package/src/screens/AddNewGateway/__test__/ConnectingWifiGuide.test.js +3 -15
  132. package/src/screens/AddNewGateway/__test__/ConnectingZigbeeDevice.test.js +31 -51
  133. package/src/screens/AddNewGateway/__test__/RenameNewDevices.test.js +9 -22
  134. package/src/screens/AddNewGateway/__test__/ScanGatewayQR.test.js +12 -19
  135. package/src/screens/AddNewGateway/__test__/ScanModbusQR.test.js +6 -16
  136. package/src/screens/AddNewGateway/__test__/ScanWifiDeviceQR.test.js +4 -15
  137. package/src/screens/AddNewGateway/__test__/SelectDeviceSubUnit.test.js +3 -3
  138. package/src/screens/AddNewGateway/__test__/SelectDeviceType.test.js +18 -10
  139. package/src/screens/AddNewGateway/__test__/SelectDeviceUnit.test.js +1 -1
  140. package/src/screens/AddNewGateway/__test__/SelectModbusGateway.test.js +12 -9
  141. package/src/screens/AddNewGateway/__test__/SelectZigbeeGateway.test.js +12 -9
  142. package/src/screens/AddNewGateway/__test__/ShareWifiPassword.test.js +7 -21
  143. package/src/screens/AllGateway/DetailConfigActionInternal/__test__/index.test.js +0 -20
  144. package/src/screens/AllGateway/DetailConfigActionModbus/__test__/index.test.js +7 -24
  145. package/src/screens/AllGateway/DeviceGatewayInfo/__test__/index.test.js +0 -17
  146. package/src/screens/AllGateway/DeviceInternalDetail/__test__/index.test.js +84 -100
  147. package/src/screens/AllGateway/DeviceModbusDetail/__test__/index.test.js +64 -82
  148. package/src/screens/AllGateway/DeviceZigbeeDetail/__test__/index.test.js +36 -55
  149. package/src/screens/AllGateway/GatewayConnectionMethods/__test__/index.test.js +9 -18
  150. package/src/screens/AllGateway/GatewayDetail/__test__/index.test.js +10 -37
  151. package/src/screens/AllGateway/GatewayInfo/__test__/index.test.js +7 -32
  152. package/src/screens/AllGateway/__test__/index.test.js +1 -14
  153. package/src/screens/AllGateway/components/GatewayItem/__test__/index.test.js +0 -12
  154. package/src/screens/AllGateway/components/TabPaneCT/__test__/index.test.js +1 -13
  155. package/src/screens/AllGateway/components/TabPaneCT/index.js +1 -1
  156. package/src/screens/AllGateway/hooks/__test__/index.test.js +1 -8
  157. package/src/screens/AllGateway/test-utils.js +1 -1
  158. package/src/screens/Automate/AddNewAction/NewActionWrapper.js +2 -2
  159. package/src/screens/Automate/AddNewAction/SetupConfigCondition.js +27 -28
  160. package/src/screens/Automate/AddNewAction/__test__/ChooseAction.test.js +3 -3
  161. package/src/screens/Automate/AddNewAction/__test__/ChooseConfig.test.js +8 -5
  162. package/src/screens/Automate/AddNewAction/__test__/SelectControlDevices.test.js +2 -2
  163. package/src/screens/Automate/AddNewAction/__test__/SelectMonitorDevices.test.js +1 -18
  164. package/src/screens/Automate/AddNewAction/__test__/SetupConfigCondition.test.js +17 -15
  165. package/src/screens/Automate/AddNewAutoSmart/__test__/AddNewAutoSmart.test.js +4 -4
  166. package/src/screens/Automate/EditActionsList/__tests__/UpdateActionScript.test.js +38 -55
  167. package/src/screens/Automate/EditActionsList/__tests__/UpdateDelayScript.test.js +0 -18
  168. package/src/screens/Automate/EditActionsList/__tests__/UpdateNotifyScript.test.js +1 -19
  169. package/src/screens/Automate/EditActionsList/__tests__/index.test.js +14 -11
  170. package/src/screens/Automate/OneTap/__test__/AddNewOneTap.test.js +3 -3
  171. package/src/screens/Automate/Scenario/__test__/AddNewOneTap.test.js +2 -2
  172. package/src/screens/Automate/ScriptDetail/Components/AddActionScript.js +2 -2
  173. package/src/screens/Automate/ScriptDetail/__test__/index.test.js +33 -25
  174. package/src/screens/Automate/ScriptDetail/index.js +6 -6
  175. package/src/screens/Automate/SetSchedule/__test__/index.test.js +4 -4
  176. package/src/screens/Automate/SetSchedule/components/RowItem.js +3 -3
  177. package/src/screens/Automate/__test__/MultiUnits.test.js +7 -7
  178. package/src/screens/Automate/__test__/index.test.js +6 -6
  179. package/src/screens/Automate/index.js +2 -2
  180. package/src/screens/ChangePosition/__test__/index.test.js +1 -14
  181. package/src/screens/ConfirmUnitDeletion/__test__/ConfirmUnitDeletion.test.js +1 -23
  182. package/src/screens/Device/EditDevice/__test__/EditDevice.test.js +1 -11
  183. package/src/screens/Device/EditDevice/index.js +2 -2
  184. package/src/screens/Device/__test__/detail.test.js +11 -11
  185. package/src/screens/Device/__test__/sensorDisplayItem.test.js +0 -12
  186. package/src/screens/Device/detail.js +14 -12
  187. package/src/screens/Drawer/Drawer.test.js +3 -11
  188. package/src/screens/Drawer/index.js +3 -4
  189. package/src/screens/EmergencyContacts/EmergencyContactsList.js +4 -8
  190. package/src/screens/EmergencyContacts/EmergencyContactsSelectContacts.js +3 -3
  191. package/src/screens/EmergencyContacts/__test__/EmergencyContactAddNew.test.js +4 -17
  192. package/src/screens/EmergencyContacts/__test__/EmergencyContactList.test.js +3 -14
  193. package/src/screens/EmergencyContacts/__test__/EmergencyContactsSelectContacts.test.js +0 -10
  194. package/src/screens/EmergencySetting/components/DropDownItem.js +2 -2
  195. package/src/screens/EnterPassword/__test__/EnterPassword.test.js +4 -17
  196. package/src/screens/GuestInfo/__test__/index.test.js +0 -11
  197. package/src/screens/GuestInfo/components/RowGuestInfo.js +2 -2
  198. package/src/screens/GuestInfo/index.js +2 -2
  199. package/src/screens/HanetCamera/Detail.js +6 -2
  200. package/src/screens/HanetCamera/ManageAccess.js +3 -4
  201. package/src/screens/HanetCamera/MemberInfo.js +4 -4
  202. package/src/screens/HanetCamera/__test__/CaptureFaceID.test.js +2 -16
  203. package/src/screens/HanetCamera/__test__/Detail.test.js +1 -12
  204. package/src/screens/HanetCamera/__test__/ManageAccess.test.js +5 -16
  205. package/src/screens/HanetCamera/__test__/MemberInfo.test.js +5 -18
  206. package/src/screens/HanetCamera/components/RequestFaceIDPopup.js +2 -2
  207. package/src/screens/ManageAccess/__test__/ManageAccess.test.js +3 -19
  208. package/src/screens/ManageAccess/index.js +3 -3
  209. package/src/screens/MoveToAnotherSubUnit/__test__/index.test.js +7 -7
  210. package/src/screens/Notification/__test__/Notification.test.js +5 -15
  211. package/src/screens/Notification/__test__/NotificationItem.test.js +9 -19
  212. package/src/screens/Notification/index.js +5 -5
  213. package/src/screens/PlayBackCamera/__test__/index.test.js +13 -22
  214. package/src/screens/PlayBackCamera/index.js +2 -2
  215. package/src/screens/ScanChipQR/components/QRScan/__test__/QRScan.test.js +0 -11
  216. package/src/screens/ScanChipQR/components/QRScan/index.js +3 -3
  217. package/src/screens/SelectUnit/__test__/index.test.js +9 -29
  218. package/src/screens/SelectUnit/index.js +2 -2
  219. package/src/screens/SharedUnit/TabHeader.js +2 -2
  220. package/src/screens/Sharing/Components/EndDevice.js +3 -3
  221. package/src/screens/Sharing/SelectUser.js +5 -4
  222. package/src/screens/Sharing/UnitMemberList.js +7 -6
  223. package/src/screens/Sharing/__test__/InfoMemberUnit.test.js +9 -4
  224. package/src/screens/Sharing/__test__/SelectShareDevice.test.js +2 -15
  225. package/src/screens/Sharing/__test__/SelectUser.test.js +2 -22
  226. package/src/screens/Sharing/__test__/UnitMemberList.test.js +2 -2
  227. package/src/screens/Sharing/__test__/UpdateShareDevice.test.js +4 -17
  228. package/src/screens/Sharing/hooks/__test__/index.test.js +2 -13
  229. package/src/screens/SmartAccount/Connecting/index.js +0 -2
  230. package/src/screens/SmartAccount/ListDevice/__test__/ListDevice.test.js +3 -18
  231. package/src/screens/SmartAccount/SuccessfullyConnected/__test__/SuccessfullyConnected.test.js +11 -21
  232. package/src/screens/SmartAccount/SuccessfullyConnected/index.js +3 -4
  233. package/src/screens/SmartAccount/__test__/Connecting.test.js +30 -36
  234. package/src/screens/SmartAccount/__test__/SmartAccount.test.js +12 -21
  235. package/src/screens/SmartIr/__test__/GroupButtonByType.test.js +8 -17
  236. package/src/screens/SmartIr/__test__/SelectBrand.test.js +1 -11
  237. package/src/screens/SmartIr/__test__/SelectDeviceType.test.js +1 -12
  238. package/src/screens/SmartIr/__test__/SmartIr.test.js +3 -11
  239. package/src/screens/SmartIr/components/GroupButtonByType/GroupButtonByType.js +6 -5
  240. package/src/screens/SmartIr/components/SelectBrand.js +2 -2
  241. package/src/screens/SubUnit/AddSubUnit.js +1 -0
  242. package/src/screens/SubUnit/EditSubUnit.js +3 -2
  243. package/src/screens/SubUnit/ManageSubUnit.js +5 -5
  244. package/src/screens/SubUnit/__test__/AddSubUnit.test.js +9 -31
  245. package/src/screens/SubUnit/__test__/EditSubUnit.test.js +12 -30
  246. package/src/screens/SubUnit/__test__/ManageSubUnit.test.js +2 -2
  247. package/src/screens/SubUnit/hooks/__test__/useManageSubUnit.test.js +0 -12
  248. package/src/screens/SyncLGDevice/__test__/AddLGDevice.test.js +7 -20
  249. package/src/screens/Template/__test__/EditTemplate.test.js +4 -15
  250. package/src/screens/Template/__test__/GatewayList.test.js +0 -9
  251. package/src/screens/Template/__test__/detail.test.js +8 -8
  252. package/src/screens/Template/__test__/index.test.js +3 -14
  253. package/src/screens/Template/detail.js +2 -2
  254. package/src/screens/Unit/Detail.js +12 -53
  255. package/src/screens/Unit/SelectAddToFavorites.js +2 -2
  256. package/src/screens/Unit/SelectAddress.js +9 -4
  257. package/src/screens/Unit/SmartAccountItem.js +2 -2
  258. package/src/screens/Unit/Station/__test__/index.test.js +2 -2
  259. package/src/screens/Unit/Summaries.js +24 -29
  260. package/src/screens/Unit/__test__/AddMenu.test.js +5 -2
  261. package/src/screens/Unit/__test__/CheckSendEmail.test.js +0 -12
  262. package/src/screens/Unit/__test__/ChooseLocation.test.js +1 -4
  263. package/src/screens/Unit/__test__/Detail.test.js +14 -12
  264. package/src/screens/Unit/__test__/ManageUnit.test.js +2 -17
  265. package/src/screens/Unit/__test__/MoreMenu.test.js +1 -11
  266. package/src/screens/Unit/__test__/SelectAddToFavorites.test.js +3 -14
  267. package/src/screens/Unit/__test__/SelectAddress.test.js +4 -17
  268. package/src/screens/Unit/__test__/SmartAccount.test.js +14 -11
  269. package/src/screens/Unit/__test__/SmartAccountItem.test.js +0 -11
  270. package/src/screens/Unit/__test__/Summaries.test.js +2 -14
  271. package/src/screens/Unit/components/AutomateScript/index.js +2 -2
  272. package/src/screens/Unit/components/ButtonWrapper/index.js +3 -4
  273. package/src/screens/Unit/components/Header/index.js +5 -4
  274. package/src/screens/Unit/components/SharedUnit/index.js +5 -5
  275. package/src/screens/Unit/components/__test__/Header.test.js +1 -14
  276. package/src/screens/Unit/components/__test__/MyUnitDevice.test.js +1 -11
  277. package/src/screens/Unit/components/__test__/SharedUnit.test.js +1 -11
  278. package/src/screens/UnitSummary/__test__/index.test.js +51 -17
  279. package/src/screens/UnitSummary/components/3PPowerConsumption/__test__/3PPowerConsumption.test.js +8 -25
  280. package/src/screens/UnitSummary/components/AirQuality/__test__/index.test.js +1 -7
  281. package/src/screens/UnitSummary/components/AirQuality/index.js +8 -3
  282. package/src/screens/UnitSummary/components/PowerConsumption/__test__/PowerConsumption.test.js +0 -11
  283. package/src/screens/UnitSummary/components/RunningDevices/__test__/index.test.js +1 -16
  284. package/src/screens/UnitSummary/components/Temperature/index.js +5 -1
  285. package/src/screens/UnitSummary/components/UvIndex/__test__/index.test.js +0 -8
  286. package/src/screens/UnitSummary/components/UvIndex/index.js +6 -2
  287. package/src/screens/UnitSummary/components/WaterQuality/Item/index.js +2 -2
  288. package/src/screens/UnitSummary/components/WaterQuality/__test__/index.test.js +14 -18
  289. package/src/screens/UnitSummary/components/__test__/UnitSummary.test.js +8 -8
  290. package/src/screens/UnitSummary/index.js +4 -8
  291. package/src/utils/Converter/__test__/timer.test.js +8 -0
  292. package/src/utils/Functions/preloadImages.js +13 -14
  293. package/src/utils/Monitor.js +2 -3
  294. package/src/utils/Route/index.js +0 -1
  295. package/src/utils/Storage.js +1 -1
  296. package/src/commons/Device/WindSpeed/LinearChart/__test__/LinearChart.test.js +0 -48
  297. package/src/commons/Device/WindSpeed/LinearChart/index.js +0 -155
  298. package/src/screens/AddNewGateway/hooks/__Tests__/index.test.js +0 -27
  299. package/src/screens/AddNewGateway/hooks/index.js +0 -31
  300. package/src/screens/SubUnit/Detail.js +0 -150
  301. package/src/screens/SubUnit/__test__/Detail.test.js +0 -125
  302. package/src/screens/UnitSummary/components/Temperature/ChartAverage/index.js +0 -62
  303. package/src/screens/UnitSummary/components/Temperature/__test__/ChartAverage.test.js +0 -17
  304. package/src/utils/dateHelper/getTickValues.js +0 -22
@@ -13,18 +13,6 @@ import _TextInput from '../../../../commons/Form/TextInput';
13
13
  import { flushPromises } from '../../../AllGateway/test-utils';
14
14
 
15
15
  const mock = new MockAdapter(api.axiosInstance);
16
- const mockedNavigate = jest.fn();
17
- const mockedDispatch = jest.fn();
18
- jest.mock('@react-navigation/native', () => {
19
- return {
20
- ...jest.requireActual('@react-navigation/native'),
21
- useNavigation: () => ({
22
- navigate: mockedNavigate,
23
- dispatch: mockedDispatch,
24
- }),
25
- useIsFocused: () => true,
26
- };
27
- });
28
16
 
29
17
  const wrapComponent = (route) => (
30
18
  <SCProvider initState={mockSCStore({})}>
@@ -57,7 +45,6 @@ describe('Test SuccessfullyConnected', () => {
57
45
  };
58
46
  beforeEach(() => {
59
47
  mock.reset();
60
- mockedNavigate.mockClear();
61
48
  });
62
49
  it('render SuccessfullyConnected', async () => {
63
50
  mock.onGet(API.CHIP.RENAME_DEVICES(1)).reply(200, {
@@ -113,13 +100,16 @@ describe('Test SuccessfullyConnected', () => {
113
100
  await act(async () => {
114
101
  handleContinue.props.onPress();
115
102
  });
116
- expect(mockedNavigate).toBeCalledWith(Routes.ListDeviceSmartAccount, {
117
- smart_account_id: 1,
118
- username: 'textEoh@gmail.com',
119
- brand: 'test brand',
120
- unit_id: 1,
121
- chipId: 1,
122
- });
103
+ expect(global.mockedNavigate).toBeCalledWith(
104
+ Routes.ListDeviceSmartAccount,
105
+ {
106
+ smart_account_id: 1,
107
+ username: 'textEoh@gmail.com',
108
+ brand: 'test brand',
109
+ unit_id: 1,
110
+ chipId: 1,
111
+ }
112
+ );
123
113
  });
124
114
  it('render function handleFinish ', async () => {
125
115
  await act(async () => {
@@ -135,7 +125,7 @@ describe('Test SuccessfullyConnected', () => {
135
125
  await act(async () => {
136
126
  handleFinish.props.onPress();
137
127
  });
138
- expect(mockedDispatch).toBeCalledWith({
128
+ expect(global.mockedDispatch).toBeCalledWith({
139
129
  payload: {
140
130
  index: 0,
141
131
  routes: [
@@ -1,8 +1,7 @@
1
1
  import React, { memo, useCallback, useEffect, useState } from 'react';
2
- import { View, ScrollView } from 'react-native';
2
+ import { View, ScrollView, ActivityIndicator } from 'react-native';
3
3
  import { useNavigation, CommonActions } from '@react-navigation/native';
4
- import { IconOutline } from '@ant-design/icons-react-native';
5
- import { ActivityIndicator } from '@ant-design/react-native';
4
+ import AntDesign from 'react-native-vector-icons/AntDesign';
6
5
 
7
6
  import _TextInput from '../../../commons/Form/TextInput';
8
7
  import Text from '../../../commons/Text';
@@ -135,7 +134,7 @@ const SuccessfullyConnected = memo(({ route }) => {
135
134
  <View style={styles.wrap}>
136
135
  <ScrollView>
137
136
  <View style={styles.body}>
138
- <IconOutline name="check-circle" size={28} color={Colors.Green6} />
137
+ <AntDesign name="check-circle" size={28} color={Colors.Green6} />
139
138
  <Text bold style={styles.connectingText}>
140
139
  {t('successfully_connected')}
141
140
  </Text>
@@ -17,22 +17,10 @@ const wrapComponent = (route) => (
17
17
  <SmartAccountConnecting route={route} />
18
18
  </SCProvider>
19
19
  );
20
- const mockedNavigate = jest.fn();
21
-
22
- jest.mock('@react-navigation/native', () => {
23
- return {
24
- ...jest.requireActual('@react-navigation/native'),
25
- useNavigation: () => ({
26
- navigate: mockedNavigate,
27
- }),
28
- };
29
- });
30
20
 
31
21
  describe('Test Connecting', () => {
32
22
  let tree;
33
- afterEach(() => {
34
- mockedNavigate.mockClear();
35
- });
23
+
36
24
  it('render Connecting', async () => {
37
25
  const route = {
38
26
  params: {
@@ -65,7 +53,7 @@ describe('Test Connecting', () => {
65
53
  await act(async () => {
66
54
  tree = await renderer.create(wrapComponent(route));
67
55
  });
68
- expect(mockedNavigate).toBeCalledWith(Routes.SmartAccount, {
56
+ expect(global.mockedNavigate).toBeCalledWith(Routes.SmartAccount, {
69
57
  params: {},
70
58
  });
71
59
  });
@@ -85,7 +73,7 @@ describe('Test Connecting', () => {
85
73
  await act(async () => {
86
74
  tree = await renderer.create(wrapComponent(route));
87
75
  });
88
- expect(mockedNavigate).not.toHaveBeenCalled();
76
+ expect(global.mockedNavigate).not.toHaveBeenCalled();
89
77
  });
90
78
 
91
79
  it('render connecting sync smartAccount success', async () => {
@@ -120,14 +108,17 @@ describe('Test Connecting', () => {
120
108
  await jest.advanceTimersByTime(1000);
121
109
  });
122
110
 
123
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.ListDeviceSmartAccount, {
124
- username: 'abc',
125
- brand: '',
126
- device_data: undefined,
127
- unit_id: 1,
128
- smart_account_id_from_backend: undefined,
129
- chipId: undefined,
130
- });
111
+ expect(global.mockedNavigate).toHaveBeenCalledWith(
112
+ Routes.ListDeviceSmartAccount,
113
+ {
114
+ username: 'abc',
115
+ brand: '',
116
+ device_data: undefined,
117
+ unit_id: 1,
118
+ smart_account_id_from_backend: undefined,
119
+ chipId: undefined,
120
+ }
121
+ );
131
122
 
132
123
  // Clear the timers
133
124
  jest.useRealTimers();
@@ -162,19 +153,22 @@ describe('Test Connecting', () => {
162
153
  await jest.advanceTimersByTime(1000);
163
154
  });
164
155
 
165
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.SuccessfullyConnected, {
166
- nameSubUnit: undefined,
167
- listDeviceIds: true,
168
- listSelectDevice: undefined,
169
- smart_account_id: undefined,
170
- smart_account_id_from_backend: undefined,
171
- unit_id: 1,
172
- unitName: undefined,
173
- stationId: undefined,
174
- username: 'abc',
175
- brand: '',
176
- chipId: 1,
177
- });
156
+ expect(global.mockedNavigate).toHaveBeenCalledWith(
157
+ Routes.SuccessfullyConnected,
158
+ {
159
+ nameSubUnit: undefined,
160
+ listDeviceIds: true,
161
+ listSelectDevice: undefined,
162
+ smart_account_id: undefined,
163
+ smart_account_id_from_backend: undefined,
164
+ unit_id: 1,
165
+ unitName: undefined,
166
+ stationId: undefined,
167
+ username: 'abc',
168
+ brand: '',
169
+ chipId: 1,
170
+ }
171
+ );
178
172
 
179
173
  // Clear the timers
180
174
  jest.useRealTimers();
@@ -15,22 +15,10 @@ const wrapComponent = (route) => (
15
15
  <SmartAccount route={route} />
16
16
  </SCProvider>
17
17
  );
18
- const mockedNavigate = jest.fn();
19
-
20
- jest.mock('@react-navigation/native', () => {
21
- return {
22
- ...jest.requireActual('@react-navigation/native'),
23
- useNavigation: () => ({
24
- navigate: mockedNavigate,
25
- }),
26
- };
27
- });
28
18
 
29
19
  describe('Test SmartAccount', () => {
30
20
  let tree;
31
- afterEach(() => {
32
- mockedNavigate.mockClear();
33
- });
21
+
34
22
  it('render SmartAccount', async () => {
35
23
  const route = {
36
24
  params: {
@@ -164,12 +152,15 @@ describe('Test SmartAccount', () => {
164
152
  await act(async () => {
165
153
  await touchableOpacity.props.onPress();
166
154
  });
167
- expect(mockedNavigate).toBeCalledWith(Routes.SmartAccountConnecting, {
168
- brand: 'google_home',
169
- password: '1234567',
170
- unit_id: 1,
171
- username: 'eoh.dienquang@gmail.com',
172
- });
155
+ expect(global.mockedNavigate).toBeCalledWith(
156
+ Routes.SmartAccountConnecting,
157
+ {
158
+ brand: 'google_home',
159
+ password: '1234567',
160
+ unit_id: 1,
161
+ username: 'eoh.dienquang@gmail.com',
162
+ }
163
+ );
173
164
  });
174
165
 
175
166
  it('render handle sync item DienQuang from screen dashboard', async () => {
@@ -215,7 +206,7 @@ describe('Test SmartAccount', () => {
215
206
  await act(async () => {
216
207
  await touchableOpacity.props.onPress();
217
208
  });
218
- expect(mockedNavigate).toBeCalledWith(Routes.AddDeviceStack, {
209
+ expect(global.mockedNavigate).toBeCalledWith(Routes.AddDeviceStack, {
219
210
  screen: 'AddCommonSelectUnit',
220
211
  params: {
221
212
  addType: 'AddHassioDevice',
@@ -245,7 +236,7 @@ describe('Test SmartAccount', () => {
245
236
  await touchSupplierItem[1].props.onPress();
246
237
  });
247
238
  expect(touchSupplierItem).toBeDefined();
248
- expect(mockedNavigate).toBeCalledWith(Routes.Browser, {
239
+ expect(global.mockedNavigate).toBeCalledWith(Routes.Browser, {
249
240
  // eslint-disable-next-line max-len
250
241
  link: 'https://qt-vn.m.lgaccount.com/emp/v2/authorize?client_id=2b85aee334f046848341547894bb7c4e&redirect_uri=app://eoh/sync-lg-device&response_type=code&state=1',
251
242
  });
@@ -9,7 +9,8 @@ import { AccessibilityLabel } from '../../../configs/Constants';
9
9
  import TextInput from '../../../commons/Form/TextInput';
10
10
  import { ModalCustom } from '../../../commons/Modal';
11
11
  import { TouchableOpacity } from 'react-native';
12
- import { IconOutline } from '@ant-design/icons-react-native';
12
+ import AntDesign from 'react-native-vector-icons/AntDesign';
13
+ import MaterialIcons from 'react-native-vector-icons/MaterialIcons';
13
14
 
14
15
  const wrapComponent = (route) => (
15
16
  <SCProvider initState={mockSCStore({})}>
@@ -17,16 +18,6 @@ const wrapComponent = (route) => (
17
18
  </SCProvider>
18
19
  );
19
20
 
20
- const mockNavigate = jest.fn();
21
- jest.mock('@react-navigation/native', () => {
22
- return {
23
- ...jest.requireActual('@react-navigation/native'),
24
- useNavigation: () => ({
25
- navigate: mockNavigate,
26
- }),
27
- };
28
- });
29
-
30
21
  describe('Test GroupButtonByType', () => {
31
22
  let tree;
32
23
  it('render GroupButtonByType', async () => {
@@ -139,15 +130,15 @@ describe('Test GroupButtonByType', () => {
139
130
  AccessibilityLabel.HEADER_BUTTON_TYPE_RELOAD &&
140
131
  el.type === TouchableOpacity
141
132
  );
142
- const iconOutline = instance.find(
133
+ const icon = instance.find(
143
134
  (el) =>
144
135
  el.props.accessibilityLabel ===
145
- AccessibilityLabel.ICON_OUTLINE_TYPE_RELOAD && el.type === IconOutline
136
+ AccessibilityLabel.ICON_OUTLINE_TYPE_RELOAD && el.type === AntDesign
146
137
  );
147
138
  await act(async () => {
148
139
  await touch.props.onPress();
149
140
  });
150
- expect(iconOutline.props.name).toEqual('reload');
141
+ expect(icon.props.name).toEqual('reload1');
151
142
 
152
143
  const touch2 = instance.find(
153
144
  (el) =>
@@ -155,14 +146,14 @@ describe('Test GroupButtonByType', () => {
155
146
  AccessibilityLabel.HEADER_BUTTON_TYPE_MORE &&
156
147
  el.type === TouchableOpacity
157
148
  );
158
- const iconOutline2 = instance.find(
149
+ const moreIcon = instance.find(
159
150
  (el) =>
160
151
  el.props.accessibilityLabel ===
161
- AccessibilityLabel.ICON_OUTLINE_TYPE_MORE && el.type === IconOutline
152
+ AccessibilityLabel.ICON_OUTLINE_TYPE_MORE && el.type === MaterialIcons
162
153
  );
163
154
  await act(async () => {
164
155
  await touch2.props.onPress();
165
156
  });
166
- expect(iconOutline2.props.name).toEqual('more');
157
+ expect(moreIcon.props.name).toEqual('more-vert');
167
158
  });
168
159
  });
@@ -12,16 +12,6 @@ const wrapComponent = (route) => (
12
12
  </SCProvider>
13
13
  );
14
14
 
15
- const mockNavigate = jest.fn();
16
- jest.mock('@react-navigation/native', () => {
17
- return {
18
- ...jest.requireActual('@react-navigation/native'),
19
- useNavigation: () => ({
20
- navigate: mockNavigate,
21
- }),
22
- };
23
- });
24
-
25
15
  describe('Test SelectBrand', () => {
26
16
  let tree;
27
17
  it('render SelectBrand', async () => {
@@ -55,6 +45,6 @@ describe('Test SelectBrand', () => {
55
45
  await act(async () => {
56
46
  rowItem[0].props.onPress();
57
47
  });
58
- expect(mockNavigate).toHaveBeenCalled();
48
+ expect(global.mockedNavigate).toHaveBeenCalled();
59
49
  });
60
50
  });
@@ -11,17 +11,6 @@ const wrapComponent = () => (
11
11
  </SCProvider>
12
12
  );
13
13
 
14
- const mockNavigate = jest.fn();
15
-
16
- jest.mock('@react-navigation/native', () => {
17
- return {
18
- ...jest.requireActual('@react-navigation/native'),
19
- useNavigation: () => ({
20
- navigate: mockNavigate,
21
- }),
22
- };
23
- });
24
-
25
14
  describe('Test SelectIrDeviceType', () => {
26
15
  let tree;
27
16
 
@@ -47,6 +36,6 @@ describe('Test SelectIrDeviceType', () => {
47
36
  await act(async () => {
48
37
  itemDevice.props.onPress();
49
38
  });
50
- expect(mockNavigate).toHaveBeenCalled();
39
+ expect(global.mockedNavigate).toHaveBeenCalled();
51
40
  });
52
41
  });
@@ -11,19 +11,11 @@ const wrapComponent = (item) => (
11
11
  <SmartIr item={item} />
12
12
  </SCProvider>
13
13
  );
14
- const mockNavigate = jest.fn();
15
- jest.mock('@react-navigation/native', () => {
16
- return {
17
- ...jest.requireActual('@react-navigation/native'),
18
- useNavigation: () => ({
19
- navigate: mockNavigate,
20
- }),
21
- };
22
- });
14
+
23
15
  describe('Test SmartIr', () => {
24
16
  let tree;
25
17
  beforeEach(() => {
26
- mockNavigate.mockClear();
18
+ global.mockedNavigate.mockClear();
27
19
  });
28
20
  it('render SmartIr', async () => {
29
21
  const item = {
@@ -65,6 +57,6 @@ describe('Test SmartIr', () => {
65
57
  await act(async () => {
66
58
  itemAddNew.props.onPress();
67
59
  });
68
- expect(mockNavigate).toHaveBeenCalled();
60
+ expect(global.mockedNavigate).toHaveBeenCalled();
69
61
  });
70
62
  });
@@ -5,7 +5,8 @@ import { useTranslations } from '../../../../hooks/Common/useTranslations';
5
5
  import SmartTiviActionTemplate from '../../../../commons/ActionGroup/SmartTiviActionTemplate/SmartTiviActionTemplate';
6
6
  import Text from '../../../../commons/Text';
7
7
  import { ModalCustom } from '../../../../commons/Modal';
8
- import { IconOutline } from '@ant-design/icons-react-native';
8
+ import AntDesign from 'react-native-vector-icons/AntDesign';
9
+ import MaterialIcons from 'react-native-vector-icons/MaterialIcons';
9
10
  import { Colors } from '../../../../configs';
10
11
  import TextInput from '../../../../commons/Form/TextInput';
11
12
  import { ButtonsBottom } from './ButtonsBottom';
@@ -57,8 +58,8 @@ const GroupButtonByType = memo(({ route }) => {
57
58
  style={[styles.headerButton]}
58
59
  accessibilityLabel={AccessibilityLabel.HEADER_BUTTON_TYPE_RELOAD}
59
60
  >
60
- <IconOutline
61
- name={'reload'}
61
+ <AntDesign
62
+ name={'reload1'}
62
63
  size={27}
63
64
  color={Colors.Black}
64
65
  accessibilityLabel={AccessibilityLabel.ICON_OUTLINE_TYPE_RELOAD}
@@ -69,8 +70,8 @@ const GroupButtonByType = memo(({ route }) => {
69
70
  style={[styles.headerButton]}
70
71
  accessibilityLabel={AccessibilityLabel.HEADER_BUTTON_TYPE_MORE}
71
72
  >
72
- <IconOutline
73
- name={'more'}
73
+ <MaterialIcons
74
+ name={'more-vert'}
74
75
  size={27}
75
76
  color={Colors.Black}
76
77
  accessibilityLabel={AccessibilityLabel.ICON_OUTLINE_TYPE_MORE}
@@ -5,7 +5,7 @@ import { HeaderCustom } from '../../../commons/Header';
5
5
  import { useTranslations } from '../../../hooks/Common/useTranslations';
6
6
  import Routes from '../../../utils/Route';
7
7
  import { RowItem } from '../../../commons/RowItem';
8
- import { IconOutline } from '@ant-design/icons-react-native';
8
+ import AntDesign from 'react-native-vector-icons/AntDesign';
9
9
  import { Colors } from '../../../configs';
10
10
 
11
11
  import styles from './SelectBrandStyles';
@@ -47,7 +47,7 @@ const SelectDeviceType = memo(({ route }) => {
47
47
  key={index.toString()}
48
48
  isShowSubText={false}
49
49
  rightComponent={
50
- <IconOutline name="right" size={20} color={Colors.Gray7} />
50
+ <AntDesign name="right" size={20} color={Colors.Gray7} />
51
51
  }
52
52
  />
53
53
  );
@@ -100,6 +100,7 @@ const AddSubUnit = ({ route }) => {
100
100
  headers: { 'Content-Type': 'multipart/form-data' },
101
101
  }
102
102
  );
103
+
103
104
  if (success) {
104
105
  ToastBottomHelper.success(t('text_create_sub_unit_success'));
105
106
  if (addType === 'AddHassiDevice') {
@@ -18,7 +18,7 @@ import AlertAction from '../../commons/AlertAction';
18
18
  import _TextInput from '../../commons/Form/TextInput';
19
19
  import Text from '../../commons/Text';
20
20
  import { AccessibilityLabel } from '../../configs/Constants';
21
- import { IconOutline } from '@ant-design/icons-react-native';
21
+ import AntDesign from 'react-native-vector-icons/AntDesign';
22
22
  import { useEmeragencyContacts } from './hooks/useEmergencyContacts';
23
23
  import useKeyboardAnimated from '../../hooks/Explore/useKeyboardAnimated';
24
24
  import styles from './EditSubUnitStyles';
@@ -114,6 +114,7 @@ const EditSubUnit = ({ route }) => {
114
114
  const { success } = await axiosDelete(
115
115
  API.SUB_UNIT.REMOVE_SUB_UNIT(unit.id, station.id)
116
116
  );
117
+
117
118
  if (success) {
118
119
  //dispatch(removeSubUnit(station.id));
119
120
  ToastBottomHelper.success(t('text_remove_sub_unit_success'));
@@ -206,7 +207,7 @@ const EditSubUnit = ({ route }) => {
206
207
  <Text type={'H4'} color={Colors.Gray9}>
207
208
  {t('emergency_contacts')}
208
209
  </Text>
209
- <IconOutline name={'right'} size={20} color={Colors.Gray8} />
210
+ <AntDesign name={'right'} size={20} color={Colors.Gray8} />
210
211
  </TouchableOpacity>
211
212
  <Text
212
213
  type={'Body'}
@@ -14,8 +14,8 @@ import WrapHeaderScrollable from '../../commons/Sharing/WrapHeaderScrollable';
14
14
  import Text from '../../commons/Text';
15
15
 
16
16
  import styles from './ManageSubUnitStyles';
17
- import { IconOutline } from '@ant-design/icons-react-native';
18
- import { Icon } from '@ant-design/react-native';
17
+ import AntDesign from 'react-native-vector-icons/AntDesign';
18
+ import MaterialIcons from 'react-native-vector-icons/MaterialIcons';
19
19
  import Routes from '../../utils/Route';
20
20
  import { RowItem } from '../../commons/RowItem';
21
21
  import NoSubUnitImage from '../../../assets/images/Illustrations.svg';
@@ -54,14 +54,14 @@ const ManageSubUnit = ({ route }) => {
54
54
  onPress={addSubUnit}
55
55
  style={styles.headerButton}
56
56
  >
57
- <Icon name={'plus'} size={27} color={Colors.Black} />
57
+ <AntDesign name={'plus'} size={27} color={Colors.Black} />
58
58
  </TouchableOpacity>
59
59
  <TouchableOpacity
60
60
  // onPress={handleShowMenuAction}
61
61
  // ref={refMenuAction}
62
62
  style={[styles.headerButton, styles.moreButton]}
63
63
  >
64
- <Icon name={'more'} size={27} color={Colors.Black} />
64
+ <MaterialIcons name={'more-vert'} size={27} color={Colors.Black} />
65
65
  </TouchableOpacity>
66
66
  </View>
67
67
  ),
@@ -112,7 +112,7 @@ const ManageSubUnit = ({ route }) => {
112
112
  } devices`}
113
113
  onPress={() => goToEditSubUnit(item, unit)}
114
114
  rightComponent={
115
- <IconOutline
115
+ <AntDesign
116
116
  name="right"
117
117
  size={20}
118
118
  color={Colors.Gray6}
@@ -22,30 +22,10 @@ const wrapComponent = (route, storeData = {}) => (
22
22
  </SCProvider>
23
23
  );
24
24
 
25
- const mockedNavigate = jest.fn();
26
- const mockedGoBack = jest.fn();
27
-
28
25
  const mock = new MockAdapter(api.axiosInstance);
29
26
  jest.mock('react-native-toast-message');
30
27
  jest.mock('react-native-image-resizer');
31
28
 
32
- const mockNavigationDispatch = jest.fn();
33
- const mockReplace = jest.fn();
34
-
35
- jest.mock('@react-navigation/native', () => {
36
- return {
37
- ...jest.requireActual('@react-navigation/native'),
38
- useNavigation: () => ({
39
- navigate: mockedNavigate,
40
- goBack: mockedGoBack,
41
- dispatch: mockNavigationDispatch,
42
- }),
43
- StackActions: {
44
- replace: () => mockReplace,
45
- },
46
- };
47
- });
48
-
49
29
  describe('Test AddSubUnit', () => {
50
30
  let route;
51
31
 
@@ -61,8 +41,6 @@ describe('Test AddSubUnit', () => {
61
41
  },
62
42
  },
63
43
  };
64
- mockedNavigate.mockClear();
65
- mockNavigationDispatch.mockClear();
66
44
  Toast.show.mockClear();
67
45
  mock.reset();
68
46
  });
@@ -139,7 +117,7 @@ describe('Test AddSubUnit', () => {
139
117
  await viewButtonBottom.props.onLeftClick();
140
118
  });
141
119
 
142
- expect(mockedGoBack).toHaveBeenCalled();
120
+ expect(global.mockedGoBack).toHaveBeenCalled();
143
121
  });
144
122
 
145
123
  it('validateData then send api success', async () => {
@@ -201,7 +179,7 @@ describe('Test AddSubUnit', () => {
201
179
  await act(async () => {
202
180
  await viewButtonBottom.props.onRightClick();
203
181
  });
204
- expect(mockNavigationDispatch).toBeCalledWith(mockReplace);
182
+ expect(global.mockedDispatch).toBeCalled();
205
183
  });
206
184
 
207
185
  it('test choose Location', async () => {
@@ -223,7 +201,7 @@ describe('Test AddSubUnit', () => {
223
201
  await act(async () => {
224
202
  buttonChooseLocation.props.onPress();
225
203
  });
226
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.AddLocationMaps);
204
+ expect(global.mockedNavigate).toHaveBeenCalledWith(Routes.AddLocationMaps);
227
205
  });
228
206
 
229
207
  it('test create Unit Fail', async () => {
@@ -265,7 +243,7 @@ describe('Test AddSubUnit', () => {
265
243
  await act(async () => {
266
244
  await viewButtonBottom.props.onRightClick();
267
245
  });
268
- expect(mockedNavigate).toHaveBeenCalledWith('UnitDetail', {
246
+ expect(global.mockedNavigate).toHaveBeenCalledWith('UnitDetail', {
269
247
  params: {
270
248
  isAddSubUnit: true,
271
249
  routeName: 'DashboardStack',
@@ -308,7 +286,7 @@ describe('Test AddSubUnit', () => {
308
286
  await act(async () => {
309
287
  await viewButtonBottom.props.onRightClick();
310
288
  });
311
- expect(mockNavigationDispatch).toBeCalledWith(mockReplace);
289
+ expect(global.mockedDispatch).toBeCalled();
312
290
  });
313
291
 
314
292
  it('test no permission create fail sub-unit is out side Unit', async () => {
@@ -347,7 +325,7 @@ describe('Test AddSubUnit', () => {
347
325
  '',
348
326
  7000
349
327
  );
350
- expect(mockNavigationDispatch).not.toBeCalled();
328
+ expect(global.mockedDispatch).not.toBeCalled();
351
329
  });
352
330
 
353
331
  it('test create sub-unit type AddHassiDevice', async () => {
@@ -355,7 +333,7 @@ describe('Test AddSubUnit', () => {
355
333
  ...route.params,
356
334
  addType: 'AddHassiDevice',
357
335
  };
358
- mock.onPost(API.SUB_UNIT.CREATE_SUB_UNIT()).reply(200, {});
336
+ mock.onPost(API.SUB_UNIT.CREATE_SUB_UNIT(1)).reply(200, {});
359
337
  await act(async () => {
360
338
  tree = await create(wrapComponent(route));
361
339
  });
@@ -364,7 +342,7 @@ describe('Test AddSubUnit', () => {
364
342
  await act(async () => {
365
343
  await viewButtonBottom.props.onRightClick();
366
344
  });
367
- expect(mockedGoBack).toHaveBeenCalled();
345
+ expect(global.mockedGoBack).toHaveBeenCalled();
368
346
  });
369
347
 
370
348
  it('test create sub-unit type AddNewGateway', async () => {
@@ -381,7 +359,7 @@ describe('Test AddSubUnit', () => {
381
359
  await act(async () => {
382
360
  await viewButtonBottom.props.onRightClick();
383
361
  });
384
- expect(mockedNavigate).not.toHaveBeenCalledWith(
362
+ expect(global.mockedNavigate).not.toHaveBeenCalledWith(
385
363
  Routes.AddCommonSelectSubUnit,
386
364
  {
387
365
  ...route.params,