nandorojo / solito

🧍‍♂️ React Native + Next.js, unified.
https://solito.dev
MIT License
3.54k stars 180 forks source link

fix: nativewind/babel missing nativewind dep #403

Closed alborotogarcia closed 1 year ago

alborotogarcia commented 1 year ago

Missing nativewind dependency required for nativewind/babel plugin

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
solito-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 20, 2023 2:31am
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **solito** | ⬜️ Ignored ([Inspect](https://vercel.com/fernandorojo/solito/5wJHApa9LMKUSvXuwWqMinGghDDS)) | | | Jun 20, 2023 2:31am |
vercel[bot] commented 1 year ago

@alborotogarcia is attempting to deploy a commit to the Beatgig Team on Vercel.

A member of the Team first needs to authorize it.

nandorojo commented 1 year ago

isn’t it in packages/app already?

alborotogarcia commented 1 year ago

isn’t it in packages/app already?

I found that It is needed when running yarn android/ios for the dev client

FWIW I just run yarn && yarn native at the root folder (also found that expo is also needed at the root level)

nandorojo commented 1 year ago

something must be wrong with your setup tien. your might have installed multiple versions of the packages across the monorepo. or you didn’t run yarn from the root

alborotogarcia commented 1 year ago

@nandorojo after a clean install it went all smooth my apologies!