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.
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 expoI'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.plistFrom 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 exponentjsWhen 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 expoI'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-appI 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-startI'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 expoSo 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 expoI have installed Expo CLI globally and cant start a new react native app without using expo cli and therefore …
create-react-app expohow 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