39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
|
(ns status-im.react-native.js-dependencies)
|
||
|
|
||
|
(def action-button #js {})
|
||
|
(def android-sms-listener #js {})
|
||
|
(def autolink #js {})
|
||
|
(def camera #js {:constants #js {}})
|
||
|
(def circle-checkbox #js {})
|
||
|
(def contacts #js {})
|
||
|
(def dialogs #js {})
|
||
|
(def dismiss-keyboard #js {})
|
||
|
(def drawer #js {})
|
||
|
(def emoji-picker #js {})
|
||
|
(def fs #js {})
|
||
|
(def http-bridge #js {})
|
||
|
(def i18n #js {})
|
||
|
(def image-crop-picker #js {})
|
||
|
(def image-resizer #js {})
|
||
|
(def instabug #js {})
|
||
|
(def invertible-scroll-view #js {})
|
||
|
(def linear-gradient #js {})
|
||
|
(def mapbox-gl #js {:setAccessToken (fn [])})
|
||
|
(def nfc #js {})
|
||
|
(def orientation #js {})
|
||
|
(def popup-menu #js {})
|
||
|
(def qr-code #js {})
|
||
|
(def random-bytes #js {})
|
||
|
(def react-native
|
||
|
#js {:NativeModules #js {}
|
||
|
:Animated #js {}
|
||
|
:DeviceEventEmitter #js {:addListener (fn [])}})
|
||
|
(def realm #js {:schemaVersion (fn [])
|
||
|
:close (fn [])})
|
||
|
(def sortable-listview #js {})
|
||
|
(def swiper #js {})
|
||
|
(def vector-icons #js {})
|
||
|
(def webview-bridge #js {})
|
||
|
|
||
|
|