Fix missing net-info in Desktop js dependencies
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
parent
0ae1e7c8bd
commit
cda8e47590
|
@ -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 [])})
|
||||
|
|
Loading…
Reference in New Issue