Learn React Native development always from scratch

Want to become a React Native pro? Maybe that's the right place.

Feel free to checkout my tutorials

Join me on Patreon and be a part of the community 🎊

  • More than 50+ exclusive animations made with Reanimated, Gesture Handler and React Native Skia
  • Get access to my newsletter and be the first to know about new content
  • Join a community of like-minded individuals passionate about React Native

Latest tutorials

Post image - The Hidden Gems of React Native

The Hidden Gems of React Native

A list of hidden gems of React Native that are not so popular but can be very useful in some specific scenarios.

Post image - Introduction to React Native Gesture Handler

Introduction to React Native Gesture Handler

Dealing with gestures can be quite challenging, especially in React Native. This tutorial will teach you how to use the React Native Gesture Handler package to work with gestures...

Post image - Introduction to Reanimated

Introduction to Reanimated

In this tutorial we’ll learn the basics of React Native Reanimated package. We will understand why Reanimated is the best choice for dealing with animations in React Native and when it could be useful...

Post image - How to install React Native Reanimated and Gesture Handler

How to install React Native Reanimated and Gesture Handler

There are two packages that you need to know if you like React Native development: Reanimated and Gesture Handler. In this article we're going to discover how to install both packages...

Post image - Animated Gradient in React Native (Skia)

Animated Gradient in React Native (Skia)

In this tutorial we're going to make a simple and powerful Gradient animation by using the combination of React Native Skia and Reanimated. I think that this animation is a perfect example of how using the right tool greatly simplifies the work...

Post image - Creating a Smooth Dropdown Menu Animation in React Native Reanimated

Creating a Smooth Dropdown Menu Animation in React Native...

Learn how to create a polished and smooth dropdown menu animation in React Native using the Reanimated library.

Post image - Circular Progress Bar Animation with React Native Reanimated

Circular Progress Bar Animation with React Native Reanimated

Master Circular Progress Bar Animation: Enhance your React Native app with Reanimated hooks and UI thread text animation for a captivating user experience.

Post image - Animated FlatList in React Native Reanimated

Animated FlatList in React Native Reanimated

Learn how to create captivating animations for a FlatList in React Native using the power of Reanimated. Elevate your app's user experience with fluid and dynamic content transitions.

Post image - Creating Metaball Animation with React Native Skia

Creating Metaball Animation with React Native Skia

In this tutorial, we'll explore how to create a mesmerizing Metaball animation using React Native Skia and React Native Skia Gesture. Learn the step-by-step implementation, including interaction with Touchable.Circle components and the fluid effect using blur and color matrix. Unveil the magic behind Metaballs!

Post image - Unlocking the Power of Lottie Animation in React Native

Unlocking the Power of Lottie Animation in React Native

Learn how to leverage Lottie animation in React Native to create visually engaging animations for your mobile apps. Enhance user experience and make your app more appealing with After Effects animations rendered in real-time.

Post image - Exploring Pinch Gesture in React Native (Reanimated)

Exploring Pinch Gesture in React Native (Reanimated)

This tutorial will teach you how to use the PinchGestureHandler component from the GestureHandler package to detect pinch gestures in React Native.

Post image - Interpolate with ScrollView like a Pro (Reanimated)

Interpolate with ScrollView like a Pro (Reanimated)

This tutorial is going to show you how to use the interpolate function from the Reanimated package to create an amazing animation.