How can I clean (reset cache) of React Native using Expo. Not sure if it is cache issue

expo r -c

According to this forum post from an Expo dev, that's the command to start it cache clean

EDIT: They have changed it from exp r -c to expo r -c


The command to run is:

expo r -c


In you console run:

expo start 

After the QR code is shown, press SHIFT + R keys.


I was running expo build:ios and needed to clear the cached provisioning profile. I did so with:

expo build:ios --clear-provisioning-profile

To see the full list of commands that clear specific elements from the cache, run expo build:ios --help