You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neither getting anything in my logs. However, If I add a log in definition of isPlayServicesAvailable then it prints it here, but not stepping ahead anymore. In below snippet Test flow gets printed in logs but then app stops here without throwing any error or exception.
/** * Checks if Google Play Services is available and up to date * @method isPlayServicesAvailable * @return {Promise} */functionisPlayServicesAvailable(){console.warn('Test flow')returnRNGoogleSafetyNet.isPlayServicesAvailable();}
Also, I am getting ... on import line like this:
The text was updated successfully, but these errors were encountered:
Tried installing by following instructions and tested linking package manually and automatically but Promise is not getting back in my app code:
Neither getting anything in my logs. However, If I add a log in definition of
isPlayServicesAvailable
then it prints it here, but not stepping ahead anymore. In below snippet Test flow gets printed in logs but then app stops here without throwing any error or exception.Also, I am getting ... on import line like this:
The text was updated successfully, but these errors were encountered: