---
title: "React Native Animation using Hooks: Floating Heads"
url: https://daily.dev/posts/react-native-animation-using-hooks-floating-heads-4zyslm5yz
source_url: https://iamshadmirza.com/react-native-animation-using-hooks-floating-heads
type: article
source: "Hashnode"
author: "Mohd Shad Mirza"
published: 2020-11-02T10:13:30.183Z
updated: 2021-10-07T14:17:10.317Z
tags: ["react"]
reading_time: 8
upvotes: 13
comments: 3
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# React Native Animation using Hooks: Floating Heads

**[Hashnode](https://daily.dev/sources/hashnode)** · [@iamshadmirza](https://daily.dev/iamshadmirza) · 8 min read · 13 upvotes · 3 comments

## Summary

We will build Facebook messenger's floating heads using Animated library and Hooks. The topmost head will receive gesture and move, then we will animate the other 3 heads one by one to the first head's new position. There will be a slight delay in the 2nd, 3rd, and 4th heads so we can get our trailing effect.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://iamshadmirza.com/react-native-animation-using-hooks-floating-heads>

## Community discussion

Top comments from developers on daily.dev.

**@savio** · 5 upvotes

> Superb! Great work bro 🚀🚀🔥

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#react](https://daily.dev/tags/react)

[View this post on daily.dev](https://daily.dev/posts/react-native-animation-using-hooks-floating-heads-4zyslm5yz)
