Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable ro run the app #3

Open
NatnaelGebremichael opened this issue Dec 30, 2022 · 2 comments
Open

Unable ro run the app #3

NatnaelGebremichael opened this issue Dec 30, 2022 · 2 comments
Labels
good first issue Good for newcomers

Comments

@NatnaelGebremichael
Copy link

NatnaelGebremichael commented Dec 30, 2022

This issue occurs after
cloning the project
installing yarn
running expo start
then (a) to run the android emulator

image
image

image

can you check why this is happening?

@betomoedano betomoedano added the good first issue Good for newcomers label Jan 1, 2023
@NexorCodes
Copy link

This issue occurs after cloning the project installing yarn running expo start then (a) to run the android emulator

image image

image

can you check why this is happening?

same here

Repository owner deleted a comment from fukemy Aug 30, 2023
@harshithasompura
Copy link

harshithasompura commented Jan 27, 2024

Hey @NatnaelGebremichael, can you provide some information about your Android Emulator device?

I tested this and it ✅ works fine on a Pixel_4_API_32 (Android Emulator). As mentioned here in the Known Issues, you might have to upgrade few packages.

Possible ways to fix this

  1. Check the versions of expo, react-native and upgrade them, + make sure the Expo Go (app) version on your emulator / android device is up to date as well.
  2. Try deleting the node_modules folder, clearing cache and running the yarn command. This will autogenerate a yarn.lock file. After which yarn start or npx expo start should work.
  3. Check your config variables for Firebase and make sure the variable names in your .env file matches the app.config.js file.
  4. If your firebase environment variables are causing issues: You might have to check your env file, .env.local didn't work for me, so I created a .env file instead and try logging your Constants.expoConfig to make sure they are working!

This should help you get the app on Android running!

Repository owner deleted a comment from synchrovision Feb 6, 2024
Repository owner deleted a comment from synchrovision Feb 6, 2024
@github-staff github-staff deleted a comment from vokaplok Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants