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.58k stars 85 forks source link

The git branch created for the app is 'master' instead of 'main' #429

Open RushilJalal opened 1 week ago

RushilJalal commented 1 week ago

Issue tracker is ONLY used for reporting bugs. New features should be discussed on our discord, in the #create-expo-stack channel.

Expected Behavior

Expected default branch to be main

Current Behavior

Currently, the default branch is 'master' which is outdated.

Possible Solution

Change branch name from master to main

Steps to Reproduce

  1. Create a project
  2. Notice the default git branch is master

CES Config File