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.

Hide header in stack navigator React navigation

I'm trying to switch screen using both stack and tab navigator. const MainNavigation = StackNavigator({ otp: { screen: OTPlogin }, otpverify: { screen: OTPverification}, …

javascript react-native react-navigation expo
Error Appstore connect : Missing Purpose String in Info.plist File

I've submitted my app for review to the App Store Connect. Although the app is still under review, I've received …

ios app-store expo appstore-approval info.plist
What is the difference between Expo and React Native?

From the Expo website Expo lets web developers build truly native apps that work across both iOS and Android by …

react-native react-native-android expo react-native-ios exponentjs
Cannot add task 'wrapper' as a task with that name already exists

When installing 'react-native init AwesomeProject' I get this error when I run react-native run-android: Could not determine java version from …

android reactjs react-native wrapper expo
React Native: Generate .apk and .ipa using Expo

I'm trying to generate a .ipa and a .apk file for my React Native app using Expo & Create React …

react-native apk ipa expo create-react-native-app
How can I clean (reset cache) of React Native using Expo. Not sure if it is cache issue

I am building a simple React Native app with create-react-native-app using only react-navigation and base-64(base 64 encode/decode) as dependencies. …

react-native expo npm-start
React Native iOS and Android folders not present

I'm new to react native, and I've been having some trouble understanding the folder structure of the app which should …

android ios react-native expo
React Native reload page

So I have an app with an activity. The app checks for Internet connection at the beginning. If there are …

react-native react-native-android react-native-ios expo
Uninstalling Expo CLI

I have installed Expo CLI globally and cant start a new react native app without using expo cli and therefore …

create-react-app expo
how do you format a number to currency when using React native EXPO?

how do I take a number like 10000 and have it output as $10,000.00? I even had a problem with String.format(...) …

react-native expo