I noticed that react-native-cli would confirm if the target directory already exists, while most recent react-native would just stop with an error. But this tool would just blindly run without checking.
I think this tool should just stop and exit with an error in case the target directory already exists.