Is there a method to clear Expo cache?
问题 I'm working on a task where I have to update a product images. Expo cache is posing a problem, when I update the product images and re-render the screen it does update my store state but doesn't show it. When I manually cleared expo cache it did work. I have also tried using the 'Cache-Control' header, but that didn't solve the problem. Is there a method I can call to clear expo cache ? 回答1: As far as I know the only way to clear Expo's cache is to add the -c flag to your expo start command.