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 project, sometimes getting 'connect ECONNREFUSED 127.0.0.1:19001' using expo start

I'm using expo-cli 2.6.14, react-native 0.57.1, Expo SDK 31.0.0. In order to start the project to run on the Expo app, I use …

react-native expo
How do I run an app on a real iOS device using Expo?

I am using Expo to run my application. I am able to see two options in Expo XDE: open on …

javascript ios react-native expo
How to fix Something went wrong installing the "sharp" module and Cannot find module '../build/Release/sharp.node' in expo

I tried to install expo after I executed the command exp start but I got: Something went wrong installing the "…

react-native expo npm-install sharp
How to fix npm start "cannot determine native SDK version" error?

I'm trying to run my react native code from a github repository on ubuntu by using npm start and expo. …

reactjs react-native npm expo
Change color of TouchableOpacity in React Native

Can anyone help me. This is my source code: https://snack.expo.io/rJFgyPDpH Idea is that, if I click …

javascript reactjs react-native expo touchableopacity
Suddenly seeing error "Plugin/Preset files are not allowed to export objects, only functions" in create-react-native-app project

Have been working on a project generated via create-react-native-app. Have been successfully using the project for some time, but now …

react-native expo
Created an app with create-react-native-app, how to publish it to the Google Play Store?

I have created an app with create-react-native-app, but I am not sure how to publish it to google play store. …

react-native create-react-app expo
Not using the Expo fork of react-native

I'm using expo with react native. All is fine, but i get this warning and the app takes a long …

react-native expo
Calling locally hosted server from Expo App

I am creating a react-native app and one of the components I have created contains a property which is populated …

react-native axios expo