This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-24
Channels
- # 100-days-of-code (7)
- # announcements (1)
- # bangalore-clj (1)
- # beginners (87)
- # boot (6)
- # cljdoc (16)
- # cljsrn (13)
- # clojure (32)
- # clojure-dev (30)
- # clojure-italy (18)
- # clojure-nl (4)
- # clojure-serbia (1)
- # clojure-uk (48)
- # clojurescript (18)
- # cursive (18)
- # datascript (1)
- # datomic (7)
- # events (9)
- # figwheel-main (28)
- # fulcro (2)
- # hyperfiddle (2)
- # immutant (8)
- # jobs (16)
- # liberator (4)
- # nyc (2)
- # pedestal (15)
- # re-frame (8)
- # reagent (12)
- # reitit (8)
- # remote-jobs (1)
- # ring-swagger (2)
- # robots (1)
- # rum (1)
- # schema (1)
- # shadow-cljs (45)
- # spacemacs (49)
- # sql (13)
- # tools-deps (59)
- # uncomplicate (1)
- # vim (10)
Yes, but it the bridge needed some modifications in itself to work as well. It seems like I actually got it to work now. Haven’t found any more issues so far 😄 I’ll submit a PR to re-natal
I created a re-natal PR explaining how I managed to upgrade to RN 0.57 https://github.com/drapanjanas/re-natal/pull/193
that + pr before fixed all issues with my experiements this morning trying this out
@lucas967 My PR was mostly to add the custom transformer and upgrade libs. When you have a project on any decent size the output will be a couple megs and choke the default transformer for rn. I’m using OM next with iOS so my testing on the other frameworks is limited.
is there a reason why the default for re-natal makes an ios and android core.cljs seperate?
I also found a bug with use-figwheel
. It runs check-deps and a new dependency of RN fails because the version is not semver compatible.
Not really. The motivation is probably to import platform specific files but there should be a better way to manage that.
yea I don't want two seperate core.cljs entry points, but at the same time I don't know enough about how it all bootstraps to want to remove them to only have one
Here’s the PR to fix the use-figwheel
fix. https://github.com/lucasBertola/double-conversion-decimal-binary/pull/1 I’ll reach out to the owner to see if he accepts it.
actually looks like in the env files to move that around