Before submitting a new issue
Bug summary
I installed this in my expo app sdk53 but getting the error Package "react-native-google-auth" does not contain a valid config plugin when I tried to make dev build.
I used the command npx expo install react-native-google-auth
and added the config plugin plugins: [...somePlugins, "react-native-google-auth"]
I also obtained my google client credentials from google cloud console and included it in the root of the project.
I did everything as described in the readme but no success in making the build, please assist! Thanks a lot!!
Library version
1.0.0
Environment info
System:
OS: Windows 11 10.0.22000
CPU: (4) x64 Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
Memory: 4.14 GB / 15.88 GB
Binaries:
Node:
version: 22.17.0
path: C:\Program Files\nodejs\node.EXE
Yarn:
version: 1.22.22
path: ~\AppData\Roaming\npm\yarn.CMD
npm:
version: 11.4.2
path: C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK: Not Found
Windows SDK: Not Found
IDEs:
Android Studio: Not Found
Visual Studio: Not Found
Languages:
Java: Not Found
Ruby: Not Found
npmPackages:
"@react-native-community/cli":
installed: 20.0.2
wanted: ^20.0.2
react:
installed: 19.0.0
wanted: 19.0.0
react-native:
installed: 0.79.5
wanted: 0.79.5
react-native-windows: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
Steps to reproduce
- …
- …
Reproducible example repository
no link
Before submitting a new issue
Bug summary
I installed this in my expo app sdk53 but getting the error
Package "react-native-google-auth" does not contain a valid config pluginwhen I tried to make dev build.I used the command
npx expo install react-native-google-authand added the config plugin
plugins: [...somePlugins, "react-native-google-auth"]I also obtained my google client credentials from google cloud console and included it in the root of the project.
I did everything as described in the readme but no success in making the build, please assist! Thanks a lot!!
Library version
1.0.0
Environment info
System: OS: Windows 11 10.0.22000 CPU: (4) x64 Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz Memory: 4.14 GB / 15.88 GB Binaries: Node: version: 22.17.0 path: C:\Program Files\nodejs\node.EXE Yarn: version: 1.22.22 path: ~\AppData\Roaming\npm\yarn.CMD npm: version: 11.4.2 path: C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: Not Found Windows SDK: Not Found IDEs: Android Studio: Not Found Visual Studio: Not Found Languages: Java: Not Found Ruby: Not Found npmPackages: "@react-native-community/cli": installed: 20.0.2 wanted: ^20.0.2 react: installed: 19.0.0 wanted: 19.0.0 react-native: installed: 0.79.5 wanted: 0.79.5 react-native-windows: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: Not found newArchEnabled: Not found iOS: hermesEnabled: Not found newArchEnabled: Not foundSteps to reproduce
Reproducible example repository
no link