Joon Ho Cho
Joon Ho Cho
@sircEUNHO Do you have any error messages? It may be related to https://github.com/joonhocho/react-native-google-sign-in/issues/34 as you are using `firebase` in your project. there may be some conflicts in library versions. Please...
@BerndWessels You may want to see https://github.com/joonhocho/react-native-google-sign-in/blob/master/js/GoogleSignIn.ios.js for all supported APIs. See GoogleSignIn.android.jos as well if you are using Android.
@kevalbhatt please be more specific on the issue. on iOS or Android? or Both? Just accessToken is missing or other properties as well?
@jsheets on Android or iOS?
Just searching error code 12500, I got https://github.com/EddyVerbruggen/cordova-plugin-googleplus/issues/242. IS this related?
@grigored @valerybodak @BerndWessels Sorry for the delay, I am fully occupied at the moment so that I don't really have time to put on this project, but I did research...
@tareq0065 This warning means you are not handling your promise errors. Are you sure you are providing error handler to all your promises? Make sure to either use `catch` or...
Setting detachInactiveScreens to false fixed it for me as well. There seems to be a bug with the option. It should be set to false by default since it has...
> It's only `true` by default for newer versions of `react-native-screens` which shouldn't have this bug. I am having the bug with the latest versions. Here's my yarn.lock for the...
@MacKentoch I agree with you. It really is painful that the such basic, if not the most basic, thing in mobile development like navigation is not really solved yet in...