Best of React NativeAugust 2025

  1. 1
    Video
    Avatar of javascriptmasteryJavaScript Mastery·36w

    Build & Deploy 3 Full-stack Mobile Apps That’ll Get You Hired | Full 10-Hour React Native Course

    A comprehensive 10-hour React Native course covering the development of three full-stack mobile applications: a movie app, real estate platform, and food delivery app. The course teaches React Native fundamentals, Expo framework, file-based routing, authentication, UI design with Tailwind CSS, and backend integration with Appwrite. Students learn to build production-ready apps with features like search functionality, user profiles, navigation systems, and real-time data handling while following clean architecture patterns.

  2. 2
    Article
    Avatar of ergq3auoeReinier·33w

    React Native Crash Course 2.0 for Beginners - Build 4 Apps in 14 Hours (Expo, Tailwind, Payment, AI)

    A comprehensive 14-hour React Native tutorial covering the development of four complete mobile applications: an AI-powered workout tracker with live timers and analytics, a video calling app supporting 100k+ participants, a delivery tracking app with JSON data processing, and a fitness app with subscription payments and feature gating. The course uses modern tools including Expo and Tailwind CSS.

  3. 3
    Article
    Avatar of bytesdevBytes by ui.dev·35w

    TypeScript gets lean

    TypeScript 5.9 introduces several improvements including a cleaner tsc --init command that generates minimal configuration files, new import defer syntax for conditional module loading, enhanced VS Code tooltips with expandable type information and MDN documentation, and performance optimizations through better caching and reduced file system checks. The release focuses on making TypeScript projects lighter and more developer-friendly.

  4. 4
    Article
    Avatar of mobileMobile developers·35w

    ✨Contribute to Crossbuild UI — Now Open!

    Crossbuild UI, a React Native and Expo UI toolkit, has opened public component contributions for the first time. Developers can now build custom UI components with dark/light theming support, test them in an Expo SDK 53 environment, and receive full attribution on the project website and GitHub. Contributors should use the component_contribution folder and submit pull requests to the open-contribution branch.

  5. 5
    Article
    Avatar of bytesdevBytes by ui.dev·37w

    TanStack Labubus

    TanStack DB beta introduces a new client-side database solution that builds on TanStack Query to handle data joins and filtering in the browser, offering an alternative to building numerous API endpoints or loading everything client-side. React Native will get precompiled builds for iOS that promise 10x faster compile times. Node.js v22.18 now includes TypeScript support by default with type stripping. The newsletter also covers various developer tools, coding practices, and includes a JavaScript array manipulation coding challenge.

  6. 6
    Article
    Avatar of devsharevietnamDevShareVietNam·33w

    Smooth Animations in React Native Without Extra Libraries

    Learn how to create smooth animations in React Native using built-in APIs without relying on external animation libraries. The tutorial demonstrates native animation techniques that can improve app performance and user experience while keeping dependencies minimal.