Error occurs when opening a fresh expo app from android
I wanted to start learning react native, so I created an expo project using the command npx create-expo-app@latest
.
Then to start the app server I entered the command npx expo start
from the project directory. I downloaded the “expo go” application to my android phone from the play store and scanned the QR code I got from the previous command and then I got this error in the terminal:
Error occurs when opening a fresh expo app from android
I wanted to start learning react native, so I created an expo project using the command npx create-expo-app@latest
.
Then to start the app server I entered the command npx expo start
from the project directory. I downloaded the “expo go” application to my android phone from the play store and scanned the QR code I got from the previous command and then I got this error in the terminal:
account terminated from google play console for android app prodution
My account is terminated from Google Play Console after I moved my app into production.
Receiving error “command build: not found” in Expo app
PS C:UserstsoutsouDocumentsgitShizuku-Appshizuku> eas build –profile development –platform android Loaded “env” configuration for the “development” profile: no environment variables specified. Learn more: https://docs.expo.dev/build-reference/variables/ Specified value for “android.package” in app.json is ignored because an android directory was detected in the project. EAS Build will use the value found in the native code. ✔ Using remote Android credentials […]
Receiving error “command build: not found” in Expo app
PS C:UserstsoutsouDocumentsgitShizuku-Appshizuku> eas build –profile development –platform android Loaded “env” configuration for the “development” profile: no environment variables specified. Learn more: https://docs.expo.dev/build-reference/variables/ Specified value for “android.package” in app.json is ignored because an android directory was detected in the project. EAS Build will use the value found in the native code. ✔ Using remote Android credentials […]
Issue passing PlatformColor to setBackgroundColorAsync in expo navigation bar react-native
I’m facing a problem when trying to use PlatformColor as an argument for the setBackgroundColorAsync function in the expo-navigation-bar package. The function expects a ColorValue, which can be either a string or an OpaqueColorValue.
Building React Native Android App: libexpo-modules-core.so for target expo-modules-core but there was none
I’ve been making React Native apps using
how can i handle Login Modal when switching in different tabs like olx in react native expo?
how can i handle login modal , i m on home tab the content of the home tab should be display it does not matter user is logged in or not, i click on different tabs it will display login modal form home tab and when i click on close button on that modal it will render me to home tab and and then again i m going to another tab rather then home tab it will again display me login modal from home tab.