ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.44k stars 580 forks source link

Footer Container Support Custom Props #306

Open wsh4089 opened 5 years ago

wsh4089 commented 5 years ago

<View style={[{ bottom: 0, position: 'absolute', zIndex: 9 }, this.props.footerContainerStyle]} {...this.props.footerContainerProps}> {this!.props!.renderFooter!(this.state.currentShowIndex)}

I want to call the onClick event when I click the footer, Could you make footer container support custom props ?