react-native-blur-gradient
v1.0.0
Published
Gradient-masked blur for React Native & Expo using MaskedView, expo-blur, and gradient stops (with optional easing).
Readme
react-native-blur-gradient
Gradient-masked blur for React Native & Expo using MaskedView + expo-blur + gradients (with optional eased falloff).
Author: Ryan • License: MIT
Features
- Fade your blur in/out from any edges:
top,bottom,left,right - Vertical / horizontal or both axes (stacks layers)
- Optional eased falloff via
react-native-easing-gradient - Works great in Expo (SDK 51+) and bare RN
Install
# peer deps (Expo will pin compatible versions)
npx expo install expo-blur expo-linear-gradient @react-native-masked-view/masked-view
# easing-gradient via npm
npm i react-native-easing-gradient
# this library
npm i react-native-blur-gradient