Fork me on GitHub
#cljsrn
<
2017-09-05
>
sllyq03:09:25

@pesterhazy Thanks for the detailed response!

stask14:09:48

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

stask18:09:13

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

pesterhazy18:09:31

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.

pesterhazy18:09:32

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

pesterhazy21:09:42

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