Tips and tricks
React Native - Change a Packages
Run your npm install, then
cd ios
pod install
cd ..
npx react-native run-ios
Restart Metro clearing the cache:
npx react-native start --reset-cache
If you are having problems with Sandbox rsync errors
Go to XCode, Build Options and disable User Script Sandboxing
ENABLE_USER_SCRIPT_SANDBOXING