umnil / bci-app

BSD 2-Clause "Simplified" License
1 stars 1 forks source link

expo doctor issue #11

Closed ahmad11111111111 closed 10 months ago

ahmad11111111111 commented 10 months ago

having issues running expo doctor on laptop. ran deleted the package.lock

✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check dependencies for packages that should not be installed directly
✖ Check for common project setup issues
✔ Check npm/ yarn versions
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check for legacy global CLI installed locally
✔ Check that native modules do not use incompatible support packages
✔ Check that native modules use compatible support package versions for installed Expo SDK
✔ Check that packages match versions required by installed Expo SDK

Detailed check results:

This project has native project folders but is also configured to use Prebuild. EAS Build will not sync your native configuration if the ios or android folders are present. Add these folders to your .gitignore file if you intend to use prebuild (aka "managed" workflow).

One or more checks failed, indicating possible issues with the project.
➜  bci-app git:(7-handle-all-unhandled-promise-rejections) ✗ 
kevincar commented 10 months ago

The error is:

This project has native project folders

This means you have folders like iOS and Android somewhere in your project. You need to remove those.

ahmad11111111111 commented 10 months ago

Gottit

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Kevin Davis @.> Sent: Tuesday, December 19, 2023 10:05:24 PM To: umnil/bci-app @.> Cc: Al-Salem, Ahmad Tarik @.>; Author @.> Subject: [EXTERNAL] Re: [umnil/bci-app] expo doctor issue (Issue #11)

CAUTION: This email originated from outside the organization. DO NOT CLICK ON LINKS or OPEN ATTACHMENTS unless you know and trust the sender.

The error is:

This project has native project folders

This means you have folders like iOS and Android somewhere in your project. You need to remove those.

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https://github.com/umnil/bci-app/issues/11*issuecomment-1863813539__;Iw!!KVu0SnhVq1hAFvslES2Y!N0slFXdzmey2eoJBgnrWNxnVs9JN9mYh2D_84og637sM3kMrbfR4QUYuQFQsV7pgO-pc3VsLjHmLe0O7PXcYOe1Q$, or unsubscribehttps://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AZ66B4YSHREFDJSIZBGBSOTYKJPYJAVCNFSM6AAAAABA37K7H2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRTHAYTGNJTHE__;!!KVu0SnhVq1hAFvslES2Y!N0slFXdzmey2eoJBgnrWNxnVs9JN9mYh2D_84og637sM3kMrbfR4QUYuQFQsV7pgO-pc3VsLjHmLe0O7PRAEkCJO$. You are receiving this because you authored the thread.Message ID: @.***>

kevincar commented 10 months ago

Updated the merged branches. This is resolved your recent merge request. Re-open if you're still having the issue after checking out the latest updates