React Native feels more native than ever.
So I started tagging every block on https://t.co/Z9XyYGnTji that is powered by native components.
That’s how the Native facet was born.
I hope it becomes a handy spot for anyone chasing that truly native feel.
E2E tests can be generated automatically now.
Argent lets you record Flows (sequences of interactions) and replay them later. Generating tests becomes part of the loop, making sure UI regressions never happen. 🛡️
Try it out now with the /argent-create-flow skill!
After Opus 5
Anthropic CEO prediction:
2026 - 90% of code is generated by AI
2027 - 100% of code is generated by AI
My prediction:
2026 - 90% of code is generated by AI
2027 - 100% of code is generated by AI
2028 - 10% of code is generated by AI, Senior SWEs earn 10× today’s salaries fixing the AI-generated mess.
How exactly do OTA Updates work for mobile apps?
Our CTO, James Ide, gives a nice clear description here of what OTA updates are, how they work, and how you should think about using them.
Use Expo MCP and ask your agent to configure OTA updates for you.
• MCP Docs: https://t.co/8fBwtQYiSE
• OTA Docs: https://t.co/KULjtK9Vow
Introducing 🎉 React Native Plain Text! 🎉
A faster, lower-memory React Native <Text> alternative for simple text views. It renders directly to UILabel/TextViews while avoiding heavy prop processing.
For supported props & styles is 100% API compatible with RN Text, and so far renders pixel perfect output equal to RN Text.
The main limitation: it supports only single style, non-interactive text (no nested <Text> support). Which should cover majority of typical use cases: labels, descriptions, headers, button texts, etc.
iOS 27 scrolls content to the top when you tap the navigation bar. If you have a Pressable in the header, that's probably not what you want.
react-native-screens now has an experimental <ScrollToTopGuard>. Wrap your custom view in it and the tap won't scroll to the top.
We removed ~80% of the Claude Code system prompt for our newest models, this is what we've learned about writing system prompts, skills and Claude.MDs for them. https://t.co/6DZwSrZjE9
@IRCTCofficial@RailMinIndia@WesternRly No status is available for Train No. 12932 for 23rd July. Neither 139 nor customer care (14646) could provide any information.
Could you please confirm if the train is delayed or cancelled? @AshwiniVaishnaw
Claude Code on desktop now works with the iOS simulator.
Build and run your iOS app, and the simulator opens in a panel right next to your conversation. Available today in public beta.