Tips and tricks
How to start a React Native APP for Development ( After initial install )
Open the Simulator
xcrun simctl boot "My iPhone 15"
open -a Simulator
Then, run
react-native start
Run in another language
xcrun simctl boot "My iPhone 15"
xcrun simctl spawn booted defaults write -g AppleLanguages '("fr")'
xcrun simctl spawn booted defaults write -g AppleLocale "fr_FR"