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

Expo publish not working. The app has been working great and bug-free on all android phones using the Expo Build:android apk. updates. Apr 2, 2025 · Learn how to use EAS Build locally on your machine or a custom infrastructure using the --local flag. Jan 27, 2022 · The other side that is the expo publish flow for the native app, is not going so great. g. I have tested application all along but when I am going to release it on Playstore. However, existing apps will continue to receive Classic Updates that have already been published and are actively used. I've also checked if the app checks for updates Feb 21, 2023 · So, if you’re working on an Expo project, it’s definitely worth considering using release channels and environment variables to help streamline your workflow and optimize your development process. We were getting the changes by killing the app and relaunching it. We recommend using a different runtime version for each binary version of your app. If you change native code, or update the Expo version, or use a different release channel — the changes may not (won’t) show up. Jul 22, 2025 · Why EAS Hosting Historically, traditional website hosting services were recommended for deploying Expo Router and React apps. An Expo web app can be served locally for testing the production behavior, and deployed to a hosting service. expo publish also stop working after upgrade. 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 May 24, 2021 · I'm working on a react-native app using expo. Just to clarify, I am not sure whether this is an issue with Expo it sel Feb 1, 2024 · Update, I found the issues I have having. Install Expo CLI in your project: Description of the bug Hello all! And thanks for the awesome library. We would like to show you a description here but the site won’t allow us. Apr 10, 2020 · To view a project in the iOS Expo Client, you need to either be logged in to the Expo account that published that experience (in your case, rcollao) in the app, OR have that user added as a teammate if you're using Developer Services Feb 3, 2025 · Learn about Redbox errors and stack traces to help you debug your Expo project. Without further ado, here are some use cases supported by Expo’s Release Channels: Make different channels Oct 26, 2023 · Summary I have developed a react native application using expo. Failed to load all assets Sep 8, 2023 · It was working previously I was tasked with context switching over to a higher priority project. fetchUpdateAsync() and Updates. After upgrading to expo 48, it's not working anymore. json, the expo. npx expo prebuild produces: Jul 14, 2025 · After identifying the error, publish a new update that fixes the crash to resolve the issue. We recommend transitioning to EAS Update or using a self-hosted update service. json file, ensure that the expo. I completed all the steps without any error messages. The installed version that is not applying the OTA update is the TestFlight one? Mar 2, 2022 · I'm using EAS for configuring updates. For some how i can be able to build apk with eas build & its working fine. 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. 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. I've set up the basic publish every push to t Feb 10, 2023 · Sunsetting “expo publish” and Classic Updates Update as of February 12, 2024: Publishing Classic Updates is no longer supported. Run the following command in your terminal: PS D:\> expo publish Publishing to channel 'default' Building iOS bundle Building Android bundle Analyzing assets Uploading assets No assets changed, skipped. output property is either static or server. 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. 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. You can trigger a submission from a CLI command, after a build is finished, or from a CI/CD service. Request routing complexity 3 days ago · Local builds with expo-dev-client If you install expo-dev-client to your project, then a debug build of your project will include the expo-dev-client UI and tooling, and we call these development builds. From past experience, what I'd probably do is have a GitHub Repository set up for the project where everyone can push/pull/fork and collaborate on the project. Sep 11, 2024 · The Setup Everything was working fine while testing the app on Expo Go. Jul 8, 2025 · Learn how to get started with the setup required to configure and use EAS Update in your project. Its working well with android application, both with expo client and published apps. The update isn't working. npx expo run:ios runs fine. howeve Oct 5, 2020 · Due to above situation I can run expo publish --release-channel production (otherwise I can screw the ios app), and running expo build:android --release-channel production --no-publish is not working properly, because it keeps building the app with SDK 37 instead of 39. Firstly, make sure that you have installed react-native-vector-icons and expo-font packages. But as soon as I generated an APK and ran it on a real device, the app would crash immediately after the splash screen. I got stuck in a issue. I hav Unable to reach Expo servers? Learn how to troubleshoot this common issue and get back to building your app. This way, each time you publish your app with expo publish (without specifying a channel), expo will publish it on the default channel and your user will have access to the new version. Then I'm scanning barcode which was printed in console with expo mobile app on android 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. The app works perfectly when I test it with Expo Go. Export your web project To deploy your web app, you need to create a static build of your web project. (Open app and click on 'Please click Apr 8, 2020 · App font is working fine on all platforms before publishing. 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. I understand this may require a development build, but would like confirmation or alternatives. 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". This issue started after I ran: npm install -g exp Which returned: May 6, 2025 · Push Notifications Warning: I'm seeing warnings that expo-notifications remote push notifications are not supported in Expo Go with SDK 53. 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. In app. " It is working fine in local env. Jan 16, 2023 · I'm facing this also, while attempting to migrate from classic expo publish to eas update, on Expo 48. You can do this by running the following command in your project directory: Dec 27, 2019 · We are building the project and running expo publish to publish the app, then building a release variant in Android Studio. Jan 13, 2023 · My expo auth not working when i publish it to expo, when i download it, its only showing google prompt and redirecting, and doing nothing, not updating the Auth token, nor fetching any data. Jul 4, 2024 · A list of common development errors that are encountered by developers using Expo. Do I need to define some permission or something??? I'm using sdk v20. … test Built bundle! Uploaded assets! Published! Then, running eas update:list also, shows the list and all the group IDs. When I change something and run expo publish, it runs fine. Do I need For some how i can be able to build apk with eas build & its working fine. Oct 11, 2022 · Splash Screen and Icon not showing on Expo Go (Published app with EAS, working fine with expo publish) #2263 Build, submit, host, and update your apps with mobile CI/CD that scales. Platforms Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. I have no problem to display the application on my Android Phone using the QR CODE provided by Metro Builder. 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). It's already set to be cited Mar 17, 2025 · EAS Update is a hosted service that serves updates for projects using the expo-updates library. However, this approach doesn't address the unique challenges of dealing with native apps. Working fine with 'expo publish'. json from hermes to jsc in jsEngine property. After publishing the app to google play store, I have found out that it doesn't work. May 14, 2024 · Previously the icons showed up without any problems, however now the icons doesn't work This is the code: import { FontAwesome6 } from '@expo/vector-icons'; import { MaterialIcons } from '@expo/vec Jul 24, 2025 · Learn more about different tools, workflows and extensions available when working with development builds. I've build the app with eas build -p ios --auto-submit. I have added the font through Xcode. . ) Managed or bare? Mana Jul 15, 2021 · did you use --global-style during npm install in your repo? does metro exist in your repo, e. After opening released update, app shows white screen instead splash screen. A common reason a new update does not work but embedded code does is due to a missing environment variable. Dec 31, 2021 · I've just created a new clean app with fallbackToCacheTimeout set to 8000. Using internal distribution To configure a build profile for internal distribution, set "distribution": "internal" on it. ) "Error: Firebase is not configured. It's the fastest way to take Android and iOS builds Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. I could disable the internet and the icons works as it should be. web. but when I try to scan QR Code when I get there was a problem loading the requested on expo client app Aug 18, 2023 · esorinas changed the title Expo go app does not open after installing `expo-dev-client` Unable to open simple app using Expo Go after installing `expo-dev-client` on Aug 18, 2023 I am using DocumentPicker API to upload files. Prerequisites Before you begin, in your project's app. Mar 15, 2022 · after completing the development of an expo app, I want to share it with friends who can check it by QR code or link to a live server. It makes submitting your apps simple and easy by creating and handling submission credentials and running the submission process. 0. is your repo is a monorepo? if you are okay with it, sharing dependencies, peerDependencies, and devDependencies in your package. Now, I need to update the App over the air which was previously possible with "expo publish" c 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. Here are some key limitations: Version synchronization: During the app store publishing process, you may need to deploy new versions of your servers. My app was using some external libraries like expo-image-picker. json { Initialize a new Expo app We'll use create-expo-app to initialize a new Expo app. Description of the bug Hello all! And thanks for the awesome library. Aug 20, 2018 · I've tried uninstalling and reinstalling exp and expo but it doesn't appear to fix anything. Jan 11, 2023 · Expo Application Services Deeply integrated cloud services for Expo and React Native apps, from the team behind Expo. The CLI should warn you about this. See how environment variables work with EAS Update for more information. Ensure that you have configured 'google-services. Sep 15, 2025 · Learn how to submit your app to the Apple App Store from your computer and CI/CD services. Now, the app works on all iOS devices, but Jun 6, 2025 · Learn how to submit your app to Google Play Store and Apple App Store from the command line with EAS Submit. Aug 13, 2023 · I attempted to publish the app to the Expo Go app using the expo publish command, but it doesn't seem to be working. reloadAsync() Jul 8, 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. May 23, 2025 · Learn a simple but powerful process for safely deploying updates to your users. I had been scratching my head for a while, trying to… Jul 3, 2020 · I have published my app on expo by expo publish. After publish with eas update. (Working fine in local env. Yesterday I upgraded to the 45 expo SDK and have built the app using the EAS build command. But Expo updates not working i'm publishing update using expo publi 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. This video shows how i Sep 11, 2025 · It is a service for deploying web apps built with Expo Router and React. The reproduction is the same -- Updates. So how do you guys collaborate to develop Expo apps? Is there a specific way I need to do it? Sep 27, 2020 · on a sentence) and then I did expo publish to the default channel and the OTA updates showed up. This will allow you to target web, but it will not include support for the Expo SDK. Feb 14, 2025 · The Classic Updates service is now deprecated. Also in app. I installed the app on my phone. Existing apps will keep working and receive updates published … Nov 22, 2022 · After switching to 'eas update' facing an issue with firebase. Unfortunately I can't upgrade to a EAS production plan at the moment, so I have to sort this out with classic updates. 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 Can't understand why my Expo app is not working on Google Playstore Hello! I created a react native app using expo. 3 days ago · Learn how to deploy Expo websites for production. It was available before December 2021, and expo publish cannot be run anymore. channel is production then the update command must be eas update --branch production. Sep 4, 2017 · I am using DocumentPicker API to upload files. json would be super 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. We recommend deploying to EAS Hosting for the best feature support. A channel can be thought of as a deployment environment for your app, or like a branch in Git. Final Commit 😶 expokit-fastlane-example $ git add . The core functionality, including image uploading seemed solid. 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. 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. This scenario is when you publish the app with eas update because when you do expo publish works fine. Jan 26, 2024 · npx expo prebuild and npx expo run:android commands suddenly started failing with errors for me (Expo 50). 0 TurtleiOS Source maharjanaman And configured app. You can also self-host or use a third-party service. when I scan QR Code from android it is loading the app and working well. runtimeVersion must be the same between the build and update - if they are 1 day ago · The Expo CLI is a command-line tool that is the primary interface between a developer and other Expo tools. checkForUpdateAsync() determines there is an update, but the app continues to run the old version after Updates. channel needs to be specified. json' correctly. Jan 8, 2022 · I have just migrated my project from expo classic to eas via documentation provided by expo. May 2, 2025 · Learn how to send over-the-air updates to push critical bug fixes and improvements to your users. A list of common development errors that are encountered by developers using Expo. But closing and opening the app wont download the update. ; git commit -m “fastlane deliver init” Extra Each time your user opens the app, Expo will check and fetch the latest version of your code that you uploaded with the command expo publish (more details here)! So there is no need to upload a new standalone build of your app and to go again through the process of review for each Store! (however, there are a few exceptions that you can find here) May 12, 2025 · 3- If your project is a bare React Native, it must use Expo CLI and extend the Expo Metro Config; 👉🏻 Installing Expo modules guide. Mar 6, 2023 · Before upgrading to expo 48, expo publish would update production builds (TestFlight and production apps downloaded from stores). I would like to know if it's something related to Expo, or Github actions itself. Feb 27, 2025 · Troubleshoot common Expo issues, including project setup errors, debugging failures, native module limitations, build failures, and performance optimization. Looks like it's just pushing to specific release channels isn't working. This means that the production branch update will apply to the channel that has production. /yourRepo/node_modules/metro? if metro is not there, supposedly expo start will not work as well. EAS Update makes fixing small bugs and pushing quick fixes a snap in between app store submissions. But then I make some changes to js and then execute expo publish --target bare --release-chann Feb 1, 2024 · Build/Submit details page URL No response Summary I followed this article for migrating from expo publish to eas update. Jul 11, 2019 · When I try to publish my Expo apps, it seems to have problems with apps that have un-optimized assets. 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. 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 Sep 25, 2024 · I finally managed to figure out how to generate a shareable public QR code in Expo. We can also improve this workflow by adding different channels! Aug 1, 2025 · Learn how to render routes to static HTML and CSS files with Expo Router. May 6, 2025 · 0 I'm developing a React Native app using Expo SDK 53 and encountering several issues: Routing Error: Component auth has not been registered yet when running the app in Expo Go on iOS, even though the app works fine in the web browser. App shows splash screen correctly. I suspect a route to /auth is being used, but there's no corresponding file or screen. Using Bolt with Expo to create mobile apps and publish them to app stores. Nov 22, 2022 · Build/Submit details page URL No response Summary After switching to 'eas update' facing an issue with firebase. Learn about what the Application has not been registered error means and how to resolve it. May 16, 2022 · I'm building a react native app using Expo's managed app service. But for some reason, its not working with iOS platform. $ expo doctor 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. 4- Your project must use the registerRootComponent function instead of registerComponent. Dec 26, 2018 · OTA Updates Use expo publish to upload your JS changes whenever you want. Like that. How can I do it? 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 Tags: react-native expo When I try to publish my Expo apps, it seems to have problems with apps that have un-optimized assets. Build one JavaScript/TypeScript project that runs natively on all your users' devices. I'v I've created an expo app with exp init MyApp command and started it by running exp start in MyApp directory. It is a command line tool to create a new React Native project. 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. A month later the project is on hold so I came back to this expo react-native project, and it failed Aug 22, 2025 · EAS Submit is a hosted service for submitting your app binaries to the Google Play Store and the Apple App Store. I tried the eas update command and got the result as well: Linked to project @team/something Please enter an update message. 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. Jun 8, 2022 · Summary Hi as the title says, When I create a release everything work great. Side note: if you build a standalone app and distribute it on the app store, you can also publish updates using expo publish, and those updates will be downloaded on the standalone apps if various criteria are met. But on opening/closing the Android app, no updates are detected. Apr 25, 2022 · Summary i tried to use eas update but its not working because im on the free plan : ( so i want to back to expo publish but i cant when i try to enter expo publish i get this error Oct 4, 2020 · Check out the Expo Guide for building standalone apps. But I would like my customers to be able May 23, 2025 · Learn how to install and share the development with your team or run it on multiple devices. Apr 9, 2020 · It is working when I run expo start -c, when I run expo publish --release-channel staging it just does not show. However, there's also the issue of expo build, expo publish, etc. Once the app is published, expo publish, font is just not showing. So if updates. Jan 14, 2020 · So the freshly new produced binary will only pull updates published over the default channel. API is not working. I have the feeling I found all the threads/bug reports that can be found so I'm running out of options here. 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. Is expo publish deprecated or has there been any changes to the way apps should be published to Expo Go? Could someone please guide me on how to successfully publish my app to Expo Go? Thank you in advance! 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). cykqx97 9gs ik3gqo ngwpi pgdffv remq14 4kxdx rr 7hmkw fbyg