Browse all posts

React Native 0.85 changelog dive

09 April 2026

React Native 0.85 changelog dive

Let's explore what's interesting in the React Native 0.85 release, from Shadow Tree commit branching to the new Animation Backend.

Uniwind Pro 1.0.0 release cover

07 April 2026

Zero re-renders on theme change: Introducing Uniwind Pro

Uniwind Pro updates className styles via C++. Zero re-renders on theme change, orientation shifts, or dark mode toggles.

Uniwind announcement cover

04 November 2025

Introducing Uniwind - the fastest Tailwind bindings for React Native

Learn more about our new open source project, that helps you to use Tailwind CSS in your React Native apps.

Unistyles 3.0 logo

07 July 2025

Introducing Unistyles 3.0!

Learn more about feature of React Native styling powered by C++ core and Fabric.

SPM Dependency blueprint

14 April 2025

Expo plugin: Add SPM Dependency

Add dynamic framework via Swift Package Manager to your Expo project

React Native Unistyles Unicorn

29 November 2024

Welcome to Unistyles 3.0!

Custom web parser, Shadow Tree updates, no re-renders, and more!

Expo config plugin

01 February 2024

How to add a new target to your file with Expo config plugin?

Let's explore how to write a plugin that is capable of adding target to any file in your Xcode project.

React Native Unistyles Unicorn

14 December 2023

Welcome to Unistyles 2.0!

C++ bindings, first class support for variants, new media queries, and more!

Level up React Native styles

26 September 2023

Level up React Native styles. A fresh take on StyleSheet API for adaptive layouts.

Discover how to extend your React Native styles. Explore a new perspective on the StyleSheet API and learn how to create adaptive layouts.

How its done, react-native-permission cover

15 September 2023

How it's done in React Native?

Have you ever wondered how react-native-permissions works under the hood? Let's explore the native implementation for both iOS and Android.

React Native Bridge cover

08 September 2023

React Native Bridge (Part II)

With the power of Codegen we can avoid writing code in C++. Let's build simple native module that can fetch user's contacts.

React Native Bridge cover

01 September 2023

React Native Bridge (Part I)

In this series, I will explore the React Native Bridge, answering questions about how it works, the available options, and how to communicate with native iOS and Android.