Relative Content

Tag Archive for androidreactjsreact-nativeexpo

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.