0.1.8 • Published 3 years ago

@appidia/expo-light-image v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago