1.0.1 • Published 3 years ago

showimage v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

showimage

Getting started

$ npm install showimage --save

Mostly automatic installation

$ react-native link showimage

Manual installation

Usage

import ShowImage from 'showimage';

// TODO: What to do with the module?
                <ShowImage
                    pressBtn={()=>{console.log('点击')}}
                    imageSource={{uri:'http://p10.qhimg.com/t019e9cf51692f735be.jpg'}}
                    textValue={'图片'}
                />