Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
54 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
Advice
0 votes
1 replies
95 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
1 vote
1 answer
83 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
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
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
97 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
3 answers
262 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
-1 votes
1 answer
87 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
3 votes
0 answers
398 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
387 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
4 votes
1 answer
401 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
0 votes
0 answers
89 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
2 votes
1 answer
233 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
1 vote
0 answers
145 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
44 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
0 answers
12 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
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
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
4 votes
1 answer
516 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
0 votes
0 answers
332 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
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
2 answers
5k 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
0 answers
149 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
2 votes
0 answers
66 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