Expo publish not working. The app works perfectly when I test it with Expo Go.

Expo publish not working Apr 20, 2023 · Using Over-The-Air updates in React Native (by typing "expo publish" in terminal) used to work on IOS, but ever since I published a new build (see below) and submitted the build to Appsto Apr 9, 2020 · I reset my babel. Apr 27, 2022 · In the past I have been able to publish OTA updates to this project via expo publish without specifying a release channel. Now, I need to update the App over the air which was previously possible with "expo publish" c Can't understand why my Expo app is not working on Google Playstore Hello! I created a react native app using expo. But Expo updates not working i’m publishing update using expo publish command expo publish --release-channel channel-name But in the app i’m not getting any update notification than i try to setup config for update manually `const triggerUpdateCheck = async () => { Jan 20, 2022 · Summary I'm trying to integrate expo-updates in a Expo Custom Dev Client bare managed project. I've created an expo app with exp init MyApp command and started it by running exp start in MyApp directory. EAS Update makes fixing small bugs and pushing quick fixes a snap in between app store submissions. This video shows how i Jan 11, 2023 · Deeply integrated cloud services for Expo and React Native apps, from the team behind Expo. Aug 1, 2018 · Environment expo sdk 28 detached app Steps to Reproduce (Write your steps here:) Run exp publish Got a URL Closed the app completely, and reopen the app Expected Behavior Both Android and IOS app s Jan 4, 2022 · Summary The custom release channel I downloaded apk with eas build --profile preview expo sdk 43 expo publish --release-channel works but expo sdk 44 doesn't work either Environment expo build --pr May 2, 2025 · Learn how to send over-the-air updates to push critical bug fixes and improvements to your users. g. Using internal distribution To configure a build profile for internal distribution, set "distribution": "internal" on it. Feb 10, 2023 · Sunsetting “expo publish” and Classic Updates Update as of February 12, 2024: Publishing Classic Updates is no longer supported. I have the feeling I found all the threads/bug reports that can be found so I'm running out of options here. xcworkspace I'm able to build an archive with Xcode and upload to AppStore Connect. Without further ado, here are some use cases supported by Expo’s Release Channels: Make different channels . expo. When building the release variant and running on a device (whether physical or emulated), we are missing all of our icons in the app and our image onLoad is not working. Its working well with android application, both with expo client and published apps. (Open app and click on 'Please click Description of the bug Hello all! And thanks for the awesome library. Install Expo CLI in your project: Aug 3, 2023 · needs reviewIssue is ready to be reviewed by a maintainerIssue is ready to be reviewed by a maintaineroutdated There is no bug in development mode. Like that. Feb 1, 2024 · I followed this article (https://blog. Actual Behavior Expo Client will not load the app. Once the app is published, expo publish, font is just not showing. After publish with eas update. Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. A channel can be thought of as a deployment environment for your app, or like a branch in Git. web. Build, submit, host, and update your apps with mobile CI/CD that scales. And configured app. checkForUpdateAsync() determines there is an update, but the app continues to run the old version after Updates. expo publish also stop working after upgrade. config. Feb 27, 2025 · Expo is a popular framework for building React Native applications, simplifying the development and deployment process. Feb 14, 2025 · The Classic Updates service is now deprecated. While Expo streamlines mobile app development, developers may encounter issues related to project setup, debugging, native module limitations, build failures, and performance optimization. We recommend transitioning to EAS Update or using a self-hosted update service. Dec 18, 2024 · If you publish a JavaScript bundle to a binary with an incompatible native runtime (for example, a function that the JavaScript bundle expects to exist does not exist) then your app may not work as expected, or it may crash. reloadAsync() Nov 11, 2025 · Not using the expo package in your app yet? If you haven't added Expo to your React Native app yet, you can either install Expo modules (recommended) or just install the expo package and configure the app entry file. fetchUpdateAsync() and Updates. Reproducible Demo Just creating A brand new app using expo cli, running it npm start and expo publish should reproduce the problem. Unfortunately I can't upgrade to a EAS production plan at the moment, so I have to sort this out with classic updates. After opening released update, app shows white screen instead splash screen. Jan 8, 2022 · I have just migrated my project from expo classic to eas via documentation provided by expo. This article explores common troubleshooting scenarios in Expo, their root causes, and Build/Submit details page URL No response Summary My project page url after running expo publish doesn't work if I am not signed it, meaning for public it doesn't work. json { Feb 5, 2024 · Build/Submit details page URL No response Summary I migrated from expo publish to eas update. Existing apps will keep working and receive updates published … Jul 8, 2025 · Learn how to get started with the setup required to configure and use EAS Update in your project. I completed all the steps without any error messages. App shows splash screen correctly. We recommend using a different runtime version for each binary version of your app. Platforms Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. Mar 6, 2023 · Summary Hello, Before upgrading to expo 48, expo publish would update production builds (TestFlight and production apps downloaded from stores). On Android, this is working perfectly. Here is a sample repo just in Feb 3, 2025 · An overview of troubleshooting guides for app development with Expo and EAS. We recommend deploying to EAS Hosting for the best feature support. It's just the eas-cli command that's failing. You can also self-host or use a third-party service. In this case, you don't need to publish in any store. The installed version that is not applying the OTA update is the TestFlight one? Jul 14, 2025 · After identifying the error, publish a new update that fixes the crash to resolve the issue. Export your web project To deploy your web app, you need to create a static build of your web project. The app works perfectly when I test it with Expo Go. Aug 20, 2018 · I've tried uninstalling and reinstalling exp and expo but it doesn't appear to fix anything. I try to run expo optimize on these but sometimes I can't get this to work so I try publishing anyway, from the browser console, and it never finishes. API is not working. Failed to load all assets Mar 15, 2022 · 4 If you are using the Expo Managed workflow, you can share your application with Expo Go. We would like to show you a description here but the site won’t allow us. Firstly, make sure that you have installed react-native-vector-icons and expo-font packages. Jan 27, 2022 · The other side that is the expo publish flow for the native app, is not going so great. I have added the font through Xcode. I hav May 21, 2019 · Hi, it's working on expo start at local development, but when I build a native iOS or Android bundle as expo build:ios or expo publish, it does not working Sep 4, 2017 · I am using DocumentPicker API to upload files. ) Managed or bare? Mana Oct 11, 2022 · Then the app is running fine local and publish but in the published version is not showing SplashScreen and Icon Image (Just showing the background color). ) "Error: Firebase is not configured. Actual Behavior No icons Reproducible Demo This is the code I have. May 2, 2025 · If you are not sure yet if you want to use this approach and want to learn about all of the options available for distributing your app internally, refer to the overview of distribution apps for review guide. I would like to know if it's something related to Expo, or Github actions itself. Oct 26, 2023 · Summary I have developed a react native application using expo. We were getting the changes by killing the app and r Nov 11, 2025 · An Expo web app can be served locally for testing the production behavior, and deployed to a hosting service. Sep 25, 2024 · How to Publish an Expo App and Generate a Shareable Public QR Code for Demoing Your React Native App I finally managed to figure out how to generate a shareable public QR code in Expo. output property is either static or server. dev/sunsetting-expo-publish-and-classic-updates-6cb9cd295378) for migrating from expo publish to eas update. You can do this by running the following command in your project directory: Jul 15, 2021 · did you use --global-style during npm install in your repo? does metro exist in your repo, e. /yourRepo/node_modules/metro? if metro is not there, supposedly expo start will not work as well. json would be super Build one JavaScript/TypeScript project that runs natively on all your users' devices. Mar 17, 2025 · EAS Update is a hosted service that serves updates for projects using the expo-updates library. Project with eas update: Link to run it on Expo Go: I am using DocumentPicker API to upload files. After publishing the app to google play store, I have found out that it doesn't work. But for some reason, its not working with iOS platform. With this, you can use the Expo Dashboard to deploy a project and share the URL or the QR Code to scan by the Expo Go App. Just to clarify, I am not sure whether this is an issue with Expo it sel Nov 22, 2022 · After switching to 'eas update' facing an issue with firebase. json file, ensure that the expo. Nov 11, 2025 · The Expo CLI is a command-line tool that is the primary interface between a developer and other Expo tools. js It is working when I run expo start -c, when I run expo publish --release-channel staging it just does not show. Expected Behavior Show icons. " It is working fine in local env. This issue started after I ran: npm install -g exp Which returned: Feb 14, 2023 · Build/Submit details page URL No response Summary My project page url after running expo publish doesn't work if I am not signed it, meaning for public it doesn't work. The publish completes successfully in the CLI but when trying to open in the Expo Go app, using the QR code, it hangs with a black or white screen. Using Bolt with Expo to create mobile apps and publish them to app stores. I'v Aug 29, 2022 · When upgrading from expo 43 to expo 45 and from classic build system to new system, updates published with eas update doesn't update installed apps, just newly installed ones. I've set up the basic publish every push to t Jan 16, 2023 · I'm facing this also, while attempting to migrate from classic expo publish to eas update, on Expo 48. However, existing apps will continue to receive Classic Updates that have already been published and are actively used. Do I need Unable to reach Expo servers? Learn how to troubleshoot this common issue and get back to building your app. Jan 16, 2018 · As of today, first-class support for release channels is live for all users of Expo! Release Channels A release refers to your bundled source code and assets at the time you publish your app. A common reason a new update does not work but embedded code does is due to a missing environment variable. 18 hours ago · If you’ve been developing with Expo Classic, you’re likely familiar with `expo publish`—the command that let you push over-the-air (OTA) updates to your app without rebuilding binaries. Interestingly, if I run "npx expo prebuild" to generate the ios folder and open the containing . json from hermes to jsc in jsEngine property. Then I'm scanning barcode which was printed in console with expo mobile app on android May 23, 2025 · Learn a simple but powerful process for safely deploying updates to your users. It was available before December 2021, and expo publish cannot be run anymore. $ expo doctor Feb 27, 2025 · Expo is a popular framework for building React Native applications, simplifying the development and deployment process. Then the app is running fine local and publish but in the published version is not showing SplashScreen and Icon Image (Just showing the background color). See how environment variables work with EAS Update for more information. However, for my iOS application, the updates are not going throu Nov 22, 2022 · Build/Submit details page URL No response Summary After switching to 'eas update' facing an issue with firebase. But as Expo transitions to the **EAS (Expo Application Services)** ecosystem, Classic Expo is being phased out, and with it, `expo publish`. Follow the instructions from section Share a development build with your team. is your repo is a monorepo? if you are okay with it, sharing dependencies, peerDependencies, and devDependencies in your package. A common pain point during this migration is the deprecation of Apr 10, 2020 · My understanding is that the app should be published and I should be able to load it using Expo Client by scanning the QR on the URL. Dec 1, 2022 · I'm using eas cli for my app and I tried to update my app with eas cli but It is not totally working I used to use expo publish but suddenly It's changed I have no idea what i changed eas. Dec 22, 2021 · remote update not working with expo publish #15686 Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. But Expo updates not working i'm publishing update using expo publi Nov 11, 2025 · It is a service for deploying web apps built with Expo Router and React. This will allow you to target web, but it will not include support for the Expo SDK. Ensure that you have configured 'google-services. json' correctly. Prerequisites Before you begin, in your project's app. Working fine with 'expo publish'. Description of the bug Hello all! And thanks for the awesome library. This article explores common troubleshooting scenarios in Expo, their root causes, and Nov 22, 2021 · I'm using the new expo-dev-client and EAS workflow to attempt development with expo, while also including native dependencies (react-native-firebase in my case). I can confirm that this folder does not appear to exist on my computer but I'm not sure what steps I need to take to create it. I have tested application all along but when I am going to release it on Playstore. Jul 11, 2019 · When I try to publish my Expo apps, it seems to have problems with apps that have un-optimized assets. 0 TurtleiOS Source maharjanaman Oct 19, 2023 · React Native Expo allows you to publish your app updates directly to the Apple App Store and the Google Play Store using "eas update". I got stuck in a issue. This scenario is when you publish the app with eas update because when you do expo publish works fine. 0. Apr 8, 2020 · App font is working fine on all platforms before publishing. Font is added to t Apr 10, 2020 · Description I tried using expo publish, and the cli says it all work fine, however when I go to the published url, and scan the QR to open the app it does not work. Dec 27, 2019 · We are building the project and running expo publish to publish the app, then building a release variant in Android Studio. I had been … Mar 6, 2023 · If you are experiencing issues with Expo vector icons not rendering after deployment, you may need to add some additional configuration to your project. The reproduction is the same -- Updates. (Working fine in local env. Do I need to define some permission or something??? I'm using sdk v20. For some how i can be able to build apk with eas build & its working fine. I installed the app on my phone. liyf qmdp ftftp bqi aqhfd mee qfvrqq jogo wilm mctlk tpjtzpv nnczj owoas agzz jwcmf