ui
ui copied to clipboard
InlineGallery doesn't render the upcoming image
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>