This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-07
Channels
- # aleph (1)
- # beginners (152)
- # cider (26)
- # clara (2)
- # cljs-dev (13)
- # cljsrn (5)
- # clojure (198)
- # clojure-greece (15)
- # clojure-italy (39)
- # clojure-sanfrancisco (3)
- # clojure-spec (28)
- # clojure-uk (16)
- # clojurescript (52)
- # community-development (15)
- # core-async (26)
- # cursive (42)
- # data-science (28)
- # datomic (19)
- # devops (7)
- # duct (11)
- # emacs (24)
- # fulcro (22)
- # garden (4)
- # leiningen (12)
- # luminus (1)
- # mount (5)
- # off-topic (106)
- # om (5)
- # onyx (10)
- # parinfer (37)
- # re-frame (17)
- # reagent (47)
- # shadow-cljs (36)
- # yada (2)
I´m trying to use react-native-tts
and it has export default new Tts();
. If I log it from (.-default (js/require "react-native-tts"))
I got Tts {_subscriber: EventSubscriptionVendor}
? How do I use Tts.speak("hello")
?
Is any "magic" needed to enable custom formatters in the Chrome remote React Native Debugger console? I've added the usual binaryage/devtools dependenc to my dev profile, as well as the `:preloads [devtools.preload], and I've verified the Chrome setting, but I'm still seeing maps as cljs.core.PersistentArrayMap....
I just put up https://github.com/deg/receipts-native, a teach-myself project where I'm learning cljsrn. I'll aim to keep https://github.com/deg/clojure-then-you-think/wiki/React-Native-in-ClojureScript up-to-date too, as I continue to explore.