You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that react-native-cli would confirm if the target directory already exists, while most recent React Native CLI 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.
I noticed that
react-native-cli
would confirm if the target directory already exists, while most recent React Native CLI 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.
similar to: brodycj/react-native-module-init#54
The text was updated successfully, but these errors were encountered: