Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the infoPress props #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/ImageBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class ImageBrowser extends React.Component<Props, State> {
onChangePhoto={this.onChangePhoto}
getSourceContext={this._getSourceContext}
closeText={this.props.closeText}
infoPress={this.props.infoPress}
infoTitleStyles={this.props.infoTitleStyles}
infoDescriptionStyles={this.props.infoDescriptionStyles}
enableTilt={this.props.enableTilt}
Expand Down
2 changes: 2 additions & 0 deletions lib/ImagePaner.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ class ImagePaner extends React.PureComponent<Props> {
<Animated.View
style={[styles.infoTextContainer, { opacity: this._buttonOpacity }]}
>
<TouchableWithoutFeedback onPress={this.props.infoPress}>
<Animated.View style={styles.textContainer}>
<Animated.Text
style={[
Expand All @@ -146,6 +147,7 @@ class ImagePaner extends React.PureComponent<Props> {
{this.props.infoDescription}
</Animated.Text>
</Animated.View>
</TouchableWithoutFeedback>
<TouchableWithoutFeedback onPress={this.props.onPressPaner}>
<Animated.View
style={[
Expand Down
1 change: 1 addition & 0 deletions lib/ImageViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ class ImageViewer extends React.Component<Props, State> {
transition={zoomTransition}
zoomedImageMeasurements={zoomedImageMeasurements}
infoView={null}
infoPress={this.props.infoPress}
infoTitle={imageSource && imageSource.title}
infoTitleStyles={this.props.infoTitleStyles}
infoDescription={imageSource && imageSource.description}
Expand Down
101 changes: 0 additions & 101 deletions package-lock.json

This file was deleted.