ui icon indicating copy to clipboard operation
ui copied to clipboard

InlineGallery doesn't render the upcoming image

Open scientist1642 opened this issue 6 years ago • 0 comments

InlineGallery doesn't render the next image, sliding is ok though.

  <Screen>
        <InlineGallery
          styleName="large-wide"
          style={{ pager: { pageMargin: 60 } }} 
          data={this.state.photos}
          showNextPage
        />
      </Screen>

scientist1642 avatar Apr 30 '18 06:04 scientist1642