how to clear cache in rect native code example
Example 1: npm start reset cache
npm start -- --reset-cache
Example 2: how to clear pod cache in react native
rm -rf ~/Library/Caches/CocoaPods
rm -rf Pods
rm -rf ~/Library/Developer/Xcode/DerivedData/*
pod deintegrate
pod setup
pod install