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.37k stars 77 forks source link

fix: should always prompt about deleting unless using --overwrite #387

Closed dannyhw closed 1 month ago

dannyhw commented 1 month ago

Description

Just removes some unnecessary checks around the deletion that was stopping the user from being prompted when running in non-interactive mode. User can pass overwrite to skip the prompt.

Related Issue

closes #385

Motivation and Context

385

How Has This Been Tested?

Screenshots (if appropriate):

image