Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting.
MIT License
17.74k
stars
1.4k
forks
source link
fix(cli): fix issue with workflow prompt values #2821
For some reason, even though we specify value in the choices array, the value was being set from the name property. I wonder if we need to check this upstream in gluegun.
This fixes the issue where if you chose manual via the prompts, it still wouldn't remove ios and android dirs from the git ignore file (as it should have)
Describe your PR
value
in thechoices
array, the value was being set from thename
property. I wonder if we need to check this upstream in gluegun.ios
andandroid
dirs from the git ignore file (as it should have)