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.
https://rn.new
MIT License
1.59k stars 85 forks source link

Allow for non interactive nwui setup #390

Closed dannyhw closed 3 months ago

dannyhw commented 3 months ago

Description

  1. I updated the nwui call to use the --yes flag that makes it work with --no-install and makes it non interactive
  2. I moved it before the formatting step to make sure prettier runs after all code generation.

NOTE: we need nwui stable release to go out so that the --yes flag will exist

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

danstepanov commented 3 months ago

FYI @dannyhw this is in staging for NWUI