Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
59 views

I was just trying to start learning React-Native and Expo-Go for the past few days. I was simply trying to access some camera, basically just want to start with a MainPage then navigate to the ...
Andaman Jamprasitsakul's user avatar
-4 votes
1 answer
98 views

I'm implementing Google OAuth in my Expo app using expo-auth-session and Firebase, but I'm facing two interconnected issues: makeRedirectUri({ useProxy: true }) returns exp://192.168.1.48:8081 ...
aurxc's user avatar
  • 43
Advice
0 votes
1 replies
111 views

I’ve set up push notifications in my React Native app using Expo’s Notifications API. i am using expo sdk 54.0.10 Notifications work perfectly in Expo Go, but when I build the app using this command: ...
Ronan power's user avatar
0 votes
1 answer
248 views

The error I got: Vector icons: "Error: Unable to download asset from url: 'http://<local_ip>:8081/assets/?unstable_path=.%2Fnode_modules%2F%40expo%2Fvector-icons%2Fbuild%2Fvendor%2Freact-...
Ric's user avatar
  • 1
1 vote
1 answer
93 views

I'm trying to run my React Native app on Expo Go, but I keep getting a connection error every time I try to open it on my phone. Here are the details: Laptop and phone are connected to the same Wi-Fi ...
ditya's user avatar
  • 71
0 votes
0 answers
53 views

I’m developing a React Native project with Expo SDK 54 on Windows 10. The project runs fine on the Android Studio emulator, but I can’t get it to run on my iPhone using Expo Go. Environment: OS: ...
Youssef Alsheghri's user avatar
3 votes
3 answers
1k views

After upgrading my project from Expo SDK 53 → 54, I’m encountering the following error when trying to run an EAS build for iOS: The 'expo-modules-autolinking' package has been found, but it seems to ...
Kelton Cabral's user avatar
0 votes
0 answers
324 views

I've encountered a Supabase Google OAuth flow issue that only occurs when testing with Expo Go. The authentication flow works perfectly in a development build created with eas build, but fails in Expo ...
KenAdamsTR's user avatar
0 votes
1 answer
44 views

When I start npm in VS Code along with the API, everything runs fine in the browser on my computer. However, on my phone, it doesn’t work properly. When I scan the QR code, it takes a long time to ...
D Ngetcham's user avatar
0 votes
0 answers
69 views

I've started working on a react-native project which requires the expo go, but for some reason I simply can't open the project in it. Two error messages I've been getting are: -Packager is not running ...
Igor's user avatar
  • 49
0 votes
0 answers
98 views

We are trying to display an HLS livestream (m3u8) in a React Native Expo app. The livestream works perfectly and smoothly in the iOS simulator (started via expo run:ios). However, we are experiencing ...
Sithys's user avatar
  • 3,801
0 votes
0 answers
90 views

enter image description hereI'm facing an issue while running my React Native app using Expo Go on my Android device. Here's what's happening: The Problem is that when I scan the QR code from Expo ...
Aymeric Issika's user avatar
0 votes
3 answers
288 views

I’m building a React Native app using Expo with push notifications. Everything works as expected when testing through Expo Go: I send a push notification via the Expo push API, and it gets delivered ...
Tablet's user avatar
  • 1
0 votes
0 answers
160 views

Components appear well-sized on some devices but overflow or appear too small/large on others. Text sizes and spacing often look unbalanced on smaller vs. larger phones. react-native-responsive-...
Fardeen's user avatar
-1 votes
1 answer
91 views

I'm building a drag-and-drop game in React Native using Reanimated v2 and react-native-gesture-handler. The game involves dragging Javanese characters (letter) to matching target boxes. Everything ...
M. Toifur Rahman's user avatar
0 votes
0 answers
54 views

I’m currently working on a React Native project using Expo Go. Starting today, I’m experiencing a strange issue: when I launch my app on Expo Go, the ActivityIndicator keeps spinning and the app gets ...
ahmed vadel's user avatar
4 votes
0 answers
405 views

