From 81bb553e78cfa8223315fa3377355c8d68c8608a Mon Sep 17 00:00:00 2001 From: bang Date: Fri, 28 Aug 2020 20:43:58 +0800 Subject: [PATCH] bump --- docs/classes/merryphotoview.html | 30 ++++++++++++------------ docs/index.html | 2 +- docs/interfaces/merryphotoviewporps.html | 18 +++++++------- docs/interfaces/photo.html | 10 ++++---- package.json | 2 +- 5 files changed, 31 insertions(+), 31 deletions(-) diff --git a/docs/classes/merryphotoview.html b/docs/classes/merryphotoview.html index 85fb698..df1d779 100644 --- a/docs/classes/merryphotoview.html +++ b/docs/classes/merryphotoview.html @@ -245,7 +245,7 @@

onChange

  • Parameters

    @@ -268,7 +268,7 @@

    processor

  • @@ -302,7 +302,7 @@

    render

    Returns null @@ -650,7 +650,7 @@

    Static defaultProps

    defaultProps: object
    @@ -659,7 +659,7 @@

    visible

    visible: boolean = false
    @@ -670,7 +670,7 @@

    Static propTypes

    propTypes: object
    @@ -679,7 +679,7 @@

    data

    data: function = PropTypes.arrayOf(PropTypes.shape({source:Platform.OS === "ios"? ImageSourcePropType: PropTypes.oneOfType([PropTypes.shape({uri: PropTypes.string,headers: PropTypes.objectOf(PropTypes.string)}),// Opaque type returned by require('./image.jpg')PropTypes.number,// Multiple sourcesPropTypes.arrayOf(PropTypes.shape({uri: PropTypes.string,width: PropTypes.number,height: PropTypes.number}))]),title: PropTypes.string,summary: PropTypes.string,titleColor: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),summaryColor: PropTypes.oneOfType([PropTypes.string, PropTypes.number])})).isRequired
    @@ -722,7 +722,7 @@

    hideCloseButton

    hideCloseButton: Requireable<any> = PropTypes.bool
    @@ -732,7 +732,7 @@

    hideShareButton

    hideShareButton: Requireable<any> = PropTypes.bool
    @@ -742,7 +742,7 @@

    hideStatusBar

    hideStatusBar: Requireable<any> = PropTypes.bool
    @@ -752,7 +752,7 @@

    initial

    initial: function = PropTypes.number.isRequired
    @@ -795,7 +795,7 @@

    onChange

    onChange: Requireable<any> = PropTypes.func
    @@ -805,7 +805,7 @@

    onDismiss

    onDismiss: function = PropTypes.func.isRequired
    @@ -848,7 +848,7 @@

    shareText

    shareText: Requireable<any> = PropTypes.string
    @@ -858,7 +858,7 @@

    visible

    visible: Requireable<any> = PropTypes.bool
    diff --git a/docs/index.html b/docs/index.html index d02eadb..c5089df 100644 --- a/docs/index.html +++ b/docs/index.html @@ -95,7 +95,7 @@

    RNMerryPhotoView

    RNMerryPhotoView: ComponentClass<object | object> = requireNativeComponent("MerryPhotoView",MerryPhotoView,{nativeOnly: {onChange: true}})
    diff --git a/docs/interfaces/merryphotoviewporps.html b/docs/interfaces/merryphotoviewporps.html index d8e0eab..0a82538 100644 --- a/docs/interfaces/merryphotoviewporps.html +++ b/docs/interfaces/merryphotoviewporps.html @@ -101,7 +101,7 @@

    data

    data: Photo[]
    @@ -116,7 +116,7 @@

    Optional hideCloseBu
    hideCloseButton: undefined | true | false
    @@ -131,7 +131,7 @@

    Optional hideShareBu
    hideShareButton: undefined | true | false
    @@ -146,7 +146,7 @@

    Optional hideStatusB
    hideStatusBar: undefined | true | false
    @@ -161,7 +161,7 @@

    initial

    initial: number
    @@ -176,7 +176,7 @@

    Optional onChange

    onChange: undefined | function
    @@ -186,7 +186,7 @@

    onDismiss

    onDismiss: function
    @@ -216,7 +216,7 @@

    Optional shareText

    shareText: undefined | string
    @@ -232,7 +232,7 @@

    visible

    visible: boolean
    diff --git a/docs/interfaces/photo.html b/docs/interfaces/photo.html index 0bb432f..59c0bbf 100644 --- a/docs/interfaces/photo.html +++ b/docs/interfaces/photo.html @@ -104,7 +104,7 @@

    source

    source: ImageURISource
    @@ -124,7 +124,7 @@

    Optional summary

    summary: undefined | string
    @@ -134,7 +134,7 @@

    Optional summaryColor

    summaryColor: string | number
    @@ -144,7 +144,7 @@

    Optional title

    title: undefined | string
    @@ -154,7 +154,7 @@

    Optional titleColor

    titleColor: string | number
    diff --git a/package.json b/package.json index 8b8915a..bccaaea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@merryjs/photo-viewer", - "version": "3.2.0", + "version": "3.2.1", "description": "A photo viewer for react native", "main": "index.js", "scripts": {