Fixed warnings when compiling tests

This commit is contained in:
Julien Eluard 2017-10-17 10:03:53 +02:00 committed by Roman Volosovskyi
parent ec32917155
commit 43dab5b174
2 changed files with 5 additions and 0 deletions

View File

@ -38,5 +38,6 @@
(def vector-icons #js {:default #js {}})
(def webview-bridge #js {:default #js {}})
(def svg #js {:default #js {}})
(def react-native-fcm #js {:default #js {}})

View File

@ -30,3 +30,7 @@
(def assets
{:ethereum nil})
(def ui
{:empty-hashtags nil
:empty-recent nil})