Fork me on GitHub
#cljsrn
<
2018-02-07
>
fabrao03:02:18

Has anyone used any text to speech lib?

fabrao04:02:52

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") ?

fabrao04:02:27

It says that .speak method does not exist.

deg15:02:00

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....

deg22:02:14

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.