Questions tagged [expo-updates]

18 questions
6
votes
1 answer

IOS app crashes on first load in production build - React Native Expo

I am in a very confusing situation where my expo built app runs perfectly fine in my local environment but after building with EAS and when I run it on TestFlight the app crashes on the first load. But surprisingly when I open again it works…
Harsh Nagalla
  • 1,198
  • 5
  • 14
  • 26
5
votes
2 answers

The embedded manifest is invalid or could not be read

while running Android debug build in real device app crashing in device with error is The embedded manifest is invalid or could not be read. Make sure you have configured expo-updates correctly in android/app/build.gradle. app.manifest Actually, I…
5
votes
2 answers

Eas Update does not publish any new Expo Updates

I'm using EAS for configuring updates. The update isn't working. I tried the eas update command and got the result as well: ✔ Linked to project @team/something ✔ Please enter an update message. … test ✔ Built bundle! ✔ Uploaded assets! ✔…
Y M
  • 2,105
  • 1
  • 22
  • 44
3
votes
0 answers

Expo updates - Failed to download new update

I am trying to add OTA updates to my expo application with EAS build as long as a custom server to avoid using EAS update paid features from expo but I am running into an issue. (I copy pasted the expo-updates-server folder from…
blouuuu
  • 454
  • 1
  • 4
  • 16
2
votes
1 answer

Expo: ios App Store Build Timeout due to expo-updates

I'm currently working on building an ios app using expo sdk48, but have noticed that my production builds (using eas build --profile production --platform ios) continue to timeout in fastlane once they reach the following step: Executing…
2
votes
1 answer

Versioning of Android React Native Apps with expo-updates

I am trying to figure out how to configure expo-updates for OTA updates in my React Native app (for Android). If I understand correctly, I need a way of versioning the builds so that the right updates go to the right builds of the app that people…
1
vote
0 answers

EAS updates not working possibly due to missing channel-name in Expo.plist

I'm trying to make EAS updates to work, after debugging, the issue seems to be the missing channel-name, which does not appear in Expo.plist, although,I believe, my eas.json is set up correctly. I am not using anywhere in the app releaseChannel,…
Ioana C.
  • 11
  • 1
1
vote
0 answers

* What went wrong: Execution failed for task ':expo-updates:kaptDebugKotlin'

Am using expo-updates for the release channel in Bare React Native, it's working fine with expo Go but while I try to run react-native run-android my app gets launched but crashes. What went wrong: Execution failed for task…
1
vote
0 answers

Expo update: reloadAsync crashes app in release build

I want to restart my react native app when I change the language of my app, Its an expo managed app with mobx persist for state management and right now I am using expo-update 's reloadAsync to do that and it works fine in development mode but in…
Talha Irshad
  • 26
  • 1
  • 3
0
votes
0 answers

expo-updates failed to upload error: graphql request failed

After running expo update --auto, I get the error- "graphql request failed" with no context or way to debug it. The build process gets hung up on 52/55 and then says the above error. Here is a picture of what the terminal looks like. I have…
0
votes
0 answers

I am trying to find solution to toggle between ltr and rtl view in react native expo

I am trying to find solution to toggle between ltr and rtl view in react native expo. I have tried this solution: import * as Updates from "expo-updates"; import { I18nManager, } from "react-native"; // i18 is intialised object of i18next const…
Rutvik JR
  • 1
  • 1
0
votes
1 answer

How can I run the expo-updates package on a simulator while connected to my self-hosted OTA server?

I want to create my own OTA server that will feed updates to my client which is using the expo-updates library to facilitate communication. I have created the /manifest endpoint suggested in the expo docs here…
Carl Reiser
  • 21
  • 1
  • 6
0
votes
0 answers

Expo updates custom server - New bundles fetched but not downloaded

I recently setup a custom expo updates server (based on the one provided by expo themselves - https://github.com/expo/custom-expo-updates-server). The only things I changed in the expo-updates-server folder is the HOSTNAME in .env.local and set it…
blouuuu
  • 454
  • 1
  • 4
  • 16
0
votes
0 answers

Updates.channel is coming as null after setting up expo-updates

In my project I am using expo-sdk:43 along with expo-updates. I have setup the channel property in eas.json file. { "cli": { "version": ">= 0.52.0" }, "build": { "development": { "developmentClient": true, "distribution":…
0
votes
1 answer

expo-updates not updating internal distribution

Trying to implement expo-updates and I'm a bit stumped. I have a deployment, channel and branch all called "testing". I have a good internal distribution build for both OSes, and can verify that the app configuration has updates.url. I have a…
orbiteleven
  • 951
  • 1
  • 11
  • 21
1
2