This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-24
Channels
- # admin-announcements (2)
- # beginners (46)
- # boot (8)
- # cider (29)
- # cljs-dev (45)
- # cljsjs (10)
- # cljsrn (13)
- # clojure (60)
- # clojure-dev (5)
- # clojure-greece (1)
- # clojure-ireland (4)
- # clojure-mexico (6)
- # clojure-poland (3)
- # clojure-quebec (3)
- # clojure-russia (8)
- # clojure-spec (89)
- # clojure-uk (70)
- # clojurescript (84)
- # cursive (4)
- # datomic (7)
- # devcards (1)
- # dirac (2)
- # emacs (11)
- # hispano (10)
- # jobs (13)
- # keechma (34)
- # lein-figwheel (4)
- # luminus (19)
- # off-topic (2)
- # om (78)
- # onyx (6)
- # parinfer (1)
- # planck (82)
- # proton (2)
- # re-frame (10)
- # reagent (23)
- # ring-swagger (5)
- # spacemacs (2)
- # specter (24)
- # spirituality-ethics (122)
- # untangled (13)
Hello everyone. I've just wrote an article with some thoughts and conclusions about React Native, ClojureScript, reagent and re-natal. Based on 6 months experience and my previous Android development experience. Hope you will find it useful. https://medium.com/@alwxdev/react-native-summing-up-86838441d289
hey guys, how I can catch keyboard open event?
I found)
(def Keyboard (js/require "Keyboard"))
(def subscription (.addListener Keyboard "keyboardWillShow" callback))
(.remove subscription)
I asked this quest in the figwheel chan - why is the root component remounted every time when figwheel reloads?
it refreshes all my webviews
I don't think it's that
I tested it on a new re-natal template and it still happens