This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-22
Channels
- # beginners (143)
- # boot (18)
- # chestnut (5)
- # clara (1)
- # cljs-experience (1)
- # cljsrn (13)
- # clojure (290)
- # clojure-austin (4)
- # clojure-italy (13)
- # clojure-nl (21)
- # clojure-russia (14)
- # clojure-spec (49)
- # clojure-uk (59)
- # clojurebridge (7)
- # clojurescript (54)
- # core-logic (2)
- # cursive (22)
- # datomic (149)
- # fulcro (31)
- # graphql (14)
- # hoplon (59)
- # keechma (24)
- # lambdaisland (1)
- # lumo (86)
- # off-topic (3)
- # om (19)
- # om-next (1)
- # onyx (4)
- # portkey (20)
- # re-frame (41)
- # reagent (63)
- # ring (1)
- # ring-swagger (1)
- # spacemacs (9)
- # sql (10)
- # yada (13)
@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:"
@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
@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.
I think the warning is okay
have you tried yarn? It seems to resolve dependencies better.
oh, it’s actually called uiexplorer
. I believe you’re running another example that I’m still working on.
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.
it is. I hope my library can help with using it. 🙂
I’m actually planning to do some more work on it. So hopefully the documentation and the code will improve shortly.
has anyone used https://www.twilio.com/video apis for RN app?