This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-05
Channels
- # beginners (45)
- # boot (2)
- # cider (2)
- # cljs-experience (1)
- # cljsrn (6)
- # clojure (67)
- # clojure-brasil (1)
- # clojure-dusseldorf (47)
- # clojure-finland (7)
- # clojure-italy (81)
- # clojure-portugal (2)
- # clojure-russia (12)
- # clojure-sanfrancisco (1)
- # clojure-serbia (1)
- # clojure-spec (22)
- # clojure-uk (27)
- # clojurescript (49)
- # clojurewerkz (3)
- # code-reviews (3)
- # component (19)
- # core-async (3)
- # cursive (16)
- # events (7)
- # fulcro (20)
- # graphql (7)
- # immutant (1)
- # jobs (2)
- # juxt (44)
- # leiningen (7)
- # lumo (35)
- # onyx (31)
- # portkey (31)
- # portland-or (8)
- # random (1)
- # re-frame (82)
- # reagent (35)
- # sfcljs (1)
- # spacemacs (5)
- # specter (7)
- # unrepl (4)
- # yada (2)
@pesterhazy Thanks for the detailed response!
hi, did anyone tried to use code-push with re-natal? i’ve got to a point where it detects that there is a new version, shows dialog, but doesn’t actually update the app
Works now, there is an issue in code-push: https://github.com/Microsoft/react-native-code-push/issues/965 workaround is to just add an image
Any recommendations on how to implement Google Sign In using OAuth2 on iOS? There's a bunch of RN packages (https://github.com/devfd/react-native-google-signin, https://github.com/joonhocho/react-native-google-sign-in, https://github.com/fullstackreact/react-native-oauth, https://github.com/adamjmcgrath/react-native-simple-auth) but it's hard to tell how reliable they are.
react-native-google-signin (without the dash) has the most stars but also issues like this: https://github.com/devfd/react-native-google-signin/issues/252
OK I went with a home-baked solution based on this: http://rationalappdev.com/logging-into-react-native-apps-with-facebook-or-google/ - so much simpler than these overengineered ObjC solutions