0.5.8 • Published 2 years ago

react-native-awesome-photoviewer v0.5.8

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

react-native-awesome-photoviewer

Installation

npm install react-native-awesome-photoviewer

for ios

pod install

Usage

import PhotoViewer from "react-native-awesome-photoviewer";

interface IImage {
  thumbnailUrl: string;
  url: string;
}
interface IConfig {
  initialIndex?: number;
  images: IImage[];
}

type AwesomePhotoviewType = {
  open(config: IConfig): Promise<boolean>;
};
PhotoViewer.open({
      initialIndex,
      images,
    });

License

MIT

0.5.8

2 years ago

0.5.7

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.0

2 years ago

0.5.1

2 years ago

0.4.2

3 years ago

0.3.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago