I am trying to call async function _signInWithGoogleAsync()
but I keep receiving a syntax error. I know that my node version must be greater than 7.6 for async functions to work as stated from this post: SyntaxError: Unexpected token function - Async Await Nodejs
But when I updated my node version to 8.4.0, and ran async function _signInWithGoogleAsync()
I kept getting the same error. I think expo might be building an older version of node but I don't think that's likely because I've taken this auth function directly from their website: https://github.com/expo/expo-docs/blob/master/versions/v25.0.0/sdk/google.md