This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-23
Channels
- # arachne (3)
- # aws (1)
- # bangalore-clj (2)
- # beginners (19)
- # boot (151)
- # cider (72)
- # cljs-dev (9)
- # cljsjs (7)
- # cljsrn (37)
- # clojure (215)
- # clojure-austin (1)
- # clojure-denmark (2)
- # clojure-dev (68)
- # clojure-india (1)
- # clojure-ireland (2)
- # clojure-italy (4)
- # clojure-mke (1)
- # clojure-nl (4)
- # clojure-russia (4)
- # clojure-serbia (1)
- # clojure-spec (29)
- # clojure-uk (23)
- # clojurescript (23)
- # cursive (24)
- # datomic (71)
- # emacs (5)
- # events (1)
- # gsoc (11)
- # hoplon (20)
- # klipse (4)
- # lambdaisland (2)
- # leiningen (3)
- # luminus (3)
- # off-topic (30)
- # om (40)
- # om-next (1)
- # onyx (15)
- # pedestal (19)
- # perun (7)
- # planck (23)
- # proton (1)
- # protorepl (2)
- # re-frame (35)
- # reagent (21)
- # ring-swagger (38)
- # rum (19)
- # spacemacs (9)
- # untangled (11)
- # vim (5)
- # yada (4)
Hello guys, i am trying to use react-native-facebook-login and just wondering when i set up the facebook app to get the app Id etc, what shall i put down as the auth call back url
@pishty Out of curiosity, why don't you want to use the official FB's react native client: https://github.com/facebook/react-native-fbsdk ?
To answer your question, it doesn't matter - the callback URL is not used at all. If they validate the field you can put localhost, or whatever you want - that's for web auth calls
hey guys, I’ve spent the last two days trying to make our currently iOS only React Native app to run on Android
I just spent 1/2 day to figure out that I was running into this bug https://github.com/facebook/react-native/issues/8968
@raspasov Sat with it the other week and ultimately gave up and redesigned it for Android...
yea… we have a moderately component-intensive app and a lot of things were designed to come on top
the component underneath has to receive the same z-index when the component on top hides
that’s super hack, I know; I don’t even know if it will really work with more than a few components (haven’t tried)
@raspasov Alright good to hear, so far we have quite straight forward render trees so it hasn’t been a major issue.
hmmm ... :thinking_face: but isn't datascript is for client side, what if you just want to send data from a server (datomic) to the client (android)
You can use any backend with re-natal, so using Datomic on the server seems doable and appropriate