Fork me on GitHub
#cljsrn
<
2017-10-13
>
harrybin01:10:42

@borkdude I created a small demo app to do text overlay over images and play an mp3 file. I've used https://github.com/zmxv/react-native-sound

hoopes21:10:02

@borkdude i spent the weekend getting react native to work with audiokit in swift. i really only got it to play an mp3 (the audiokit "hello world"), but if you're trying to do anything more intense with audio, it honestly wasn't super hard. i don't have anything i could put up on github or anything, i just followed a walkthrough of how to build a swift bridging header (to be fair, it IS ios only though...)

adamsff323:10:42

i'm trying to get the infamous LISPy interactive experience! using Exponent to start a project

adamsff323:10:13

i can view it on device and simulator which is cool, but no hot reloading

adamsff323:10:21

in console i get [exp] Figwheel: trying to open cljs reload socket

adamsff323:10:59

has anyone else experienced this error before?