Questions tagged [expo]

Expo is an open-source and free platform that lets web developers build truly native apps that work across both iOS and Android by writing them once in just JavaScript. Use the Expo tag on questions about developing Expo projects and using the Expo development tools like XDE and exp.

Expo lets web developers build truly native and Web applications that work across iOS, Android and Web by writing them once in just JavaScript. It's an open source, free toolchain built on top of React Native.

Resources

14725 questions
10
votes
3 answers

ScrollView can not scroll to the bottom when keyboard is open in react-native.[IOS]

Scrollview is working fine when keyboard is closed. But when the keyboard is open, it's not scrolling to the bottom. It's working fine in Android, though. The issue is only with iOS. If I use react-native-keyboard-aware-scroll-view, then the issue…
10
votes
1 answer

Expo Google Login redirect to google.com in standalone

my app bild with Expo , i use import * as Google from "expo-google-app-auth"; for signin users from google. in development mode its work correcctly like expected. but in standalone mode , its redirect me to choose email, and after i choose its…
Roei Grinshpan
  • 395
  • 1
  • 5
  • 19
10
votes
5 answers

Expo React Native App crashing on android

Ever since I started programming in React Native with Expo, I have been using an ios physical device together with Expo app. I never had any major issues. Now i wanted to start fixing any bugs on android, but when running the Expo app on my android…
Mireia
  • 143
  • 1
  • 2
  • 10
10
votes
2 answers

Create an expo project with a specific version

How do you specify the expo version when creating a project? Such as in React Native you can just add the version in the command like this react-native init projectName --version@0.60.0 What about in expo init projectName ?
Eaten Taik
  • 868
  • 2
  • 12
  • 35
10
votes
9 answers

Expo-cli installed but when running any expo command I get "zsh: command not found: expo"

I have installed expo-cli globally but when I try to run any expo code like expo start from anywhere, I get: zsh: command not found: expo echo $PATH…
brainfog
  • 101
  • 1
  • 1
  • 3
10
votes
2 answers

React Navigation 5 - How to navigate from headerRight?

i still trying to understand this react navigation 5.0. Fyi i'm using expo, and right now no problem when navigate from one page to other, problem is when i put navigation for the headerRight. i put in headerRight in Stack.Navigator because i want…
abet
  • 219
  • 6
  • 15
10
votes
3 answers

What is the difference between react-native cli and Expo with Bare workflow?

I am going to build a very big application with multiple complex functionalities. but I am stuck on bellow points - What is the difference between react-native cli and Expo with Bare workflow? what Should I include in my project and why? is expo…
Avinash
  • 879
  • 2
  • 14
  • 26
10
votes
5 answers

Unable to resolve module `./Linking/Linking` from `node_modules/expo/build/ExpoLazy.js`

Has anyone experience this error with expo, when running react-native run-android? error: bundling failed: Error: Unable to resolve module `./Linking/Linking` from `node_modules/expo/build/ExpoLazy.js`: None of these files exist: *…
Esteban Contreras
  • 493
  • 1
  • 4
  • 12
10
votes
1 answer

How to deep link to specific screen in react-native expo

I am creating a link URL with the following code: Linking.makeUrl('lobby/', { roomId: params.roomId }) which outputs the following: exp://192.168.0.31:19000/--/lobby/?roomId=1585512451 This works fine locally but only seems to open to the Home…
Stretch0
  • 8,362
  • 13
  • 71
  • 133
10
votes
1 answer

AppleSignIn (with Firebase & Expo) working locally but not on standalone

I implemented the signinWithApple button on my Expo app, and it's working perfectly locally when i use the host.exp.Exponent on Services ID in Firebase authentification tab for Apple Sign in. But when I create a standalone app, and I test it with…
10
votes
5 answers

Expo android app, PushNotifications doesn't work in standalone apk?

I am facing a problem, when I am running an app through expo client app, PushNotifications works. But if I am building a standalone .apk, I need to install expo client, in order to get pushtoken. And, when expo client is not turned on, I cannot get…
LuckyLuke
  • 1,028
  • 2
  • 14
  • 28
10
votes
3 answers

Metro bundler with Expo dockerized app is not working

I'm trying to dockerize an Expo React Native app so anyone of my team partners could download the repo and then make a docker-compose up and without effort have the same expo server running in their computers. As far I make it possible to build the…
rodricass
  • 155
  • 1
  • 5
10
votes
4 answers

expo keeps stopping android emulator

I am running an expo app on windows 10 using the android emulator. The tunnel builds, and the simulator starts. but expo keeps crashing on the simulator. I tried uninstalling expo off the simulator, and rebooting the machine. Any ideas?
Amir
  • 1,422
  • 1
  • 15
  • 28
10
votes
4 answers

Can't archive with Xcode (error - PhaseScriptExecution failed with a non zero exit code), but the build is successful

I am sorry for the black marks in the image. I have seen multiple posts suggesting an answer to this problem, Lock unlocks keychain (tried it), pod Update (tried it), clear build(tried it), signing, skip install in build settings(tried it) - None…
Abhilash Bhargava
  • 574
  • 1
  • 5
  • 17
10
votes
4 answers

How to fix pod install error glog is too old or missing react native ios in windows 10

I wanted to detach expo in my expo project to get the bare react native project after expo detach i run pod install bring me this error that during installing glog that script is too old or is missing [!] C:/Program Files/Git/usr/bin/bash.exe…
Joh Dozen
  • 101
  • 1
  • 4