status-mobile/src/react_native/share.cljs

9 lines
183 B
Clojure

(ns react-native.share
(:require
["react-native-share" :default react-native-share]))
(defn open
([options]
(-> ^js react-native-share
(.open (clj->js options)))))