Questions tagged [expo-go]

115 questions
2
votes
0 answers

React-Native Expo (Managed) Firebase IDBIndex Error

Below is the code to initialize firebase application. I have installed firebase module with expo install firebase command. There are no errors when using web browser. But on Expo Go i get this errors below: ReferenceError: Can't find variable:…
Sourcer0X
  • 21
  • 3
1
vote
0 answers

Expo Go / React Native Firebase Authentication - persistence

i've update the expo sdk to v48 and since that my Firebase Auth is no longer persistent in Expo Go. If i understand correct, i have to use initializeApp and initializeApp instead of getAuth in Expo SDK > v48. But i did not get this working, maybe…
1
vote
1 answer

How do I preview apps inside Expo Go without a local server?

Is there a way to run my Expo app in Expo Go without having a local server running? I've gone through the Expo documentation and created builds and everything, but when I log into the app and tap my project, I get: Something went wrong. No project…
FMDev
  • 48
  • 4
1
vote
0 answers

I am creating an application with expo go. It works flawlessly with the expo go application, but my apk output does not open and crashes immediately

My application, which works perfectly with expo, does not open at all in my apk output. Expo doctor did not give any errors. I checked all my dependencies and they are all working properly. What could be the reason? I checked all the dependencies,…
omar
  • 11
  • 2
1
vote
1 answer

How can I create an interactive list with drag-and-drop functionality in React Native with Expo Go?

I'm looking to implement a list in my React Native app that allows users to rearrange items by dragging them up and down, effectively changing the order of the list. I've tried several npm packages, but none seem to work or are outdated for the…
1
vote
0 answers

React native expo app with Firebase Firestore library versions?

I'm new to react native dev (I'm using expo go) and firebase firestore. I'm getting errors everywhere. I'm trying to enable local persistence. Is there a known set of library versions I should use for expo and firebase related libraries? Here are my…
iht
  • 692
  • 1
  • 8
  • 15
1
vote
0 answers

Expo notification opens Expo GO

I set up my expo notification app with the HTTP/2 API. It works fine but after I build the app, push a notification and click on it on the device, it opens Expo GO instead of my installed App. I'm testing on IOS with a TestFlight submitted app. I…
1
vote
0 answers

React Native - expo go not able to connect

I'm very new to React Native and I'm understanding now Ports and similar things. In the last days I was able to access through Expo Go my app, but starting from today I ran into issues. I think the problem was, that I was accessing the app using an…
ncasteln
  • 109
  • 1
  • 5
1
vote
0 answers

React Native app doesn't launch on Android emulator or physical device

I am trying to launch a React Native app and after running expo start and pressing a I get the following message: Logs for your project will appear below. Press Ctrl+C to exit. › Opening on Android... › Opening exp://192.168.1.7:19000 on…
1
vote
0 answers

useColorScheme() always returns light on Android

I added "userInterfaceStyle": "automatic" in app.json file but it didn't help, useColorScheme() always returns light on Android. App.json { "expo": { "name": "AdamCoffee-Frontend", "slug": "AdamCoffee-Frontend", …
Arman
  • 31
  • 3
1
vote
1 answer

Expo "Error: Your JavaScript code tried to access a native module that doesn't exist", how to find the modules that are not compatible with Expo?

I am working on a React Native project that was roginally crated using the React Native CLI. The other team members had started working before I joined, so I'm essentially contributing to the project now. I need to preview the app on a physical…
Osfield
  • 41
  • 6
1
vote
2 answers

Tab Bar Icons not vertically centered React Native Navigation

When testing my react native app (with expo) through the expo go IOS app the icons are not vertically centered, however when testing on web they are vertically centered. I have tried giving each icon a parent div and centering it vertically, giving…
Toby Clark
  • 142
  • 12
1
vote
2 answers

My Expo stuck at splash screen after building it for android

I have used eas buidl -p android --profile preview to build my .apk file. But I am not getting why app is stuck at Splash Screen. I am not getting what is the cause. Please help me out and thank you in advance. my pcakage.json "name":…
Pratham Yadav
  • 31
  • 1
  • 7
1
vote
1 answer

Expo project created with create-expo-app errors

An Expo project created with create-expo-app causes a bundle error when ran with expo start command. I'm using Expo Go on iOS (both simulator and physical devise). This happens with both a blank project and a typescript project that is created with…
hayata_suenaga
  • 642
  • 1
  • 5
  • 16
1
vote
0 answers

Could not load exp://...:19000 in android studio

When running expo start the app is compiled and working but when pressing 'a' to start it in the android emulator it fails to load the app. I tried removing .expo folder and let 'expo start' recreate it and I checked if they are using the same…