We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a image list, click a specific item in the list would trigger image viewing modal open and show the clicked image.
import ImageView from 'react-native-image-viewing' function MyImageViewer(props){ return <ImageView images={props.images} imageIndex={props.imageIndex} visible={props.visible} swipeToCloseEnabled={true} HeaderComponent={(imageIndex) => <Text>{imageIndex}</Text>} FooterComponent={(imageIndex) => <Text>{imageIndex}</Text>} /> }
The abnormal case is like that:
The text was updated successfully, but these errors were encountered:
Thanks for the fix man, wish this package was actually maintained
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I have a image list, click a specific item in the list would trigger image viewing modal open and show the clicked image.
The abnormal case is like that:
The text was updated successfully, but these errors were encountered: