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 - navigation issue "undefined is not an object (this.props.navigation.navigate)"

Im following this tutorial https://reactnavigation.org/docs/intro/ and im running into a bit of issues. Im using the …

javascript reactjs react-native expo
Implement pull to refresh FlatList

please help me out to implement pull to refresh on my app, I'm kinda new to react native, thanks. I …

javascript react-native expo
Could not load exp:// Something went wrong

I have created a project using Expo XDE. I checked this Can't load expo app: Something went wrong but I …

android react-native expo
Where to Set EXPO_DEBUG value in ReactNative app?

When I try to login in expo I got this error : [exp] Set EXPO_DEBUG=true in your env to …

react-native login expo
'expo' is not recognized as an internal or external command

After running npm install -g expo-cli and successfully installing the packages globally, expo is still not recognized as an internal …

javascript ios react-native expo
Can't load expo app: Something went wrong

I've created an expo app with exp init MyApp command and started it by running exp start in MyApp directory. …

reactjs expo
Expo run on android emulator using windows 10

Can I run android emulator without an android phone? I have installed android studio and I've already installed android virtual …

android react-native expo
React Native Expo change default LAN IP

I've got virtual box installed. And when I look at the host > LAN > ip address is exp://192.168.56.1:19000. How …

react-native expo
Change navigation header background color

Struggling to understand how to change the navigation header bar background color. I'm Using react navigation and Expo to build …

react-native react-navigation expo
Network Response Time Out Error (create-react-native-app) (expo)

I am trying to run create-react-native-app on expo app in android. Firstly ,I created the project by writing command create-react-native-app …

react-native react-native-android expo create-react-native-app