@eohjsc/react-native-smart-city 0.6.2 → 0.7.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 (324) hide show
  1. package/README.md +3 -3
  2. package/android/build.gradle +7 -10
  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/AddDeviceStack.js +2 -2
  115. package/src/navigations/AddGatewayStack.js +2 -2
  116. package/src/navigations/AddLGDeviceStack.js +2 -2
  117. package/src/navigations/AddMemberStack.js +2 -2
  118. package/src/navigations/AddSubUnitStack.js +2 -2
  119. package/src/navigations/AddUnitStack.js +2 -2
  120. package/src/navigations/AllGatewayStack.js +2 -2
  121. package/src/navigations/AutomateStack.js +4 -4
  122. package/src/navigations/EmergencyContactsStack.js +4 -4
  123. package/src/navigations/GatewayStack.js +2 -2
  124. package/src/navigations/HanetCameraStack.js +2 -2
  125. package/src/navigations/Main.js +2 -2
  126. package/src/navigations/NotificationStack.js +2 -2
  127. package/src/navigations/SharedStack.js +8 -6
  128. package/src/navigations/SmartAccountStack.js +2 -2
  129. package/src/navigations/SmartIrStack.js +2 -2
  130. package/src/navigations/SmartLockStack.js +2 -2
  131. package/src/navigations/SmartStack.js +2 -2
  132. package/src/navigations/TemplateStack.js +2 -2
  133. package/src/navigations/UnitStack.js +4 -12
  134. package/src/navigations/utils.js +1 -4
  135. package/src/screens/ActivityLog/hooks/index.js +7 -4
  136. package/src/screens/ActivityLog/index.js +2 -2
  137. package/src/screens/AddCommon/__test__/SelectSubUnit.test.js +4 -21
  138. package/src/screens/AddCommon/__test__/SelectUnit.test.js +7 -19
  139. package/src/screens/AddLocationMaps/__test__/index.test.js +3 -13
  140. package/src/screens/AddLocationMaps/index.js +11 -6
  141. package/src/screens/AddNewDevice/__test__/AddNewDevice.test.js +3 -20
  142. package/src/screens/AddNewGateway/PlugAndPlay/__test__/FirstWarning.test.js +11 -18
  143. package/src/screens/AddNewGateway/PlugAndPlay/__test__/ZigbeeDeviceConnectGuide.test.js +4 -21
  144. package/src/screens/AddNewGateway/RenameNewDevices.js +2 -2
  145. package/src/screens/AddNewGateway/__test__/AddNewGateway.test.js +3 -3
  146. package/src/screens/AddNewGateway/__test__/ConnectingModbusDevice.test.js +0 -17
  147. package/src/screens/AddNewGateway/__test__/ConnectingWifiDevice.test.js +4 -19
  148. package/src/screens/AddNewGateway/__test__/ConnectingWifiGuide.test.js +3 -15
  149. package/src/screens/AddNewGateway/__test__/ConnectingZigbeeDevice.test.js +31 -51
  150. package/src/screens/AddNewGateway/__test__/RenameNewDevices.test.js +9 -22
  151. package/src/screens/AddNewGateway/__test__/ScanGatewayQR.test.js +12 -19
  152. package/src/screens/AddNewGateway/__test__/ScanModbusQR.test.js +6 -16
  153. package/src/screens/AddNewGateway/__test__/ScanWifiDeviceQR.test.js +4 -15
  154. package/src/screens/AddNewGateway/__test__/SelectDeviceSubUnit.test.js +3 -3
  155. package/src/screens/AddNewGateway/__test__/SelectDeviceType.test.js +18 -10
  156. package/src/screens/AddNewGateway/__test__/SelectDeviceUnit.test.js +1 -1
  157. package/src/screens/AddNewGateway/__test__/SelectModbusGateway.test.js +12 -9
  158. package/src/screens/AddNewGateway/__test__/SelectZigbeeGateway.test.js +12 -9
  159. package/src/screens/AddNewGateway/__test__/ShareWifiPassword.test.js +7 -21
  160. package/src/screens/AllGateway/DetailConfigActionInternal/__test__/index.test.js +0 -20
  161. package/src/screens/AllGateway/DetailConfigActionModbus/__test__/index.test.js +7 -24
  162. package/src/screens/AllGateway/DeviceGatewayInfo/__test__/index.test.js +0 -17
  163. package/src/screens/AllGateway/DeviceInternalDetail/__test__/index.test.js +84 -100
  164. package/src/screens/AllGateway/DeviceModbusDetail/__test__/index.test.js +64 -82
  165. package/src/screens/AllGateway/DeviceZigbeeDetail/__test__/index.test.js +36 -55
  166. package/src/screens/AllGateway/GatewayConnectionMethods/__test__/index.test.js +9 -18
  167. package/src/screens/AllGateway/GatewayDetail/__test__/index.test.js +10 -37
  168. package/src/screens/AllGateway/GatewayInfo/__test__/index.test.js +7 -32
  169. package/src/screens/AllGateway/__test__/index.test.js +1 -14
  170. package/src/screens/AllGateway/components/GatewayItem/__test__/index.test.js +0 -12
  171. package/src/screens/AllGateway/components/TabPaneCT/__test__/index.test.js +1 -13
  172. package/src/screens/AllGateway/components/TabPaneCT/index.js +1 -1
  173. package/src/screens/AllGateway/hooks/__test__/index.test.js +1 -8
  174. package/src/screens/AllGateway/test-utils.js +1 -1
  175. package/src/screens/Automate/AddNewAction/NewActionWrapper.js +2 -2
  176. package/src/screens/Automate/AddNewAction/SetupConfigCondition.js +27 -28
  177. package/src/screens/Automate/AddNewAction/__test__/ChooseAction.test.js +3 -3
  178. package/src/screens/Automate/AddNewAction/__test__/ChooseConfig.test.js +8 -5
  179. package/src/screens/Automate/AddNewAction/__test__/SelectControlDevices.test.js +2 -2
  180. package/src/screens/Automate/AddNewAction/__test__/SelectMonitorDevices.test.js +1 -18
  181. package/src/screens/Automate/AddNewAction/__test__/SetupConfigCondition.test.js +17 -15
  182. package/src/screens/Automate/AddNewAutoSmart/__test__/AddNewAutoSmart.test.js +4 -4
  183. package/src/screens/Automate/EditActionsList/__tests__/UpdateActionScript.test.js +38 -55
  184. package/src/screens/Automate/EditActionsList/__tests__/UpdateDelayScript.test.js +0 -18
  185. package/src/screens/Automate/EditActionsList/__tests__/UpdateNotifyScript.test.js +1 -19
  186. package/src/screens/Automate/EditActionsList/__tests__/index.test.js +14 -11
  187. package/src/screens/Automate/OneTap/__test__/AddNewOneTap.test.js +3 -3
  188. package/src/screens/Automate/Scenario/__test__/AddNewOneTap.test.js +2 -2
  189. package/src/screens/Automate/ScriptDetail/Components/AddActionScript.js +2 -2
  190. package/src/screens/Automate/ScriptDetail/__test__/index.test.js +33 -25
  191. package/src/screens/Automate/ScriptDetail/index.js +6 -6
  192. package/src/screens/Automate/SetSchedule/__test__/index.test.js +4 -4
  193. package/src/screens/Automate/SetSchedule/components/RowItem.js +3 -3
  194. package/src/screens/Automate/Styles/indexStyles.js +6 -0
  195. package/src/screens/Automate/__test__/MultiUnits.test.js +7 -7
  196. package/src/screens/Automate/__test__/index.test.js +9 -34
  197. package/src/screens/Automate/index.js +50 -33
  198. package/src/screens/ChangePosition/__test__/index.test.js +1 -14
  199. package/src/screens/ConfirmUnitDeletion/__test__/ConfirmUnitDeletion.test.js +1 -23
  200. package/src/screens/Device/EditDevice/__test__/EditDevice.test.js +1 -11
  201. package/src/screens/Device/EditDevice/index.js +2 -2
  202. package/src/screens/Device/__test__/detail.test.js +11 -11
  203. package/src/screens/Device/__test__/sensorDisplayItem.test.js +0 -12
  204. package/src/screens/Device/detail.js +14 -12
  205. package/src/screens/Drawer/Drawer.test.js +3 -11
  206. package/src/screens/Drawer/index.js +3 -4
  207. package/src/screens/EmergencyContacts/EmergencyContactsList.js +4 -8
  208. package/src/screens/EmergencyContacts/EmergencyContactsSelectContacts.js +3 -3
  209. package/src/screens/EmergencyContacts/__test__/EmergencyContactAddNew.test.js +4 -17
  210. package/src/screens/EmergencyContacts/__test__/EmergencyContactList.test.js +3 -14
  211. package/src/screens/EmergencyContacts/__test__/EmergencyContactsSelectContacts.test.js +0 -10
  212. package/src/screens/EmergencySetting/components/DropDownItem.js +2 -2
  213. package/src/screens/EnterPassword/__test__/EnterPassword.test.js +4 -17
  214. package/src/screens/GuestInfo/__test__/index.test.js +0 -11
  215. package/src/screens/GuestInfo/components/RowGuestInfo.js +2 -2
  216. package/src/screens/GuestInfo/index.js +2 -2
  217. package/src/screens/HanetCamera/Detail.js +6 -2
  218. package/src/screens/HanetCamera/ManageAccess.js +3 -4
  219. package/src/screens/HanetCamera/MemberInfo.js +4 -4
  220. package/src/screens/HanetCamera/__test__/CaptureFaceID.test.js +2 -16
  221. package/src/screens/HanetCamera/__test__/Detail.test.js +1 -12
  222. package/src/screens/HanetCamera/__test__/ManageAccess.test.js +5 -16
  223. package/src/screens/HanetCamera/__test__/MemberInfo.test.js +5 -18
  224. package/src/screens/HanetCamera/components/RequestFaceIDPopup.js +2 -2
  225. package/src/screens/ManageAccess/__test__/ManageAccess.test.js +3 -19
  226. package/src/screens/ManageAccess/index.js +3 -3
  227. package/src/screens/MoveToAnotherSubUnit/__test__/index.test.js +7 -7
  228. package/src/screens/Notification/__test__/Notification.test.js +5 -15
  229. package/src/screens/Notification/__test__/NotificationItem.test.js +9 -19
  230. package/src/screens/Notification/index.js +5 -5
  231. package/src/screens/PlayBackCamera/__test__/index.test.js +13 -22
  232. package/src/screens/PlayBackCamera/index.js +2 -2
  233. package/src/screens/ScanChipQR/components/QRScan/__test__/QRScan.test.js +0 -11
  234. package/src/screens/ScanChipQR/components/QRScan/index.js +3 -3
  235. package/src/screens/SelectUnit/__test__/index.test.js +9 -29
  236. package/src/screens/SelectUnit/index.js +2 -2
  237. package/src/screens/SharedUnit/TabHeader.js +2 -2
  238. package/src/screens/SharedUnit/index.js +5 -0
  239. package/src/screens/Sharing/Components/EndDevice.js +3 -3
  240. package/src/screens/Sharing/SelectUser.js +5 -4
  241. package/src/screens/Sharing/UnitMemberList.js +7 -6
  242. package/src/screens/Sharing/__test__/InfoMemberUnit.test.js +9 -4
  243. package/src/screens/Sharing/__test__/SelectShareDevice.test.js +2 -15
  244. package/src/screens/Sharing/__test__/SelectUser.test.js +2 -22
  245. package/src/screens/Sharing/__test__/UnitMemberList.test.js +2 -2
  246. package/src/screens/Sharing/__test__/UpdateShareDevice.test.js +4 -17
  247. package/src/screens/Sharing/hooks/__test__/index.test.js +2 -13
  248. package/src/screens/SmartAccount/Connecting/index.js +0 -2
  249. package/src/screens/SmartAccount/ListDevice/__test__/ListDevice.test.js +3 -18
  250. package/src/screens/SmartAccount/SuccessfullyConnected/__test__/SuccessfullyConnected.test.js +11 -21
  251. package/src/screens/SmartAccount/SuccessfullyConnected/index.js +3 -4
  252. package/src/screens/SmartAccount/__test__/Connecting.test.js +30 -36
  253. package/src/screens/SmartAccount/__test__/SmartAccount.test.js +12 -21
  254. package/src/screens/SmartIr/__test__/GroupButtonByType.test.js +8 -17
  255. package/src/screens/SmartIr/__test__/SelectBrand.test.js +1 -11
  256. package/src/screens/SmartIr/__test__/SelectDeviceType.test.js +1 -12
  257. package/src/screens/SmartIr/__test__/SmartIr.test.js +3 -11
  258. package/src/screens/SmartIr/components/GroupButtonByType/GroupButtonByType.js +6 -5
  259. package/src/screens/SmartIr/components/SelectBrand.js +2 -2
  260. package/src/screens/SubUnit/AddSubUnit.js +1 -0
  261. package/src/screens/SubUnit/EditSubUnit.js +3 -2
  262. package/src/screens/SubUnit/ManageSubUnit.js +5 -5
  263. package/src/screens/SubUnit/__test__/AddSubUnit.test.js +9 -31
  264. package/src/screens/SubUnit/__test__/EditSubUnit.test.js +12 -30
  265. package/src/screens/SubUnit/__test__/ManageSubUnit.test.js +2 -2
  266. package/src/screens/SubUnit/hooks/__test__/useManageSubUnit.test.js +0 -12
  267. package/src/screens/SyncLGDevice/__test__/AddLGDevice.test.js +7 -20
  268. package/src/screens/Template/__test__/EditTemplate.test.js +4 -15
  269. package/src/screens/Template/__test__/GatewayList.test.js +0 -9
  270. package/src/screens/Template/__test__/detail.test.js +8 -8
  271. package/src/screens/Template/__test__/index.test.js +3 -14
  272. package/src/screens/Template/detail.js +2 -2
  273. package/src/screens/Unit/Detail.js +12 -53
  274. package/src/screens/Unit/SelectAddToFavorites.js +2 -2
  275. package/src/screens/Unit/SelectAddress.js +9 -4
  276. package/src/screens/Unit/SmartAccountItem.js +2 -2
  277. package/src/screens/Unit/Station/__test__/index.test.js +2 -2
  278. package/src/screens/Unit/Summaries.js +24 -29
  279. package/src/screens/Unit/__test__/AddMenu.test.js +5 -2
  280. package/src/screens/Unit/__test__/CheckSendEmail.test.js +0 -12
  281. package/src/screens/Unit/__test__/ChooseLocation.test.js +1 -4
  282. package/src/screens/Unit/__test__/Detail.test.js +14 -12
  283. package/src/screens/Unit/__test__/ManageUnit.test.js +2 -17
  284. package/src/screens/Unit/__test__/MoreMenu.test.js +1 -11
  285. package/src/screens/Unit/__test__/SelectAddToFavorites.test.js +3 -14
  286. package/src/screens/Unit/__test__/SelectAddress.test.js +4 -17
  287. package/src/screens/Unit/__test__/SmartAccount.test.js +14 -11
  288. package/src/screens/Unit/__test__/SmartAccountItem.test.js +0 -11
  289. package/src/screens/Unit/__test__/Summaries.test.js +2 -14
  290. package/src/screens/Unit/components/AutomateScript/index.js +2 -2
  291. package/src/screens/Unit/components/ButtonWrapper/index.js +3 -4
  292. package/src/screens/Unit/components/Header/index.js +5 -4
  293. package/src/screens/Unit/components/SharedUnit/index.js +5 -5
  294. package/src/screens/Unit/components/__test__/Header.test.js +1 -14
  295. package/src/screens/Unit/components/__test__/MyUnitDevice.test.js +1 -11
  296. package/src/screens/Unit/components/__test__/SharedUnit.test.js +1 -11
  297. package/src/screens/UnitSummary/__test__/index.test.js +51 -17
  298. package/src/screens/UnitSummary/components/3PPowerConsumption/__test__/3PPowerConsumption.test.js +8 -25
  299. package/src/screens/UnitSummary/components/AirQuality/__test__/index.test.js +1 -7
  300. package/src/screens/UnitSummary/components/AirQuality/index.js +8 -3
  301. package/src/screens/UnitSummary/components/PowerConsumption/__test__/PowerConsumption.test.js +0 -11
  302. package/src/screens/UnitSummary/components/RunningDevices/__test__/index.test.js +1 -16
  303. package/src/screens/UnitSummary/components/Temperature/index.js +5 -1
  304. package/src/screens/UnitSummary/components/UvIndex/__test__/index.test.js +0 -8
  305. package/src/screens/UnitSummary/components/UvIndex/index.js +6 -2
  306. package/src/screens/UnitSummary/components/WaterQuality/Item/index.js +2 -2
  307. package/src/screens/UnitSummary/components/WaterQuality/__test__/index.test.js +14 -18
  308. package/src/screens/UnitSummary/components/__test__/UnitSummary.test.js +8 -8
  309. package/src/screens/UnitSummary/index.js +4 -8
  310. package/src/utils/Apis/axios.js +4 -2
  311. package/src/utils/Converter/__test__/timer.test.js +8 -0
  312. package/src/utils/Functions/preloadImages.js +13 -14
  313. package/src/utils/Monitor.js +2 -3
  314. package/src/utils/Route/index.js +0 -1
  315. package/src/utils/Storage.js +1 -1
  316. package/src/commons/Device/WindSpeed/LinearChart/__test__/LinearChart.test.js +0 -48
  317. package/src/commons/Device/WindSpeed/LinearChart/index.js +0 -155
  318. package/src/screens/AddNewGateway/hooks/__Tests__/index.test.js +0 -27
  319. package/src/screens/AddNewGateway/hooks/index.js +0 -31
  320. package/src/screens/SubUnit/Detail.js +0 -150
  321. package/src/screens/SubUnit/__test__/Detail.test.js +0 -125
  322. package/src/screens/UnitSummary/components/Temperature/ChartAverage/index.js +0 -62
  323. package/src/screens/UnitSummary/components/Temperature/__test__/ChartAverage.test.js +0 -17
  324. package/src/utils/dateHelper/getTickValues.js +0 -22
