This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-08
Channels
- # announcements (5)
- # aws (15)
- # babashka (7)
- # beginners (138)
- # bristol-clojurians (2)
- # chlorine-clover (11)
- # cider (9)
- # clara (4)
- # clj-kondo (17)
- # cljsrn (20)
- # clojars (1)
- # clojure (73)
- # clojure-europe (17)
- # clojure-italy (1)
- # clojure-nl (9)
- # clojure-spec (4)
- # clojure-uk (9)
- # clojurescript (43)
- # data-science (1)
- # datomic (87)
- # emacs (2)
- # figwheel-main (30)
- # fulcro (71)
- # helix (2)
- # hugsql (4)
- # jackdaw (5)
- # jobs (3)
- # jobs-discuss (31)
- # juxt (5)
- # kaocha (6)
- # lein-figwheel (16)
- # leiningen (1)
- # luminus (4)
- # malli (2)
- # meander (54)
- # music (8)
- # nrepl (12)
- # observability (28)
- # off-topic (85)
- # pathom (11)
- # re-frame (99)
- # reitit (9)
- # ring (1)
- # rum (6)
- # sci (11)
- # shadow-cljs (102)
- # sql (22)
- # tools-deps (10)
- # vim (65)
- # xtdb (14)
@bhauman I'm testing the new React native docs/feature, thank you for this! Great work as usual ! 🙂
First launch give me a missing create-react-class
package error.
It seems the last create-react-native
doesn't provide this package anymore and react-native-figwheel-bridge
use it, so I do npm install create-react-app
.
After that, I run this error on Android emulator (I haven't tested on real devices).
[Wed Jul 08 2020 23:23:37.936] ERROR Unable to fetch optionsUrl
[Wed Jul 08 2020 23:23:38.542] WARN Possible Unhandled Promise Rejection (id: 0):
TypeError: undefined is not an object (evaluating 'config.evaluate')
> I would do a npm install create-react-class
not npm install create-react-app
Right, it's what i'm doing 🙂 My mistake, only a typo
@admin055 so in your output-dir + “_rn” there is a clojurescript-bootstrap.js file
Also this is a good point that I should stop using create-react-class and just use react-hooks
> if you change that to    var evaluate = config["evaluate"] || eval;
Again "undefined" :
TypeError: undefined is not an object (evaluating 'config["evaluate"]')
Yes, the file exists
After uninstall the app and relaunch the builder, no more error but blank page in app. It's late, I'll retry tomorrow. Thx for the support!