0.1.8 • Published 2 years ago

@appidia/expo-light-image v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago