expo Questions

6

my boss has recently made an expo organization so we can start working together more on our builds. He invited me to the organization, and I accepted, however, I am confused about how I build to th...
Selassie asked 2/3, 2023 at 4:50

2

How can I upload an image file (png, jpeg etc.) from React Native using expo to a Node server using Express? I'm a beginner to mobile UI development and the Expo documentation didn't help much. I a...
Reptile asked 12/10 at 5:9

4

Solved

I don't know what is wrong with expo it was working fine. Expo is not showing me my IP address so that I can connect expo client app with my PC by scanning QR code. I had tried many solution from i...
Izanagi asked 11/12, 2019 at 8:4

5

I am trying to build iOS app from expo managed project. The build fails At Pod installation step. In Expo SDK 44, 45 everything was okay. But when I upgrade to SDK 46, I am facing the issue. Here i...
Detestable asked 9/11, 2022 at 11:29

5

Solved

I keep getting an error when I tried to build my react-native app with npx expo run:android * What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Co...
Vermouth asked 29/8, 2023 at 19:40

6

I am using windows 10 and expo 46.0.9. I was trying to have android emulator for expo app project. I installed Android studio and set the path in environment variables. When i run my app in VS code...
Royall asked 20/9, 2022 at 9:9

6

Summary Message: "There was a problem running the requested app". "Incompatible SDK version or no SDK version specified. This version of Expo Go only Supports the following SDKS: 44....
Cummings asked 13/10, 2022 at 13:36

3

Solved

I'm trying to get React Native Expo running with Pnpm, but getting this issue With Npm or Yarn no issues.
Crocoite asked 8/5, 2023 at 11:47

6

I am looking to solve a recent problem of mine in a React Native TypeScript application, ran with Expo compiler. Here is my full stack trace: non-std C++ exception ABI48_0_0RCTFatal ABI48_0_0RCTCo...
Livestock asked 31/5, 2023 at 16:10

4

I want to use Chat GPT Turbo api directly in react native (expo) with word by word stream here is working example without stream fetch(`https://api.openai.com/v1/chat/completions`, { body: JSON.s...
Sherrer asked 23/3, 2023 at 17:37

2

I'm developing a mobile app for my final year project in university using React Native and Expo. I was able to generate a .apk file using expo build:android and then selecting the 'apk' option. I c...
Amphibolous asked 3/4, 2021 at 14:54

9

Solved

I have an API class that I am trying to use in a React app. // API file class API { ... } export default API; // Other file import API from "utils/API"; const api = new API(); And I ...
Excommunicative asked 15/4, 2022 at 22:53

2

I tried to create restart with react-native-restart, but I get an error when calling RNRestart.Restart(): [Unhandled promise rejection: TypeError: null is not an object (evaluating '_reactNativeRe...
Lifeboat asked 25/5, 2022 at 16:50

11

I get an error when I wanna run my expo app on metro bundler. This is the error: "Uncaught Error. java.net.SocketTimeoutException. failed to connect to exp.host/104.197.216.164(port 443) from ...
Dredge asked 27/3, 2021 at 7:9

6

Solved

TabScreenStack.js import { StyleSheet, Text, View, Button } from 'react-native'; import React from 'react'; import { createStackNavigator } from '@react-navigation/stack'; import HomeScreen from ...
Postboy asked 6/8, 2021 at 11:54

4

I'm using expo-router and need to pass some params back. How to do that? I use router push here: <TouchableOpacity style={styles.qrButton} onPress={()=> {router.push(`/rent-bike/qr-scanner`)}...
Espinosa asked 5/5, 2023 at 15:49

2

Solved

I'm using Expo AuthSession to login in my app through my IdentityServer4 implementation. I have the problem only in ANDROID when I try to log in my IdentityServer with my Google account. The AuthSe...
Morelos asked 6/2, 2021 at 18:45

2

Solved

I updated my Macbook to Sonoma and I really regret it. I have an Expo App created using the latest versions of everything. I had just created it before the OS upgrade. Everything was running fine. ...
Spooky asked 8/11, 2023 at 0:54

4

Solved

This question has been asked many times on stack overflow, but never for apps generated using the expo framework, which makes my app specific and incompatible with replies from other posts. How ca...
Nonanonage asked 23/12, 2019 at 18:10

4

A development build that uses expo-dev-client and Expo Application Service seems to be having trouble connecting to the dev server. The dev client app hangs on the splash screen after running npx e...
Methodize asked 15/5, 2023 at 5:2

3

I have tried to create secrets for my Expo app using both the EAS CLI and the Expo website, according to the documentation:https://docs.expo.dev/build-reference/variables/. However, after I have ma...
Thousandfold asked 9/3, 2022 at 0:4

2

This is my code in a Sample-Expo-Project. I am not able to add environment variable using process.env and also in EAS Secrets. I have added secrets in EAS but cannot read while building. In both ca...
Loanloanda asked 21/5, 2023 at 10:2

3

I've created a development build of an Expo app using EAS. Previously I would open the app in Expo Go by running npx expo start and scanning the Metro Bundler QR code. Now, when I try to do the sam...
Holbrook asked 26/11, 2022 at 15:9

6

I've been building an app in React Native Expo. First, I incorporated Facebook Login simply by copying and pasting the login async code into Login.js and added this.login() to componentWillMount. T...
Amphibolous asked 18/2, 2019 at 3:18

2

I'm sending push notifications to an expo app, and I would like to customize the icon of the notification. How can this be done?
Privity asked 4/7, 2019 at 14:16

© 2022 - 2024 — McMap. All rights reserved.