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

--no-git does not prevent git repo initialization

mwarger opened this issue · comments

Expected Behavior

No git repository should be initialized

Current Behavior

a git repository was created for the project

Possible Solution

The CLI flag is not being respected

Steps to Reproduce

  1. npm create expo-stack --no-git
  2. Accept default values