I recently upgraded my React Native app to Expo SDK 53 because the latest Expo Go for iOS required it. Since the migration, I’ve run into a critical issue: the app builds fine and appears in the Expo ...
kalinowski's user avatar
0 votes
1 answer
131 views

after I start the expo in my vscode terminal using this command npx expo start, it displays the QrCode in the vscode terminal normally and some other lines, but when I launch the app that I developed ...
Sam's user avatar
  • 25
0 votes
1 answer
396 views

I’m building a React Native app using Expo SDK 52, and I'm using expo-notifications to register and handle push notifications. In development (using Expo Go), everything works perfectly — I get the ...
Nurislam's user avatar
1 vote
0 answers
154 views

After updating Expo Go to SDK 53 on iOS, I encountered the following error when using Firebase Auth: import { initializeAuth, getReactNativePersistence } from 'firebase/auth'; import AsyncStorage from ...
user30442366's user avatar
4 votes
1 answer
405 views

I have an app with React Native and Expo. I would like to continue developing with expo go, however since the new architecture is always enabled in expo go and hence the turbomodules are also always ...
Rezarak SL's user avatar
3 votes
2 answers
2k views

I'm trying to run a React Native app using Expo in the iOS simulator (iPhone 16 Pro Max running iOS 18.4). I start the local dev server using: npm start -- --reset-cache Then I press i to open the app ...
szyrd's user avatar
  • 33
0 votes
0 answers
90 views

I am starting with expo go and I am trying to use expo go in android to run the initial app. After installation through the docs and npx expo start I did scan the qr code generated to start the app in ...
Durgeshwar Kumar Shaw's user avatar
0 votes
0 answers
135 views

I have a Front end for a mobile app I am working on and I have implemented a basic Login/Signup screen for testing. However, after many hours debugging "why my app's UI is unresponsive on initial ...
Ocean Pictures's user avatar
3 votes
1 answer
236 views

When I try to exit from my expo go project from android by clicking "back" or "home" button, it display "Expo Go isn't optimised for latest version of android. Screen touches ...
Ishanya Kukade's user avatar
0 votes
0 answers
59 views

A specific web page is getting stuck on mobile device expo go yet it loads completely on simulator(BlueStacks)Expo Go. webPage is SPA but the loading elements never disappear on physical device's expo ...
HUZAIFA IRFAN's user avatar
1 vote
0 answers
157 views

I'm having a problem integrating import * as Google from ‘expo-auth-session/providers/google’ in my native React project. I'm using Expo Go. I get this error: (NOBRIDGE) ERROR Error: Cannot find ...
0x3CE's user avatar
  • 147
0 votes
0 answers
128 views

I am creating an Expo, react-native application that records your audio as an audio file. I'm having problems getting the 'metering' property from the RecorderState, which is preventing my ...
KoreanElon's user avatar
0 votes
0 answers
48 views

I am trying to make a React Native App that will stream the video. I have two problems: The react native app aggressively streams/downloads the video the component refreshes often and starts the ...
costa rica's user avatar
0 votes
1 answer
67 views

I am relatively new to react expo and I am currently working on a personal project where I would like to: a. Ask the user for permission to grant location access (ok). b. When a button is clicked then ...
Pedro Henrique Ferreira's user avatar
0 votes
0 answers
16 views

