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

[cli] package manager selection

Randall71 opened this issue · comments

I think it would be extremely useful if the user could select the package manager of their choice

commented

@Randall71 Currently, you can pass whichever package manager you'd like by passing in --npm, --yarn, --pnpm, or --bun. Did you mean that you'd like it to be part of the core CLI? If so, should it be the first question or one of the last ones?

commented

Now available in v2.3.2

Hi, sorry for the delay in reply, I was expecting it to be the latest one like what you did, but I see that when you use the latest one and choose another package it uses npm again.
Capture d’écran (397)

commented

I'll look into this today, thanks for flagging

commented

@Randall71 do you end up with a yarn.lock or a package-lock.json for that project initialization?

the generation end up with a package-lock.json in this case

commented

@Randall71 can you try again with v2.3.3

Just test, all is good now