Fork me on GitHub
#cljsrn
<
2017-08-22
>
konato13:08:28

@seantempesta I'm trying to run uiexplorer but get the following error : "error: bundling: UnableToResolveError: Unable to resolve module create-react-class from /uiexplorer/index.ios.js`: Module does not exist in the module map or in these directories:"

seantempesta16:08:39

@konato: I think something broke due to a version mismatch with re-natal. I converted my example over to an expo project. Please re-checkout the example and follow the instructions to get it running and let me know if you’re still having problems. https://github.com/seantempesta/cljs-react-navigation/tree/master/examples/re-frame/uiexplorer

konato16:08:04

@seantempesta I don't have any experience with expo, I did try but npm WARN [email protected] requires a peer of react@>=15.4.0 but none was installed. But when doing the npm install into, I received this : npm WARN [email protected] requires a peer of react@>=15.3.1 but none was installed.

seantempesta16:08:28

I think the warning is okay

seantempesta16:08:46

have you tried yarn? It seems to resolve dependencies better.

seantempesta16:08:52

oh, it’s actually called uiexplorer. I believe you’re running another example that I’m still working on.

konato16:08:57

I'll try that, thank you so much for your help. Almost have anything I need to build the app I want but react-navigation is essential.

seantempesta16:08:19

it is. I hope my library can help with using it. 🙂

konato16:08:48

Me too 🙂 Thank again

seantempesta16:08:55

I’m actually planning to do some more work on it. So hopefully the documentation and the code will improve shortly.

misha17:08:06

has anyone used https://www.twilio.com/video apis for RN app?

misha17:08:16

what I am looking for, is a "white label video calls", ideally (:require [videocalls.core :as v]) opieop