-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Expo config plugin in v4.3.0 #1081
Comments
I encountered the same issue with 4.4.0 using react native 0.73.6. Installing 4.2.0 works |
Any updates on this issue? I’m experiencing the same problem with versions 4.3 and 4.4. The only version that works for me is 4.2 on Expo 51 with React Native 0.74.5. |
Hey folks, we are looking into this. We will get back ASAP, sorry on the inconvenience |
I've dug into the issue and it appears the problem is related to the version of Expo CLI. As noted in the Expo changelog, recent updates have resolved this problem. Instead of using a locally installed Expo CLI, please try using the latest version via npx. For example, you can run:
This command ensures you’re using the most up-to-date Expo CLI, which should address the issue reported here. Let me know if you run into any further problems! |
not working for me either locally or on my EAS builds... |
Interesting, @Dakuan can you share the output of
|
and EAS:
|
@Dakuan seems like you are using the old version of expo cli. You should use the latest version |
and eas? |
The version of the Expo CLI is connected to the version of Expo you are using in the project. My project is using Expo version 51.0.39 and the Expo CLI version 0.18.31. You need to support earlier version of Expo CLI, not everyone can be on the latest version of Expo, and it is not feasible to upgrade the project just to get the latest version of Expo CLI. |
Using the latest expo CLI and EAS fixed it for me. |
@KimmoHernborg you are right, Expo since 46 uses "Local Expo CLI" but as mentioned in their announcement - https://blog.expo.dev/the-new-expo-cli-f4250d8e3421
Hope this helps. |
Checklist
Description
When running
expo install react-native-auth0
orexpo prebuild
I get the following error message:Cannot create a working build with version 4.3.0, but earlier versions work.
Reproduction
expo install react-native-auth0
expo prebuild
expo run:ios
orexpo run:android
fails with the following error:Additional context
Tested and recreated in an updated 00-Login-Expo project (updated to newer version of Expo)
react-native-auth0 version
v4.3.0
React Native version
0.74.5
Expo version
51.0.39
Platform
iOS
Platform version(s)
18.2
The text was updated successfully, but these errors were encountered: