Skip to content

heytea/react-native-photo-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-photo-view

Getting started

$ npm install @heytea/react-native-photo-view --save

Mostly automatic installation

$ react-native link @heytea/react-native-photo-view

Usage

import ReactNativePhotoView from '@heytea/react-native-photo-view';

// 预览图片
ReactNativePhotoView.previewImage({
    urls: ['http://test.cdn.heytea.com/storage/common/2020/07/07/2331c149e6684f26a38fb2ab1251967b.png', 'http://test.cdn.heytea.com/storage/common/2020/07/07/2331c149e6684f26a38fb2ab1251967b.png'],
    current: 'http://test.cdn.heytea.com/storage/common/2020/07/07/2331c149e6684f26a38fb2ab1251967b.png',
})

About

图片预览

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors