Tricky Code
20 subscribers
3 photos
1 video
5 links
Here you will find a code tricks and complicated solutions
Download Telegram
#reactnative

Fast way to clean a cache in your react-native project

update your package.json
Add new script:

"reinstall": "rm -rf ./package-lock.json ./yarn.lock ./node_modules ./ios/Podfile.lock ios/Pods ./android/.gradle ./android/.idea ./android/build ./android/app/build ~/.gradle && npm i && npx pod-install"
🔥9👍4