From 9dfb855090df96baacf01ff20d7de59ea7552a91 Mon Sep 17 00:00:00 2001 From: Omar Basem Date: Mon, 5 Dec 2022 10:48:05 +0400 Subject: [PATCH] refactor --- Makefile | 2 +- src/status_im2/setup/dev.cljs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1890408f3e..aee9cdaeea 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,7 @@ run-android: export TARGET := android run-android: ##@run Build Android APK and start it on the device npx react-native run-android --appIdSuffix debug -SIMULATOR=iPhone 13 Pro +SIMULATOR=iPhone 13 run-ios: export TARGET := ios run-ios: ##@run Build iOS app and start it in a simulator/device ifneq ("$(SIMULATOR)", "") diff --git a/src/status_im2/setup/dev.cljs b/src/status_im2/setup/dev.cljs index 648e96f28e..b72f1c6fc1 100644 --- a/src/status_im2/setup/dev.cljs +++ b/src/status_im2/setup/dev.cljs @@ -5,12 +5,12 @@ ["react-native" :refer (DevSettings LogBox)])) ;; Ignore all logs, because there are lots of temporary warnings when developing and hot reloading -;(.ignoreAllLogs LogBox) +(.ignoreAllLogs LogBox) ;; Only ignore warnings/errors that cannot be fixed for the time being. ;; When you add a warning to be ignored explain below why it is ignored and how it can be fixed. ;; When a warning is fixed make sure to remove it from here. -(.ignoreLogs ^js LogBox (clj->js ["undefined is not an object (evaluating 'e.message')" +#_(.ignoreLogs ^js LogBox (clj->js ["undefined is not an object (evaluating 'e.message')" "Cannot read property 'message' of undefined" "InternalError Metro has encountered an error" "undefined Unable to resolve module `parse-svg-path`"