nandorojo / solito

🧍‍♂️ React Native + Next.js, unified.

Home Page:https://solito.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to run yarn native from tailwind template

apetta opened this issue · comments

commented

Is there an existing issue for this?

  • I have searched the existing issues

Do you want this issue prioritized?

  • Yes, I have sponsored
  • Not urgent

Current Behavior

It's not able to launch the app in expo go, or in the iOS simulator after running yarn native.

The errors:

CommandError: Required property 'android.package' is not found in the project app.json. This is required to open the app.
› Opening on iOS...
CommandError: No development build (com.solito.nativewind) for this project is installed. Please make and install a development build on the device first.
Learn more

Expected Behavior

No response

Steps To Reproduce

  1. npx create-solito-app@latest my-solito-app -t with-tailwind
  2. yarn
  3. yarn native

Versions

- Solito: 3.0.0
- Next.js: 13.2.4
- Expo: 48.0.0
- React Native: 0.71.4

Screenshots

No response

Reproduction

No response

hey can you try upgrading expo

commented

Hey, thanks that helped to some extent. It was also launching expo in 'development build' mode as standard which I don't think the repo is set up for, so I needed to switch to expo go in the expo-cli before it worked