Files
status-react/src/react_native/net_info.cljs
T

9 lines
205 B
Clojure

(ns react-native.net-info
(:require
["@react-native-community/netinfo" :default net-info]))
(defn add-net-info-listener
[callback]
(when net-info
(.addEventListener ^js net-info callback)))