diff --git a/react-native/src/desktop/status_im/react_native/js_dependencies.cljs b/react-native/src/desktop/status_im/react_native/js_dependencies.cljs index 21f1035f12..f463aefad0 100644 --- a/react-native/src/desktop/status_im/react_native/js_dependencies.cljs +++ b/react-native/src/desktop/status_im/react_native/js_dependencies.cljs @@ -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 [])})