Tips and tricks

How to start a React Native APP for Development ( After initial install )
Posted on May 23 2025 / in React Native
Open the Simulator
xcrun simctl boot "My iPhone 15"
open -a Simulator
Then, run
react-native start
initial setup → here
change packages → here
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"
Reinstall pods
you can use CMD + SHIFT + K to clean the build folder
cd ./ios
pod install --repo-update
Recent Comments
- admin on Vimeo Thumbnail Generator
- Robert Moeck on Vimeo Thumbnail Generator
- Rainer on Vimeo Thumbnail Generator
- Video Gallery WordPress Plugin /w YouTube, Vimeo, Facebook pages | Berita Online on Vimeo Thumbnail Generator
- Use Browserify Globally as Watcher in PhpStorm [ add Babelify ] – Digital Zoom Studio on Setup a .babelrc in your user directory