This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-11
Channels
- # aws (6)
- # beginners (167)
- # cider (41)
- # cljs-dev (6)
- # cljsrn (3)
- # clojure (399)
- # clojure-dusseldorf (1)
- # clojure-nl (2)
- # clojure-spec (3)
- # clojure-uk (47)
- # clojurescript (16)
- # core-async (8)
- # cursive (56)
- # datomic (14)
- # devcards (1)
- # docs (2)
- # duct (2)
- # editors (3)
- # emacs (3)
- # fulcro (178)
- # graphql (10)
- # off-topic (107)
- # onyx (7)
- # pedestal (21)
- # planck (13)
- # re-frame (58)
- # reagent (76)
- # ring-swagger (3)
- # shadow-cljs (85)
- # slack-help (2)
- # sql (1)
- # tools-deps (11)
- # uncomplicate (5)
- # vim (24)
- # yada (4)
Hello, not done much with react-native, but have developed apps on iOS. I’m having a problem getting code reloading with Android. I’ve created the project using: $ lein new expo hello $ cd hello $ yarn install I start the Android emulator. And then: $ lein figwheel (in one terminal) $ exp start -a (for android) The app starts in the Android emulator. When I edit the code under hello/src/hello/core.cljs nothing happens, no refresh. My ‘edit’ is a simple modification of the text on the default button. This is in contrast to the behaviour which I see when I try to do the same thing with iOS. Is there a step I’m missing that I need to perform in order to see the code reloading on Android? Thanks
So what happens after I ask a question? It all magically starts to work. Please ignore & sorry for the noise
Hey, does anyone here have a solution to this issue: https://github.com/seantempesta/expo-cljs-template/issues/51?