CSS animations in React Native??? 🤯 Is it even legal?


notJust.dev Newsletter 🚀

Stay up-to-date with the latest technologies and become a better developer

Hey notJust Developers,

The most exciting news of last week is that React Native 0.77 was released, and the Expo team added support for it! Let’s check out today’s highlights.

  1. React Native 0.77 Stable Out 🔥
  2. React Native Reanimated V4 Now In Beta 🚀
  3. Native Bottom Tabs V0.8 Released 💯

React Native 0.77 Stable Out 🔥

After 8 pre-releases, the stable version of React Native 0.77 was finally released last week. This update includes over 1061 commits from 161 contributors! Here are the major highlights:

  1. New CSS Features for better layouts, sizing, and blending
  2. Support for Android 15 edge-to-edge enforcement
  3. New Swift Template for iOS
  4. Expo SDK 52 now supports 0.77 🚀

New CSS Feature: { display: contents }

By adding the display: contents style, you can now directly ignore an element (like a ) from the component tree (known as the DOM tree in React or Web). This means all the children (e.g., components) of that elementwill treat their grandparent as their direct parent. This can be useful when a wrapper (e.g., ) has no value (impact) in the final tree.

New CSS Feature: { mixBlendMode: multiply }

By using the mixBlendMode CSS property, you can blend the colors of multiple elements. For example, if you have a with a yellow color and another with a blue color, and you overlap them and apply mixBlendMode, the overlapping section of the two elements will appear as green. These blend effects help to create interactive artistic visual effects.

Support For Android 15 edge-to-edge Enforcement

When you build your app with targetSdk 35, you will need to use an edge-to-edge display. Edge-to-edge means your app will use the whole screen, including the status bar (where you see the time and battery) and the navigation bar. To handle this properly, the team recommended using the react-native-safe-area-context SDK, which will manage the edge-to-edge display for you.

New Swift Template for iOS

Oskar Kwaśniewski worked on a PR that removed Objective-C from the template in September. The React Native team has finally merged it with the 0.77 release. So, starting from 0.77, you will see AppDelegate.swift instead of AppDelegate.mm.

Expo SDK 52 now supports 0.77 🚀

The Expo Team announced that Expo SDK 52 now supports both React Native 0.76 and 0.77. You can choose to use version 0.77 by following this guide.

NOTE: Keep an eye on notjust.dev/blog - we’ll soon publish a detailed blog post on the React Native 0.77 release! 🚀

React Native Reanimated V4 Now In Beta 🚀

Last week, the Software Mansion team released React Native Reanimated V4, which finally supports CSS Animations and Transitions. This version introduces a set of new APIs that let you write CSS-like code to create animations in React Native, similar to React (web) animations code. These new APIs offer native-like performance and work with the New Architecture, allowing you to animate almost everything you want. If you're familiar with CSS animations, you'll feel right at home. This new version is available in Beta 🚀.

Reanimated V4 Online Translator

The most interesting part is that the team has also created an online tool that translates CSS code into Reanimated 4 style code. Why not give this amazing tool a try today?

Native Bottom Tabs V0.8 Released 💯

Last week Oskar Kwaśniewski released React Native Bottom Tabs 0.8, which now supports Material You design. Let's dive in!

What is Material You?

Material You, also known as Material 3 Dynamic Color, is an SDK created by Google in 2021. It automatically adjusts your app's colors based on the user's wallpaper or device settings.

Material You now in React Native Bottom Tabs 🚀

If you enable the material3-dynamic option in React-Native-Bottom-Tabs, your app’s bottom tab will match the user's chosen device color. For example, if a user picks yellow in their device settings, the app's bottom tab will also be yellow, making the app feel more personal. You can find a detailed guide on how to enable Material You in both Expo and React Native CLI-based apps here.

That’s it 🙌

Evan Bacon from the Expo Team mentioned that 2025 is going to be a great year for styling in React Native. That means, more styling improvements are also coming in Expo too.

🔁 In case you missed it

Building an AI Social Listening App with BrightData

You’ll learn how to collect brand mentions from search engines and social media, process the data efficiently, and extract valuable insights using AI. This guide will show you how to monitor your brand’s online presence at scale.

Announcing the WINNERS of notJust.Hack

In this demo day we'll be announcing the winner projects built during notJust.Hack, our month-long online hackathon for mobile developers! We'll be going straight into the top submissions, where you'll hear from the winners, and we'll give you a sneak peek at what’s coming next!

🔥 Press worthy

1️⃣ Simply add analytics to your React Native app in under 1 minute with Vexo. Use the promo code “NotJustDev10” for a 10% discount!

2️⃣ The Expo API Routes (for creating server endpoints in Expo apps) documentation has been published.

3️⃣ React Native visionOS 0.77 is out, contains all the changes from React Native 0.77 🚀

4️⃣ Unistyles 3 has been added to the Create Expo Stack 💯

5️⃣ Marc announced Flows AI: A lightweight library to build AI agent (AI helper) workflows, on top of Vercel AI SDK.

6️⃣ Soon you will be able to replace BottomSheetFlatList by LegendList with just a single import from React Native Bottom Sheet 🚀

Did you learn something new today?

If you found this email valuable, forward it to one friend or coworker who can also benefit from it. That would be much appreciated 🙏

The newsletter was written by Anis and edited by Vadim Savin.

Vadim Savin

Helping you become a better developer together with the notJust.dev team

Whenever you’re ready, there are 3 ways I can help you:

  1. React Native Mastery – The Ultimate React Native & Expo Course. Build 7 real-world projects and finally master mobile development with React Native. Available NOW!
  2. Join us as a Sponsor - Showcase your product to mobile developers and turn them into skilled, loyal users through engaging hands-on tutorials.
    Because the best marketing happens through education!
  3. Incubator - Our 10-week program is all about launching your app fast and generating revenue from day one. Join the waitlist to stay updated.

C/ Balmes 129bis 4º 2ª, Barcelona, 08008
Unsubscribe · Preferences

notJust.dev Newsletter

Stay up-to-date with the latest React and React Native news and become a better Mobile Developer

Read more from notJust.dev Newsletter

I finally decided to give OpenClaw a try. I was just waiting for it to get a stable name 😀 If you’re in the X bubble, you probably got tired of OpenClaw posts by now. But if you’re someone who actually has a personal life and doesn’t scroll X every 5 minutes, here’s the deal. OpenClaw is an open-source personal AI assistant that you run on your own machine. You connect it to Telegram, WhatsApp, Slack, or whatever you use, and it becomes your always-on AI agent. It can browse the web, schedule...

Three days live on YouTube. One app built from scratch. And I can't even launch it yet. Let me explain. Last week I kicked off the $10K MRR Challenge. The plan was simple: stream, build, ship, repeat. I went live three times. And during those streams, I actually built a complete app: CoachAI. But here's the thing. I built it for the Shipyard hackathon. Shipyard is a hackathon organized by RevenueCat where they partnered with 7 creators. Each creator suggested an app idea. I picked one that's...

Yesterday I hit "Go Live" on YouTube and announced something that terrifies me. The 10K MRR Challenge. The idea is simple: build a portfolio of mobile apps, grow it to $10K monthly recurring revenue, and document the entire journey live. The good, the bad, and the shitty parts. Here's the thing - this didn't come from some random burst of motivation. It came from necessity. Let me give you some real numbers. In 2024, YouTube paid me over $100K from AdSense alone. There were times when a...