Skip to content

APPIDIA/expo-light-image

Repository files navigation

⚡️ LightImage

Performant Expo image component.


LightImage example

Usage

yarn add @appidia/expo-light-image

or

npm install @appidia/expo-light-image
import LightImage from "@appidia/expo-light-image";

const YourImage = () => (
  <LightImage
    style={{ width: 200, height: 200 }}
    source={{
      uri: "https://unsplash.it/400/400?image=1",
    }}
  />
);

About

⚡️ LightImage performant Expo image component.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •