
Can anyone help me with an issue in my Expo app? After logging in and redirecting to the homepage, the app gets stuck on the splash screen. This issue only occurs after building the APK—everything works fine in Expo Go

Provide better context. Lets say you just installed the app. Now tell me what happens when you login

And can you provide the navigation code?

I am using router.replace("(tabs)/"), and it works perfectly with Expo Go. However, after building the APK and installing it, the login screen displays correctly, but after logging in, the app gets stuck on the splash screen. In Expo Go, the redirection works as expected, but in the release build, it's not behaving the same.

I'm using expo-router sdk51

I am asking what do you mean by splash screen. Like a blank white screen?

And did you used material top tabs import for tabs?

Like to make the tabs swipe able?

I'm using expo router default tabs

Actual splash screen not blank

This shouldnt happen But try dont using the splash screen. Like Removing the code from app.json also Try installing pager view

And i am giving you a git repo Try to match the code with yours



Okay got it
Recommended threads
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- issue authenticating new user : [Appwrit...
i am currently facing an issue that didn't appear except few days back now, and so far i've tried and can't fix it i created a platform integration using my app...
