infinitered / ignite

Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more!
MIT License
17.48k stars 1.38k forks source link

fix(cli): improper MST removal when using CLI prompt, new arch compat #2785

Closed frankcalise closed 1 week ago

frankcalise commented 1 week ago

Please verify the following:

Describe your PR

lindboe commented 1 week ago

Should we add more tests to prevent this from breaking again? Like fully generating and running lint on these permutations.

I know it adds more time, but it also seems useful since it's easy to accidentally break. (Side note: I realized today we should probably break out the tests that generate projects into different files, since that allows Jest to run them in parallel.)