Top "Expo" questions

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.

React Native "The expo SDK requires Expo to run. .... this code is not running on Expo."

I am coding with React Native. I don't see that when I first create react-native app for check running. When …

reactjs react-native native react-native-android expo
How do I force an expo app to update

I have an app written in expo, and can't figure out how to push a new build. On the expo …

android react-native expo
The experience you requested uses Expo SDK v(null), but this copy of Expo Client requires at least v23.0.0

I'm getting this error when launching Expo on my iOS simulator. The experience you requested uses Expo SDK v(null), …

react-native expo
Expo React-Native iOS Simulator not working

Hello I'm facing a problem with Expo React-Native. Whenever I try to launch the iOS Simulator. I get this error: …

react-native expo
Unable to connect Android phone to my project with Expo

I created my project in react native by CLI: _npm install -g create-react-native-app _create-react-native-app AwesomeProject _cd AwesomeProject _npm start Then …

react-native expo
Cannot get current position without GPS on react-native with navigator.geolocation

Brief summary after discussion and answers: using EXPO sdk you cannot get the device location without grant FINE_LOCATION in …

react-native gps location expo
Android Material and appcompat Manifest merger failed in react-native or ExpoKit

I updated 'android.support:appcompat-v7' to 28.0.0. But it brought an error from the build. Attribute application@appComponentFactory value=(android.…

android react-native react-native-android expo
Converting react native project into expo

I'm trying to do the conversion of my react-native project into Expo with the command line 'exp convert'. And I …

react-native expo
View network traffic using react native debugger

I'm developing a React Native app using create-react-native-app (so, Expo), testing on a real device using my network IP address (192.…

react-native expo react-devtools react-native-debugger
npx pod-install returns "CocoaPods is not supported in this project"

Context: I'm trying to create a React Native App with react-native-video. The iOs installation instruction starts with npx pod-install. Running: …

react-native cocoapods expo react-native-video pod-install