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
When using this lib inside a navigator or modal, the footer gets hidden. I found the issue:
Cropper.component.style.js, on line 21:
footerContainer: { position: 'absolute', top: SCREEN_HEIGHT - Q, bottom: 0, width: W },
Removing the top fixes the issue. Would't be better to have an option to pass the style for the footer?
The text was updated successfully, but these errors were encountered:
I will try to find a solution.
Sorry, something went wrong.
Yes the same problem is happening with me also. @ggunti
Like this repo did, it would be an alternative to include captureEvent:boolean property to fix it.
captureEvent:boolean
DuDigital/react-native-zoomable-view@1ced782
No branches or pull requests
When using this lib inside a navigator or modal, the footer gets hidden. I found the issue:
Cropper.component.style.js, on line 21:
footerContainer: { position: 'absolute', top: SCREEN_HEIGHT - Q, bottom: 0, width: W },
Removing the top fixes the issue. Would't be better to have an option to pass the style for the footer?
The text was updated successfully, but these errors were encountered: