How to remove unwanted files from react native project while you create a new project
just write this cmd “npm run reset-project” in npm .
- Deletes Watchman watches (on macOS)
- Clears npm cache
- Reinstalls dependencies
- Clears Metro bundler cache
- Starts project fresh