This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-23
Channels
- # ai (1)
- # beginners (84)
- # boot (111)
- # cider (2)
- # cljsrn (9)
- # clojure (245)
- # clojure-italy (2)
- # clojure-mke (1)
- # clojure-russia (6)
- # clojure-spec (92)
- # clojure-uk (32)
- # clojurescript (55)
- # core-async (1)
- # cursive (8)
- # datomic (19)
- # events (1)
- # hoplon (379)
- # lambdaisland (4)
- # lein-figwheel (8)
- # off-topic (115)
- # om (18)
- # om-next (5)
- # onyx (25)
- # re-frame (8)
- # reagent (5)
- # ring-swagger (1)
- # rum (19)
- # schema (3)
- # untangled (24)
does anybody know why in boot-react-native MAIN is called twice?
I’m thinking of adding documentation to boot-react-native in case someone wants to use firebase with it. Currently the project creates the function fakeLocalStorageAndDocument which seems to interfere with firebase’s connection. What would be the best place to document this? Troubleshooting wiki? Readme?
@jorda0mega We also had that issue. Try uncommenting this line: https://github.com/mjmeintjes/boot-react-native/blob/master/example/app/init.js#L14
@vikeri thanks
any way to exclude the fakeLocalStorageAndDocument from the boot build?
@jorda0mega, @vikeri that seems like a bug
it'd be great if you could raise an issue
@pesterhazy yeah, that line should probably be removed
will do!