@@ -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,
@@ -17,28 +17,9 @@ import { getTranslate } from '../../../utils/I18n';
17
17
  import api from '../../../utils/Apis/axios';
18
18
  import { ToastBottomHelper } from '../../../utils/Utils';
19
19
 
20
- const mockedNavigate = jest.fn();
21
- const mockedDispatch = jest.fn();
22
- const mockedDangerouslyGetState = jest.fn();
23
- const mockedPop = jest.fn();
24
-
25
20
  const mock = new MockAdapter(api.axiosInstance);
26
21
  jest.mock('react-native-toast-message');
27
22
 
28
- const mockUseIsFocused = jest.fn();
29
-
30
- jest.mock('@react-navigation/native', () => {
31
- return {
32
- ...jest.requireActual('@react-navigation/native'),
33
- useNavigation: () => ({
34
- navigate: mockedNavigate,
35
- dangerouslyGetState: mockedDangerouslyGetState,
36
- pop: mockedPop,
37
- }),
38
- useIsFocused: () => mockUseIsFocused,
39
- };
40
- });
41
-
42
23
  const wrapComponent = (route) => (
43
24
  <SCProvider initState={mockSCStore({})}>
44
25
  <EditSubUnit route={route} />
@@ -66,7 +47,6 @@ describe('Test EditSubUnit', () => {
66
47
  },
67
48
  };
68
49
 
69
- mockedDispatch.mockClear();
70
50
  mock.reset();
71
51
  Toast.show.mockClear();
72
52
  });