SPRINGBOOT BACKEND: @Transactional private void acceptPairingRequest(JSONObject jsonObject, WebSocketSession receiverSession) throws IOException, InterruptedException { JSONObject finalPairing = ...
Rohit Padile's user avatar
0 votes
0 answers
93 views

I am developing an application and started to build, and the documentation said to use eas, but this affected testing (expo go), namely, such a problem appeared that the application does not start ...
i chestor's user avatar
0 votes
0 answers
82 views

I am learning React Native, and testing using Expo Go. I suddenly started getting this error, and can't figure out how to fix it. I run expo using this command: npx expo start --tunnel Error: /Users/...
pattern_hunter's user avatar
4 votes
8 answers
16k views

When using the npx expo start --lan, it is not possible to log into the project either through QR or through exp://... . Through --tunnel, the project is launched, but with restrictions or some kind ...
BigSeal's user avatar
  • 31
0 votes
0 answers
34 views

i have custome modals, popups ...ui-elements , after updating my expo project to sdk52 the touch event are not firing and not behaving as expected in animated views , this is my modal code i cant get ...
Arash Baloch's user avatar
2 votes
1 answer
51 views

I have a Pressable, which "opens" up using an Animated View, and in this view I want to show a FlatList. I use this component in two files, club.tsx and PbTable.tsx. In PbTable.tsx this ...
Lars de Kooter's user avatar
4 votes
1 answer
528 views

My project works fine in local PC, i run it with command : npx expo start But when i try to test my application on my phone with expo go, command : npx expo start --tunnel -c I have this error : Error ...
yggdraes13's user avatar
-1 votes
3 answers
3k views

There was a problem loading the project. This development build encountered the following error. ViewManagerResolver returned null for either RNSVGPath or RCTRNSVGPath, existing names are: [...
SURYA TECH WORLD's user avatar
0 votes
0 answers
342 views

I'm working on a React Native app using Expo Go, and I want to add an outline (stroke) effect to text. I've encountered several challenges despite trying multiple approaches. Here's what I've ...
Doryan Bessiere's user avatar
1 vote
3 answers
2k views

I cannot fetch anything from my local .NET webAPI (that's running on my computer) while using my react native app (Expo Go) that is "streamed" to my phone. The error I get is: TypeError: ...
Christopher Dyja's user avatar
1 vote
1 answer
411 views

I’m working on a React Native project and suddenly I’m getting a series of error messages that weren’t there before. It seems like there’s an issue with the Metro bundler or some configuration in the ...
Neil DeGrasse Tyson's user avatar
20 votes
0 answers
9k views

Since upgrading to SDK 52, i got the message (NOBRIDGE) ERROR Error: Exception in HostFunction: Unable to convert string to floating point value: "large" this is only occuring now so please ...
Tenzing Sherpa's user avatar
3 votes
0 answers
703 views

Since my expo go on IOS was updated to SDK 52, I managed to update EXPO on my project to make it work. also, I updated all my dependencies. for some reason, when I click on a clickable element in the ...
עילאי רצ'קובסקי's user avatar
3 votes
2 answers
6k views

I’m working on a React Native project using Expo Go, and I need to display PDF files within the app. I’ve looked into using libraries like react-native-pdf, rn-pdf-reader-js and react-native-file-...
Bruno Pintos's user avatar
0 votes
1 answer
477 views

import { View } from 'react-native'; import { CartesianChart, Line } from 'victory-native'; function MyChart() { return ( <View style={{ height: 300 }}> <CartesianChart data={...
Jin's user avatar
  • 143
0 votes
0 answers
150 views

I setup a project in react native and expo (I am following tutorial) I started the expo npx expo start -c everyting running in VS code, the QR code is there and also other stuff I open the camera scan ...
Richard's user avatar
0 votes
2 answers
137 views

I'm not sure what else to try and need some help with uploading a photo taken with expo-camera on a physical Android device running Expo Go to be uploaded to Firebase storage (emulated for now) using ...
robsteward's user avatar
2 votes
0 answers
70 views

I have a React Native app built using Expo, and it was working perfectly before I took a break in April. After coming back, I was required to update some packages to get the app running again on Expo ...
BouncyPenguin77's user avatar
0 votes
1 answer
191 views

When I open the application on the web using the npx expo start --tunnel command, I can swipe and flip the cards, but it doesn't work in expo go. I can see the cards, but they don't move. It's like ...
Gokhan's user avatar
  • 3
1 vote
1 answer
2k views

I was wondering what the best approach is to set sensitive environment variables and still use Expo Go to develop my App. Because like to use the tools in the App to debug my code. First and the ...
lukmayr's user avatar
  • 51