Sahil Verma

Results 21 comments of Sahil Verma

You can get the user's credentials with this code. ``` const login = useGoogleLogin({ onSuccess: async (res) => { const { data } = await axios( "https://www.googleapis.com/oauth2/v3/userinfo", { headers: {...

> @theviralboy I am sorry for my silly question, where can I put your code to run :( I want to use Calendar API but I can not get refresh...

> @theviralboy I am sorry for my silly question, where can I put your code to run :( I want to use Calendar API but I can not get refresh...

I also want this feature. Let me know if you have any update on this

I've same issue icons are not visible and @victorlucss's solution doesn't work for me

> > I've same issue icons are not visible and @victorlucss's solution doesn't work for me > > same here... just updated to Expo 50 and @expo/vector-icons are NOT showing...

> > > > I've same issue icons are not visible and @victorlucss's solution doesn't work for me > > > > > > > > > same here... just...

> Hi @sahilverma-dev, Can you try `npx create-expo-module@latest`? Sure! Here's a rephrased version: Yes, I've already tried running ```bash npx create-expo-module@latest ``` I've been facing this issue for months, even...

> Similar issues: #32138 #31459 Seems like mostly occurs at macOS, while on Linux it works fine. I can't say this issue to being specific to macOS, as I've experienced...

> @anatoleblanc @sahilverma-dev - the latest version should rethrow the error and give more information, can you share the output of the logs that you see with `npx create-expo-module@latest`? ```bash...