@@ -90,7 +70,7 @@ describe('Test EditSubUnit', () => {
90
70
  it('alertAction rightButtonClick success, previous screen Routes.UnitDetail', async () => {
91
71
  mock.onDelete(API.SUB_UNIT.REMOVE_SUB_UNIT(1, 2)).reply(200);
92
72
 
93
- mockedDangerouslyGetState.mockImplementation(() => ({
73
+ global.mockedDangerouslyGetState.mockImplementation(() => ({
94
74
  routes: [
95
75
  { name: Routes.UnitDetail },
96
76
  { name: 'route 2' },
@@ -117,11 +97,13 @@ describe('Test EditSubUnit', () => {
117
97
  });
118
98
 
119
99
  it('alertAction rightButtonClick success', async () => {
120
- mock
121
- .onDelete('https://backend.eoh.io/api/property_manager/1/sub_units/2/')
122
- .reply(200);
123
- mockedDangerouslyGetState.mockImplementation(() => ({
124
- routes: [{ name: 'route 1' }, { name: 'route 2' }, { name: 'route 3' }],
100
+ mock.onDelete(API.SUB_UNIT.REMOVE_SUB_UNIT(1, 2)).reply(200);
101
+ global.mockedDangerouslyGetState.mockImplementation(() => ({
102
+ routes: [
103
+ { name: 'UnitDetail' },
104
+ { name: 'route 2' },
105
+ { name: 'route 3' },
106
+ ],
125
107
  }));
126
108
 
127
109
  await act(async () => {
@@ -132,7 +114,7 @@ describe('Test EditSubUnit', () => {
132
114
  await act(async () => {
133
115
  await alertAction[1].props.rightButtonClick();
134
116
  });
135
- expect(mockedPop).toBeCalled();
117
+ expect(global.mockedPop).toBeCalled();
136
118
  });
137
119
 
138
120
  it('alertAction rightButtonClick fail', async () => {
@@ -140,7 +122,7 @@ describe('Test EditSubUnit', () => {
140
122
  .onDelete('https://backend.eoh.io/api/property_manager/1/sub_units/2/')
141
123
  .reply(400);
142
124
 
143
- mockedDangerouslyGetState.mockImplementation(() => ({
125
+ global.mockedDangerouslyGetState.mockImplementation(() => ({
144
126
  routes: [{ name: 'route 1' }, { name: 'route 2' }, { name: 'route 3' }],
145
127
  }));
146
128
 
@@ -216,7 +198,7 @@ describe('Test EditSubUnit', () => {
216
198
  await act(async () => {
217
199
  await viewBottomButton.props.onRightClick();
218
200
  });
219
- expect(mockedDispatch).not.toHaveBeenCalled();
201
+ expect(global.mockedDispatch).not.toHaveBeenCalled();
220
202
  expect(spyToast).not.toHaveBeenCalled();
221
203
  });
222
204
 
@@ -334,7 +316,7 @@ describe('Test EditSubUnit', () => {
334
316
  mock
335
317
  .onGet(API.EMERGENCY_BUTTON.CONTACTS())
336
318
  .reply(200, [{ id: 1, name: 'name' }]);
337
- mockUseIsFocused.mockImplementationOnce(() => true);
319
+ global.mockedUseIsFocused.mockImplementationOnce(() => true);
338
320
  await act(async () => {
339
321
  tree = await create(wrapComponent(route));
340
322
  });
@@ -47,7 +47,7 @@ describe('Test ManageSubUnit', () => {
47
47
  await act(async () => {
48
48
  rowItem[0].props.onPress();
49
49
  });
50
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.UnitStack, {
50
+ expect(global.mockedNavigate).toHaveBeenCalledWith(Routes.UnitStack, {
51
51
  params: {
52
52
  station: { id: 1, name: 'sensor' },
53
53
  unit: {
@@ -74,7 +74,7 @@ describe('Test ManageSubUnit', () => {
74
74
  await act(async () => {
75
75
  buttonAddSubUnit.props.onPress();
76
76
  });
77
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.AddSubUnitStack, {
77
+ expect(global.mockedNavigate).toHaveBeenCalledWith(Routes.AddSubUnitStack, {
78
78
  params: {
79
79
  unit: {
80
80
  id: 1,
@@ -4,20 +4,8 @@ import useManageSubUnit from '../useManageSubUnit';
4
4
  import API from '../../../../configs/API';
5
5
  import api from '../../../../utils/Apis/axios';
6
6
 
7
- const mockRoute = jest.fn();
8
7
  const mock = new MockAdapter(api.axiosInstance);
9
8
 
10
- jest.mock('@react-navigation/native', () => {
11
- return {
12
- ...jest.requireActual('@react-navigation/native'),
13
- useRoute: () => mockRoute,
14
- useNavigation: () => ({
15
- goBack: jest.fn(),
16
- }),
17
- useIsFocused: jest.fn(),
18
- };
19
- });
20
-
21
9
  describe('Test Manage Access', () => {
22
10
  const unit = { id: 1, name: 'unit name' };
23
11
 
@@ -17,19 +17,6 @@ import { SCConfig } from '../../../configs';
17
17
 
18
18
  const mock = new MockAdapter(api.axiosInstance);
19
19
 
20
- const mockedNavigate = jest.fn();
21
- const mockedGoBack = jest.fn();
22
- jest.mock('@react-navigation/native', () => {
23
- return {
24
- ...jest.requireActual('@react-navigation/native'),
25
- useNavigation: () => ({
26
- navigate: mockedNavigate,
27
- goBack: mockedGoBack,
28
- }),
29
- useIsFocused: jest.fn(),
30
- };
31
- });
32
-
33
20
  const wrapComponent = (route) => (
34
21
  <SCProvider initState={mockSCStore({})}>
35
22
  <AddLGDevice route={route} />
@@ -137,7 +124,7 @@ describe('Test Add LG Device', () => {
137
124
  await act(async () => {
138
125
  viewButtonBottom.props.onLeftClick();
139
126
  });
140
- expect(mockedGoBack).toHaveBeenCalled();
127
+ expect(global.mockedGoBack).toHaveBeenCalled();
141
128
  });
142
129
 
143
130
  it('ViewButtonBottom onRightClick without select stationId', async () => {
@@ -149,7 +136,7 @@ describe('Test Add LG Device', () => {
149
136
  await act(async () => {
150
137
  viewButtonBottom.props.onRightClick();
151
138
  });
152
- expect(mockedNavigate).toHaveBeenCalled();
139
+ expect(global.mockedNavigate).toHaveBeenCalled();
153
140
  });
154
141
 
155
142
  it('ViewButtonBottom onRightClick with stationId', async () => {
@@ -201,7 +188,7 @@ describe('Test Add LG Device', () => {
201
188
  text1: getTranslate('en', 'lg_sync_success'),
202
189
  visibilityTime: 1000,
203
190
  });
204
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.Dashboard);
191
+ expect(global.mockedNavigate).toHaveBeenCalledWith(Routes.Dashboard);
205
192
  });
206
193
 
207
194
  it('ViewButtonBottom onRightClick with case sync device fail', async () => {
@@ -253,7 +240,7 @@ describe('Test Add LG Device', () => {
253
240
  text1: getTranslate('en', 'lg_sync_failed'),
254
241
  visibilityTime: 1000,
255
242
  });
256
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.Dashboard);
243
+ expect(global.mockedNavigate).toHaveBeenCalledWith(Routes.Dashboard);
257
244
  });
258
245
 
259
246
  it('ViewButtonBottom onRightClick with stationId but sync failed', async () => {
@@ -299,7 +286,7 @@ describe('Test Add LG Device', () => {
299
286
  text1: getTranslate('en', 'lg_sync_failed'),
300
287
  visibilityTime: 1000,
301
288
  });
302
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.Dashboard);
289
+ expect(global.mockedNavigate).toHaveBeenCalledWith(Routes.Dashboard);
303
290
  });
304
291
 
305
292
  it('ViewButtonBottom onRightClick with stationId but get token failed, wrong data', async () => {
@@ -342,7 +329,7 @@ describe('Test Add LG Device', () => {
342
329
 
343
330
  expect(spyToastSuccess).not.toBeCalled();
344
331
  expect(spyToastError).toBeCalled();
345
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.Dashboard);
332
+ expect(global.mockedNavigate).toHaveBeenCalledWith(Routes.Dashboard);
346
333
 
347
334
  spyToastSuccess.mockReset();
348
335
  spyToastSuccess.mockRestore();
@@ -378,7 +365,7 @@ describe('Test Add LG Device', () => {
378
365
 
379
366
  expect(spyToastSuccess).not.toBeCalled();
380
367
  expect(spyToastError).toBeCalled();
381
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.Dashboard);
368
+ expect(global.mockedNavigate).toHaveBeenCalledWith(Routes.Dashboard);
382
369
 
383
370
  spyToastSuccess.mockReset();
384
371
  spyToastSuccess.mockRestore();
@@ -16,17 +16,7 @@ const wrapComponent = () => (
16
16
  </SCProvider>
17
17
  );
18
18
 
19
- const mockGoBack = jest.fn();
20
19
  const mockSetData = jest.fn();
21
- jest.mock('@react-navigation/native', () => {
22
- return {
23
- ...jest.requireActual('@react-navigation/native'),
24
- useNavigation: () => ({
25
- goBack: mockGoBack,
26
- }),
27
- useRoute: jest.fn(),
28
- };
29
- });
30
20
 
31
21
  describe('Test EditTemplate', () => {
32
22
  let tree;
@@ -67,19 +57,18 @@ describe('Test EditTemplate', () => {
67
57
  const DraggableFlatLists = instance.findAllByType(DraggableFlatList);
68
58
  expect(DraggableFlatLists).toHaveLength(1);
69
59
 
70
- const TouchableOpacities = instance.findAllByType(TouchableOpacity);
60
+ const touchableOpacities = instance.findAllByType(TouchableOpacity);
71
61
 
72
62
  await act(async () => {
73
- await TouchableOpacities[0].props.onPress();
63
+ await touchableOpacities[0].props.onPress();
74
64
  });
75
65
  await act(async () => {
76
66
  const firstItem = instance.findByProps({ accessibilityLabel: 'item-0' });
77
67
  await firstItem.props.onLongPress();
78
68
  });
79
69
 
80
- expect(mockGoBack).toBeCalled();
70
+ expect(global.mockedGoBack).toBeCalled();
81
71
 
82
- mockGoBack.mockReset();
83
72
  await act(async () => {
84
73
  await DraggableFlatLists[0].props.onDragEnd({
85
74
  data,
@@ -90,6 +79,6 @@ describe('Test EditTemplate', () => {
90
79
  .findByProps({ accessibilityLabel: 'Save' })
91
80
  .props.onPress();
92
81
  });
93
- expect(mockGoBack).toBeCalled();
82
+ expect(global.mockedGoBack).toBeCalled();
94
83
  });
95
84
  });
@@ -3,15 +3,6 @@ import { View } from 'react-native';
3
3
  import { act, create } from 'react-test-renderer';
4
4
  import GatewayList from '../GatewayList';
5
5
 
6
- jest.mock('@react-navigation/native', () => {
7
- return {
8
- ...jest.requireActual('@react-navigation/native'),
9
- useNavigation: () => ({
10
- goBack: jest.fn(),
11
- }),
12
- };
13
- });
14
-
15
6
  describe('Test GatewayList', () => {
16
7
  let tree;
17
8