react-native-crossfade-images
v1.0.4
Published
A lightweight and performant React Native library designed to smoothly transition between images using crossfade effect. Simply pass a new image source prop, and watch your images gracefully blend from one to the next, enhancing the visual appeal of your
Readme
react-native-crossfade-images
A lightweight and performant React Native library designed to smoothly transition between images using crossfade effect. Simply pass a new image source prop, and watch your images gracefully blend from one to the next, enhancing the visual appeal of your application.
Installation
bun add react-native-crossfade-images
npm install react-native-crossfade-images
yarn install react-native-crossfade-imagesUsage
import { CrossfadeImage } from "react-native-crossfade-images";
export default function App() {
return <CrossfadeImage src={"http://example.com/image.jpg"} />;
}Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
