This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-28
Channels
- # announcements (6)
- # aws (8)
- # bangalore-clj (1)
- # beginners (249)
- # calva (27)
- # cider (5)
- # clara (8)
- # clj-kondo (11)
- # cljs-dev (14)
- # cljsrn (21)
- # clojars (1)
- # clojure (206)
- # clojure-europe (3)
- # clojure-greece (2)
- # clojure-italy (39)
- # clojure-nl (19)
- # clojure-spec (50)
- # clojure-uk (19)
- # clojurescript (31)
- # clojurex (24)
- # community-development (10)
- # core-async (32)
- # core-typed (4)
- # cursive (8)
- # data-science (15)
- # datomic (42)
- # figwheel (1)
- # fulcro (18)
- # graalvm (6)
- # joker (1)
- # kaocha (1)
- # nyc (1)
- # off-topic (1)
- # reagent (5)
- # reitit (2)
- # remote-jobs (2)
- # shadow-cljs (3)
- # spacemacs (2)
- # tools-deps (65)
- # xtdb (3)
hi all, I am trying to init my first CLJS and EXPO project. I tried seantempesta/expo-cljs-template
and expo's own documentation
when I run expo my phone gives error It says 26.0.0 is wrong version use 30 or 31. So I created new project i changed package json and app json updated to expo sdk 31. This time lein didn't even start the app gave some error.
do you know any updated tutorial or package that I can use CLJS with expo sdk 30 or 31
@m373h4n If you are just trying it out, give this a go: https://github.com/PEZ/rn-rf-shadow
D:\Dev\Clojure\rnrf-shadow
λ shadow-cljs watch app
shadow-cljs - config: D:\Dev\Clojure\rnrf-shadow\shadow-cljs.edn cli version: 2.8.8 node: v10.16.0
shadow-cljs - starting via "clojure"
Executable 'clojure' not found on system path.
root@SamsungI7:/mnt/d/Dev/Clojure/ubuntu/rn-rf-shadow# shadow-cljs watch app
shadow-cljs - config: /mnt/d/Dev/Clojure/ubuntu/rn-rf-shadow/shadow-cljs.edn cli version: 2.8.8 node: v8.10.0
shadow-cljs - starting via "clojure"
Executable 'clojure' not found on system path.
actually i just solved that error. I have new one ^^ Exception in thread "main" java.io.FileNotFoundException: -Sdeps (No such file or directory)
Ah I don't think tools.deps works with Windows yet
I fear it's going to be an uphill battle