This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-08
Channels
- # adventofcode (9)
- # announcements (5)
- # babashka (3)
- # beginners (46)
- # calva (21)
- # cider (15)
- # clj-kondo (20)
- # cljs-dev (57)
- # cljsrn (10)
- # clojure (147)
- # clojure-dev (6)
- # clojure-europe (3)
- # clojure-france (2)
- # clojure-italy (8)
- # clojure-nl (18)
- # clojure-norway (5)
- # clojure-spec (16)
- # clojure-uk (63)
- # clojuredesign-podcast (7)
- # clojurescript (65)
- # clojurex (42)
- # cursive (12)
- # datomic (10)
- # fulcro (47)
- # graalvm (102)
- # graphql (2)
- # jobs (5)
- # joker (12)
- # off-topic (33)
- # pedestal (6)
- # re-frame (6)
- # reagent (8)
- # reitit (6)
- # remote-jobs (4)
- # rewrite-clj (10)
- # shadow-cljs (86)
- # sql (45)
- # testing (4)
- # tools-deps (43)
- # vim (8)
- # xtdb (3)
Maybe there is an example how to add real useful native component (camera or geolocation) to re-natal template project?
@ivana that's something i've looked for before without much success -- haven't tried lately though. if you haven't tried doing searches at github for re-natal or http://cljsrn.org those were some of my previous starting points. i'd like to see some examples too 🙂
Thanks, I watched these and nested links, but unfortunately did not find anything about native bridging. I have spent 2.5 days for researching a react native functionality, with or without expo, for making a desision can we use it for mobile app in our project on not. I was quite optimistic, but now after such experience I tend to real native apps, cause native bridges are terrible. I successfully add only one - modal dialog wrapper, but it is not sufficient of course. I have weekends, thow. Maybe I'l fin out a mojo on them, but it is hard to hope 🙂
fwiw, another place i looked before was among phonegap (and the like) projects -- iiuc, there is a fair bit of similarity wrt working with native modules
Yes, there are a lot of toys - flatter, and many others. But our team is all of clojurists, so we had a dreams about cljs in rn
ah, i wasn't suggesting to use other things -- just that some of the code and approach may be adaptable to re-natal -- i suspect others have done it, but the android world being what it is, results may not be so readily shared(?)
Is there something to have responsive layouts?