Fix missing net-info in Desktop js dependencies

Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
Pedro Pombeiro 2019-09-10 20:29:34 +02:00
parent 0ae1e7c8bd
commit cda8e47590
No known key found for this signature in database
GPG Key ID: C4A24185B2AA48A1
1 changed files with 1 additions and 0 deletions

View File

@ -36,4 +36,5 @@
(def react-navigation (js/require "react-navigation"))
(def react-native-navigation-twopane (js/require "react-native-navigation-twopane"))
(def react-native-shake #js {})
(def net-info #js {:default #js {}})
(def react-native-mail #js {:mail (fn [])})