roninoss / create-expo-stack

CLI tool to initialize a React Native application with Expo. Provides options to include Typescript, file-based routing via Expo Router, configuration based routing via pure React Navigation, styling via Nativewind, Restyle, Unistyles, StyleSheets, or Tamagui, and/or backend as a service such as Firebase and Supabase.

Home Page:https://rn.new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeWindUI wrong behavior!?

willerrodrigo opened this issue · comments

When choosing NativeWindUI the CLI does not continue to choose other options like navigation, authentication, etc. Is it correct?

Screenshot 2024-04-30 at 11 14 52
commented

This is the expected behavior for now. We will gradually introduce those options. Doing so all at once is quite daunting.

commented

@willerrodrigo this should be fixed in v2.10.2, can you please try npx create-expo-stack@latest?