Questions tagged [expo-go]

115 questions
0
votes
0 answers

React Native - Redirect to Youtube not working on APK

Using Expo to build a React Native App. Code: const primaryLiveUrl = "vnd.youtube://channel/channel_id/live"; const secondaryLiveUrl = "https://www.youtube.com/channel/channel_id/live"; const thirdLiveUrl =…
myselfmiqdad
  • 2,518
  • 2
  • 18
  • 33
0
votes
0 answers

why my iphone is not connecting throw expo go with my windows porject?

I am still new to programing, I understand most of the basics but no experiance yet.. my goal is to reach react native but when i got here i cant use expo go.. it takes to long trying to connect after i scan the code then fail and ask me to check my…
0
votes
0 answers

How to run native (Java or Kotlin) Android code with expo-react?

I know this question has been asked before, but by now there seem to be several different new ways to do this. I'm making a small app specifically for Android, but am using expo-react just because I already know TypeScript and some React so I want…
Juan
  • 15,274
  • 23
  • 105
  • 187
0
votes
1 answer

How to clear "Documents & Data" on iOS app developed with Expo Go?

I have a very lightweight app (~10MB) but some iOS users started reporting that the app has accumulated over 1GB of "Documents & Data". It's a daily news app - people open it once a day, see some news and 1-2 image banners and that's it. I don't…
isHristov
  • 1,546
  • 2
  • 16
  • 18
0
votes
0 answers

Use react-native-google-mobile-ads with expo go?

I've read that in order to use "react-native-google-mobile-ads" with expo one must use it in a dev-client. But I was wondering if there is anyway to set it up so I can simply use it with expo go since I think it would be way more simple for…
0
votes
0 answers

How to reduce loading time for ImagePicker.launchImageLibraryAsync() on Expo Go for iOS videos?

When I use ImagePicker.launchImageLibraryAsync() to select an iOS video for Expo Go, the returned promise is fulfilled after several seconds of waiting. I'm wondering if there's any way to reduce the wait time for launchImageLibraryAsync to return…
0
votes
1 answer

Expo Go for React Native - QR Code Unscannable Due To Inverted Colors

I'm trying to learn how to use React Native to build apps with Expo Go. When I create a new app and try to start it with command "npx expo start" (all within command line), it does generate a development server with a QR Code, but the QR code seems…
IZW
  • 11
  • 2
0
votes
1 answer

Expo Go app in simulator closes automatically without errors

I want to create an (template) expo go app in VS Code with npm start. The (iOS) simulator opens, but the Expo Go app does not. When clicked it opens and immediately closes without any errors or warnings, neither in the terminal nor in the…
Josh
  • 67
  • 9
0
votes
0 answers

My Expo project suddenly start showing Typescript missing, install. Whereas I am not using typescript at all

I am new to react-native and expo stuff. I was working on an application that worked fine until I installed react-native-wifi-reborn. I was following this article since I wanted to connect to wifi from the app (This was the requirement). After…
Hitesh Kumar
  • 643
  • 1
  • 6
  • 22
0
votes
0 answers

React-Native: React could not be found within project or in these directories: node Modules

Having a problem with React-Native and Expo Go. I have an error on my phone (Expo Go). I'm currently following this tutorial: https://www.youtube.com/watch?v=_ivIUCSOZ78&ab_channel=JavaScriptMastery . Expo Go Error. Unable to resolve module…
0
votes
0 answers

get expo go builds list without a need to configure project

I am trying to find a way to fetch all the available eas buids without configuring the project. It is needed to run automation tests in CI and I need to fetch the latest build. The command eas build:list prompts me to set up the project which I…
Olga
  • 73
  • 1
  • 8
0
votes
1 answer

How to connect Expo GO App to Django Rest Framework Backend on localhost?

I am implementing a react native application using Expo and testing it on my iOS device using Expo Go. I have a Django rest framework backend running on my local machine that I can access using my browser via http://localhost:8000 - using localhost…
Arham
  • 83
  • 2
  • 7
0
votes
0 answers

There was a problem loading the project on an Android Emulator

After creating a development build with the command : > eas build --profile development --platform android I’m facing a problem loading the project on an android emulator after lunching it with the command : > npx expo start --dev-client Also when…
0
votes
1 answer

Android Bundling failed error In my react native App

Why Expo go app not working. But in my browser it works.
0
votes
1 answer

Failed to install the app React Native VSCODE

I'm trying to get npx react-native run-android to work. I've tried searching through stackoverflow but haven't found an answer that has worked yet. I've tried using EXPO CLI and now I'm using REACT NATIVE CLI with the same result. I'm just trying to…