Closed
Description
- Review the documentation: https://facebook.github.io/react-native
- Search for existing issues: https://github.com/facebook/react-native/issues
- Use the latest React Native release: https://github.com/facebook/react-native/releases
Environment
[skip envinfo]
Description
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
--reset-cache
does not remove the metro-cache
, metro-cache-*
or haste-map-metro-*
files/folders on Windows.
Reproducible Demo
Let us know how to reproduce the issue. Include a code sample, share a project, or share an app that reproduces the issue using https://snack.expo.io/. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve
- Run
react-native bundle
command - Open
%LOCALAPPDATA%/Temp
- See cache files matching patterns created
- Run
--reset-cache
- See cache files were not updated.