You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happens is, I am creating a build using eas build --profile staging --platform ios
And it's successfully created the build and uploaded it to testflight and it runs without any issue.
When i make some edits on my HomeScreen adding a new button and make eas update --branch staging
it create the update successfully but nothing changes when Restart the app to apply the updtes
Warning: Root-level "expo" object found. Ignoring extra keys in Expo config: "name", "displayName"
Learn more: https://expo.fyi/root-expo-object
✔ Check package.json for common issues
✔ Check Expo config for common issues
✔ Check for common project setup issues
✖ Check dependencies for packages that should not be installed directly
✔ Check for issues with Metro config
✔ Check if the project meets version requirements for submission to app stores
✖ Check for app config fields that may not be synced in a non-CNG project
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check npm/ yarn versions
✖ Check that packages match versions required by installed Expo SDK
✔ Check for legacy global CLI installed locally
✔ Check that native modules do not use incompatible support packages
✔ Check that native modules use compatible support package versions for installed Expo SDK
✔ Check native tooling versions
Detailed check results:
The package "@types/react-native" should not be installed directly in your project, as types are included with the "react-native" package.
This project contains native project folders but also has native configuration properties in app.json, indicating it is configured to use Prebuild. When the android/ios folders are present, EAS Build will not sync the following properties: updates.
Advice: Add '/android' and '/ios' to your .gitignore file if you intend to use CNG / Prebuild. Learn more.
Warning: Root-level "expo" object found. Ignoring extra keys in Expo config: "name", "displayName"
Learn more: https://expo.fyi/root-expo-object
The following packages should be updated for best compatibility with the installed expo version:
@react-native-async-storage/[email protected] - expected version: 1.23.1
@react-native-community/[email protected] - expected version: 8.0.1
@react-native-community/[email protected] - expected version: 11.3.1
@shopify/[email protected] - expected version: 1.6.4
[email protected] - expected version: 6.7.0
[email protected] - expected version: 0.74.5
[email protected] - expected version: ~2.16.1
[email protected] - expected version: 1.14.0
[email protected] - expected version: 6.3.0
[email protected] - expected version: ~3.10.1
[email protected] - expected version: 4.10.5
[email protected] - expected version: 3.31.1
[email protected] - expected version: 15.2.0
[email protected] - expected version: 13.8.6
@types/[email protected] - expected version: ~18.2.79
[email protected] - expected version: ~5.3.3
Your project may not work correctly until you install the expected versions of the packages.
Found outdated dependencies
Advice: Use 'npx expo install --check' to review and upgrade your dependencies.
One or more checks failed, indicating possible issues with the project.
Error output
No response
Reproducible demo or steps to reproduce from a blank project
Create a new fresh react native app with versions: "react-native": "0.74.1", "react": "18.2.0", "expo": "^51.0.0", "expo-updates": "~0.25.27",
The text was updated successfully, but these errors were encountered:
Facing same issue. It crashes once and then when I open app it reloads successfully but it doesn't apply changes. It does same thing every time when I open app.
Solved my problem with renaming my env variables file from .env.local to .env 🙃
i don't know how this solved your problem but i am using react-native-config because i have multi enviroment setup and multi schema and flavours how i will rename it !!
Build/Submit details page URL
https://expo.dev/accounts/waseet/projects/waseetnet
Summary
What happens is, I am creating a build using
eas build --profile staging --platform ios
And it's successfully created the build and uploaded it to testflight and it runs without any issue.
When i make some edits on my HomeScreen adding a new button and make
eas update --branch staging
it create the update successfully but nothing changes when Restart the app to apply the updtes
my app.json is
My eas.json is:
My package.json is:
Managed or bare?
bare app
Environment
Error output
No response
Reproducible demo or steps to reproduce from a blank project
Create a new fresh react native app with versions:
"react-native": "0.74.1", "react": "18.2.0", "expo": "^51.0.0", "expo-updates": "~0.25.27",
The text was updated successfully, but these errors were encountered: