mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 21:55:08 +00:00
Clean Expo/React Native caches in ~/.expo while preserving state.json which contains authentication tokens. Caches cleaned: - expo-go/ - android-apk-cache/ - ios-simulator-app-cache/ - native-modules-cache/ - schema-cache/ - template-cache/ - versions-cache/ Closes #462