Expo React native app stuck at Splash Screen after expo Publish - react-native

I am trying to build an React native application using expo. My application works fine in development environment but it stucks on splash screen " new update available, downloading" after I run expo publish command. Can Someone guide me about that why its happening so....!

Related

My React Native App Syncing with Expo App

I created an App in Expo first but for bluetooth printing i shift my project to react-native
then after some time i want to update something but react-native android build was failing so i just copy project removed print button and build in expo but the problem is now the already build apk hiding that print button sometimes why it is happening both are different apk different platform
one is react-native cli other is expo cli why it is syncing with each other.
Anybody having this problem ?

React Native Expo open in IOS

Im starting to learn React Native using Expo. I just installed expo-cli, code some of my app (react-router-native, some jsx).
When I scan the QR (that shows visual code terminal after npm start of the project) to test the app on my iphone, I get this error in the phone:
Unable to resolve "#ungap/url-search-params" from "node_modules\react-router-native\index.js"
I can not open it on my iphone. App works ok on web.
Any ideas?

How to update react native app in Expo Go?

I created react-native application
I run it on Expo Go - physical devise (IPhone) and emulator (IPhone)
I removed application
I created new react-native application
I run this new app on Expo Go on same device and same emulator.
Expo Go show me Old application...
How to fix it and see new application?

In react native project when android simultor tries to open the expo go then my app suddenly closes

I am seeing no error in visual studio react native and android bundle is also working fine. But when android simlator tries to open the expo go then my app suddenly stopes by closing the app.
Please help me regarding this. I stuck in this.

Alternative App to run React Native Project

I'm working on React Native Project with EXPO GO app.
EXPO app is crashing every time whenever I test my code. I tried using Android Studio but it is not working properly on my system.
Is there any alternative to run and test my react native app???
Thanks in Advance!