Skip to content

Instantly share code, notes, and snippets.

View mraza176's full-sized avatar
🎯
Focusing

Muhammad Raza mraza176

🎯
Focusing
View GitHub Profile

Large Header Style Animation on Android

Code

import { Text, View } from "react-native";
import Animated, {
  Extrapolation,
  interpolate,
  useAnimatedScrollHandler,
  useAnimatedStyle,
  useSharedValue,
@mraza176
mraza176 / LoadingAnimation.md
Last active August 1, 2025 11:25
Loading Animation with Reanimated 4

Loading Animation with Reanimated 4

Install Reanimated 4 dependencies

npm i react-native-reanimated@latest react-native-worklets@latest

Prebuild your app

npx expo prebuild