Skip to content

dangttp97/react-native-quick-image

Repository files navigation

react-native-quick-image

A cloned version of react-native-fast-image, support new architecture

Installation

npm install react-native-quick-image

Usage

import { QuickImageView } from "react-native-quick-image";

// ...

<QuickImageView color="tomato" />

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