Home / Companies / Expo / Blog / December 2025

December 2025 Summaries

9 posts from Expo

Filter
Month: Year:
Post Summaries Back to Blog
Sanket Sahu, co-founder of GeekyAnts and creator of gluestack, discusses the development of RapidNative, an AI-powered app builder for React Native focused on achieving instant code preview with zero latency. Traditional development servers, which involve file system watching, transpilation, bundling, and serving via HTTP, were insufficient for the instant feedback required by AI-assisted development, leading Sahu to create a browser-based dev server. This innovative approach leverages modern browser APIs such as Service Workers for request interception, a dual Virtual File System for file transformation, and ESMify for transpilation without bundling, allowing each file to remain a separate ES module. The system utilizes native ES modules with Import Maps for dependency management and employs React Refresh for seamless Hot Module Replacement with state preservation. Unlike Expo's Snack, which is optimized for device-based testing, RapidNative prioritizes instant browser feedback, catering to rapid iteration phases, with plans to eventually support native device preview through Expo Go. This architecture not only streamlines the development process by eliminating CLI commands but also provides a robust and responsive environment for building browser-based development tools.
Dec 18, 2025 1,326 words in the original blog post.
Aleks Volochnev introduces CodeRabbit, an AI-driven code review platform designed to enhance the software development process by automatically reviewing pull requests and providing inline comments that highlight significant issues beyond mere formatting concerns. This tool is particularly beneficial for teams working with Expo and cross-platform applications, as it can detect problems like exposed API keys, memory leaks, and platform inconsistencies that can lead to negative user experiences and late-night troubleshooting. CodeRabbit operates by setting up a sandbox environment to analyze how new code integrates with the existing codebase, checking for breaking changes and ensuring alignment with project requirements. The platform also offers automated security scanning and adapts to team preferences over time, making it a dynamic and evolving tool that assists developers in maintaining code quality and security. Additionally, CodeRabbit provides ready-to-commit fixes for simple issues and detailed prompts for more complex ones, integrating seamlessly with AI coding assistants to streamline the code review and correction process. The platform is free for open-source projects, making it an accessible resource for teams looking to leverage AI in their development workflows.
Dec 17, 2025 909 words in the original blog post.
The text discusses a streamlined development process using Expo's CI/CD solution, Workflows, and EAS (Expo Application Services) to automate the creation and distribution of preview updates directly from pull requests. This approach enables developers, designers, QA, and product teams to experience new features early in the development cycle without needing to switch branches or manually rebuild the app. By integrating with GitHub and using tools like expo-dev-client and expo-updates, the workflow automates compatibility checks, generates new builds only when necessary, and publishes updates that can be instantly accessed via QR codes or directly from a development build. This facilitates faster feedback, enhances collaboration, and reduces the time and communication barriers typically associated with feature iteration, making it a more efficient process for all parties involved.
Dec 16, 2025 1,977 words in the original blog post.
Dan Caseley discusses the integration of Maestro Cloud with Expo's EAS workflows, highlighting the ease and efficiency it brings to mobile app testing and building processes. Previously, connecting Maestro with Expo's tools was cumbersome, requiring separate workflows in GitHub Actions and local setups. The new integration allows developers to test their applications within the same EAS workflow using Maestro Cloud, simplifying the process and eliminating previous pain points. Caseley describes setting up the integration, emphasizing its simplicity and the benefits it offers for managing app development, such as more representative testing and streamlined configuration management. While Maestro Cloud offers advanced features like parallel execution and detailed result dashboards, it comes with a cost, making it more suitable for production applications than hobby projects. The choice between using Maestro Cloud and the standard EAS integration depends on the specific needs and scale of the project, with considerations of cost and the importance of rapid, confident testing.
Dec 15, 2025 1,065 words in the original blog post.
React Native offers a compelling option for web developers with React experience who aim to transition into mobile app development, leveraging familiar JavaScript (or TypeScript) skills to create native iOS and Android applications. While React Native shares foundational elements with React, it introduces unique differences in component rendering and styling, requiring developers to adapt to the native environment by using specialized components and handling UI specifics like pixel density and gesture interactions. Tools such as Expo enhance the React Native framework by bridging the gap between core capabilities and the extensive functionality needed for production-ready apps, offering a suite of tools for creating, building, and deploying applications. Developers are cautioned against common pitfalls, such as improper list rendering and managing sensitive data securely, while being encouraged to explore new native-specific concepts like build signing and deep linking. The ecosystem also supports code-sharing for multiple platforms and integrates AI tools to aid in development processes, making React Native a versatile and efficient choice for building robust mobile applications.
Dec 11, 2025 4,499 words in the original blog post.
Arthur Spalanzani, an indie app developer and engineering student, shares his journey of creating Glow, an affirmations app designed to integrate seamlessly into users' daily lives through native Swift widgets on iOS. After moving from France to Norway and experiencing long periods of darkness, Arthur sought a simpler wellness solution than existing apps, leading to the development of Glow where the widget is the app itself, appearing directly on lock and home screens to deliver affirmations without requiring user interaction. He explores the technical challenges faced in building widgets with Expo and Swift, emphasizing the importance of making them feel native while maintaining the benefits of Expo's workflow. Arthur discusses the innovative approach of using widgets to ensure affirmations are always visible, enhancing user engagement by providing frictionless, ambient presence. The app's success is highlighted by significant widget adoption and its organic spread on social media, demonstrating the potential of widgets as a core value proposition by meeting users where they already are, without demanding interaction.
Dec 10, 2025 969 words in the original blog post.
Hipcamp, previously reliant on Microsoft's App Center, transitioned to using Expo for its mobile app builds and over-the-air (OTA) updates following App Center's discontinuation. The switch to Expo, chosen for its speed, reliability, and seamless integration with existing workflows, significantly improved build efficiency, reducing build times from 60 to 10 minutes. A custom yarn command facilitated automation, allowing easy triggering of builds and integration with tools like Slack and Asana for monitoring and feedback. Expo's OTA updates enabled Hipcamp to deliver instant app fixes and new features, mitigating the delays inherent in app store reviews, and fostering a web-like deployment cadence. The adoption of Expo's tools transformed Hipcamp's release processes, reducing native releases, accelerating incident response, and enhancing overall team efficiency, ultimately allowing engineers, product managers, and designers to work more effectively and independently.
Dec 09, 2025 889 words in the original blog post.
The Metropolitan Transportation Authority (MTA) relies on Expo for its mobile strategy to ensure the seamless operation of its transit system, emphasizing over-the-air (OTA) updates to swiftly address any software issues without delaying commuter services. The MTA's digital services team, functioning like a startup within the massive transit agency, is small but effective, managing two public-facing apps and other digital tools for over 350,000 daily users. These apps, developed using React Native and Expo, serve both city commuters and those traveling outside the city, with features like trip planning and ticket purchasing. The choice of Expo, led by digital services head Will Fisher, was driven by its OTA capabilities, which allow the team to fix critical bugs rapidly, minimizing disruptions. By using Expo's tools like EAS Update and EAS Build, the MTA can maintain high service standards and avoid prolonged downtime. The recent release of an updated Subway and Bus app promises faster iterations and improved system consistency, and the MTA is actively seeking new talent to enhance its digital offerings further.
Dec 04, 2025 913 words in the original blog post.
Lingvano, the award-winning app, is revolutionizing sign language education by providing immersive video lessons taught by Deaf instructors, supporting languages like American, British, and Austrian Sign Language. With a mission to bridge communication gaps between Deaf and hearing communities, the Lingvano team has effectively scaled their platform using Expo, transitioning from React Native to enhance stability and streamline development across iOS, Android, and web. The app utilizes 28 Expo libraries, integrating components like TurboModule for real-time fingerspelling recognition and EAS Build for automated testing, ensuring a seamless user experience for over 4 million learners. Lingvano's innovative approach not only addresses the needs of 1.5 billion people with hearing loss but also emphasizes continuous improvement through Expo's scalable infrastructure, enabling the creation of custom solutions when existing tools are insufficient. The app's cross-platform consistency, high user ratings, and ongoing updates underscore its success in making sign language learning accessible and engaging worldwide.
Dec 02, 2025 1,083 words in the original blog post.