Testing Expo and React Native on Device Over Local Network with Bonjour
Skip Expo Go and test your development build directly on a physical device using Bonjour for automatic network discovery.
// 8 articles available
Skip Expo Go and test your development build directly on a physical device using Bonjour for automatic network discovery.
When Metro won't start because port 8081 is already in use, you likely have an orphaned process. Here's how to find and kill it properly.
Vercel's Skills library lets you add reusable instruction sets to AI coding agents. Here's how to use it to make agents more effective for React Native development.
React Navigation v8 is in alpha and I'm genuinely excited. Native bottom tabs, smarter TypeScript inference, and a long-awaited fix for deep linking behind auth screens. This one's going to be good.
React Native projects require running lots of shell commands. Here's how to configure Claude Code's permission system so you're not constantly approving the same operations.
Google Play now requires 16KB page size support for Android apps. Here's how to fix alignment errors in your React Native project before your next release gets rejected.
Avoid cryptic build failures by setting up nvm to automatically use the right Node version when you cd into a project.
The keyboard doesn't always dismiss itself when you expect it to. Here are several approaches to dismissing it programmatically and through user interaction.