[fix] update yellowbox ignore warning to new react-native api
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
This commit is contained in:
parent
9ad29bfc56
commit
aef1050924
|
@ -11,7 +11,7 @@
|
|||
cljs.core.specs.alpha))
|
||||
|
||||
(when js/goog.DEBUG
|
||||
(object/set js/console "ignoredYellowBox" #js ["re-frame: overwriting"]))
|
||||
(.ignoreWarnings (.-YellowBox js-dependencies/react-native) #js ["re-frame: overwriting"]))
|
||||
|
||||
(defn init [app-root]
|
||||
(log/set-level! config/log-level)
|
||||
|
|
Loading…
Reference in New Issue