Questions tagged [expo-publish]
10 questions
5
votes
1 answer
Expo use-font not working after expo publish
App font is working fine on all platforms before publishing.
Once the app is published, expo publish, font is just not showing.
I have added the font through Xcode. Like that.
Font is added to the app following expo's instructions
Checked, rechecked…

Idan
- 5,405
- 7
- 35
- 52
3
votes
1 answer
Channels other than default in Expo Go?
I have published my app using
expo publish --release-channel channelxyz
but the only channel I see in my (iOS) Expo Go app is default.
How do I get channelxyz to appear in the Expo Go app?

orome
- 45,163
- 57
- 202
- 418
3
votes
0 answers
The splash screen doesn't change after a "expo publish" command
I have a React Native Project with expo already published on the play store, recently I make a change in a view and with the command "expo publish" I was able to up my changes perfectly, but the customer need change the splash screen of the app, so…

Isaias Diaz
- 31
- 1
2
votes
1 answer
Publishing updates to both IOS and Android standalone apps using expo
I have recently published my app both in IOS and Android. I am using expo. Everything went well. Whenever I made a change in the code I built the app for IOS and Android using expo build:ios/android in order to upload the ipa file to Apple App Store…

hafij
- 208
- 2
- 10
2
votes
1 answer
How can I create a release build of my bare React Native app without using "expo publish" and pushing updates to my users?
I'm new to React Native development. I created a React Native app using expo. I ended up ejecting it to the bare workflow. All good so far. I was able to build an app bundle for Android and an .ipa for iOS. I used "expo publish" to update the…

Jo Momma
- 1,126
- 15
- 31
1
vote
1 answer
Expo publishing just hangs
When I expo publish all I ever get is:
› Expo SDK: 44.0.0
› Release channel: default
› Workflow: Managed
Building optimized bundles and generating sourcemaps...
Starting Metro Bundler
iOS Bundling JavaScript [==== …

orome
- 45,163
- 57
- 202
- 418
1
vote
0 answers
Publishing react native app with expo publish takes long time
Hello I'm trying to publish my app to Expo with publish. It's stuck on 'Uploading JavaScript bundles' for hours. What could be the problem? I have installed node modules, should I delete them? Thank you

vasikpasik
- 33
- 1
- 5
0
votes
1 answer
Expo push notification with image content
I want to Send Expo Notification with image content like this, but in Expo documentation nothing is mentioned how to do this.

vaibhav gadekar
- 190
- 1
- 2
- 14
-1
votes
1 answer
Expo Publish not updating after submitted build - ios
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 Appstore, It doesnt want to download the OVA (Over The Air) update…

Rasmus
- 45
- 5
-1
votes
1 answer
EXPO publish fail. What is the cause?
I have tried to publish my expo app so I can get started on the release process but publish keeps failing with the following error. What is the issue?
Publishing to channel 'default'...
Request failed with status code 404
Error:
Request failed…

AynonT
- 225
- 5
- 13