Skip to content

Commit

Permalink
Fixes for desktop build
Browse files Browse the repository at this point in the history
  • Loading branch information
vkjr committed Jun 21, 2019
1 parent 0754f96 commit 3cabb25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clj-rn.conf.edn
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"js-sha3"
"web3-utils"
"react-navigation"
"react-native-navigation-twopane"
"hi-base32"]

;; Resoures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
(def snoopy-buffer (fn [] #js {}))
(def background-timer (fn [] #js {:setTimeout (fn [cb ms] (js/setTimeout cb ms))}))
(def react-navigation (js/require "react-navigation"))
(def react-native-navigation-twopane (js/require "react-native-navigation-twopane"))
(def react-native-shake (fn [] #js {}))
(def react-native-mail (fn [] #js {:mail (fn [])}))

0 comments on commit 3cabb25

Please sign in to comment.