RNGoogleSignin could not be found #1406
-
|
Hi. I'm currently working on React Native using Expo. I am trying to use RNGoogleSignIn in it. The thing is that as soon as I try to import or use the function imported from '@react-native-google-signin/google-signin', I get this error:
Simply running below steps can reproduce the error [1] npx create-expo-app@latest [8] npx exop run:ios If anybody knows how to fix the issue, please help :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I resolved this by running
|
Beta Was this translation helpful? Give feedback.
I resolved this by running
expo prebuildthen...npx expo run:ios --deviceselecting the my target device, which in my case was my physical device which runs a dev build. Don't think it works on Expo Go if that's where you're getting stuck...