184 questions
0
votes
1
answer
54
views
How do I access Camera permission of IOS expo-go?
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 ...
Advice
0
votes
1
replies
95
views
Expo push notifications work in Expo Go but not in EAS build (preview
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:
...
1
vote
1
answer
83
views
Uncaught error: java.io.IOException. Failed to download remote update fatal error
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 ...
3
votes
3
answers
1k
views
SDK 54 - The 'expo-modules-autolinking' package has been found, but it seems to be incompatible with '@expo/prebuild-config'
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 ...
0
votes
1
answer
44
views
How to solve internet connection issues with expo go on phone?
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 ...
0
votes
0
answers
97
views
Streaming a HLS-Stream results in 1 FPS on Device with expo video
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 ...
0
votes
3
answers
262
views
Push notifications not showing on device in standalone Expo build (APK), but work in Expo Go
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 ...
-1
votes
1
answer
87
views
App crashes on first drag in drag-and-drop game
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 ...
3
votes
0
answers
398
views
Expo SDK 53: App won’t launch after barcode scanner crash (CameraView error)
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 ...
0
votes
1
answer
387
views
Expo push notifications work in Expo Go but not in APK (no push token in production build)
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 ...
4
votes
1
answer
401
views
Expo53 Upgrade Turbomodules with Appwrite Issue
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 ...
0
votes
0
answers
89
views
I am unable to start my app in my android device through expo
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 ...
2
votes
1
answer
233
views
"Expo Go isn't optimised for latest version of android. Screen touches may be delayed or not recognised"
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 ...
1
vote
0
answers
145
views
Cannot find native module 'Expo application'
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 ...
0
votes
0
answers
44
views
React Native problems streaming video - how to prevent redundant streaming
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 ...
0
votes
0
answers
12
views
I am sending websocket message to both sessions on different android emulators but only one phone is receiving the object?
SPRINGBOOT BACKEND:
@Transactional
private void acceptPairingRequest(JSONObject jsonObject, WebSocketSession receiverSession) throws IOException, InterruptedException {
JSONObject finalPairing = ...
0
votes
0
answers
82
views
React Native Expo Go suddenly erroring out
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/...
0
votes
0
answers
34
views
pressables inputs and all touchable elements not working after animating transform properties of parent view in sdk52
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 ...
4
votes
1
answer
516
views
React nativ Error while updating property 'source' of a view managed by : RCTImageView
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 ...
0
votes
0
answers
332
views
How to add text with an outline (stroke) in React Native with Expo Go?
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 ...
1
vote
3
answers
2k
views
React Native (with Expo) fetch() TypeError: Network request failed on same computer
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: ...
20
votes
0
answers
9k
views
After upgrading to Expo SDK 52, my project have some error [closed]
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 ...
3
votes
2
answers
5k
views
How can I display a PDF in an Expo Go project?
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-...
0
votes
0
answers
149
views
Expo go app wont open my react native app on phone
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 ...
2
votes
0
answers
66
views
React Native Expo app no longer displays Firebase Storage images after updating SDK version
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 ...