Relative Content

Tag Archive for androidreactjsreact-nativeexpo

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:

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 […]

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.