@appidia/expo-light-image
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

⚡️ 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",
    }}
  />
);

Package Sidebar

Install

npm i @appidia/expo-light-image

Weekly Downloads

0

Version

0.1.8

License

MIT

Unpacked Size

7.5 kB

Total Files

7

Last publish

Collaborators

  • mvltyldrm
  • haciyeff
  • enessari