Allow skipping the "Continue with uncommited changes? › (Y/n)" check in prebuild
Samuel Newman
Running prebuild --clean with a dirty git tree gives
$ expo prebuild --clean
! Git branch has uncommited file changes
› It's recommended to commit all changes before proceeding in case you want to revert generated changes.
? Continue with uncommited changes? › (Y/n)
This drives me crazy. Can you let us pass a -y flag to skip it?
Also, I don't quite understand why it's needed. We use CNG so it doesn't matter if we clean the native folders
Brent Vatne
perfectly reasonable. created a task for this internally