This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-02
Channels
- # beginners (7)
- # calva (10)
- # cider (9)
- # cljdoc (2)
- # cljsrn (10)
- # clojure (35)
- # clojure-europe (1)
- # clojure-greece (1)
- # clojure-spec (31)
- # clojure-uk (6)
- # clojurescript (3)
- # community-development (2)
- # cursive (37)
- # duct (5)
- # emacs (7)
- # fulcro (40)
- # hoplon (7)
- # off-topic (8)
- # parinfer (1)
- # quil (6)
- # re-frame (7)
- # reagent (7)
- # shadow-cljs (45)
- # sql (17)
- # tools-deps (12)
- # yada (3)
folks, anyone using native-base in combination with react-navigation? I’m having difficulties placing search bar in the application header - it shows up inside the main content instead
probably because I’m using tab bar controller → navigation controller → content controller
setup
has anyone got https://github.com/seantempesta/expo-cljs-template working with expo 32.0.0 ?
@ajdouglass No. I was able to get it working up to Expo 30, but there were changes in the React Native tooling that prevents it from working with newer versions. Last time I checked, re-natal had the same problems. I switched to shadow-cljs and not only is it working with Expo 32, but the whole dev experience is much better IMO. You can try out this template, it worked well for me. https://github.com/thheller/fulcro-expo
That one is for Fulcro - I believe there’s one for Reagent/re-frame in thheller’s repos as well, if that’s what you prefer.
oh juicy
I was getting to the point of deciding that the problem involved externs and munging and a lot of unknown magic, and ended up reading about shadow (though I don’t think I could explain it yet)
Thanks for the pointer, I’ll take a look at those