-
Notifications
You must be signed in to change notification settings - Fork 81
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
Footer hidden by React Native Navigation bottom tabs #30
Comments
@kevgrig |
Now, in v0.1.4, you can control the height of the entire component by using the
|
Closed
The fix works. Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thank you very much for this project! However, I have an issue that the footer is hidden if
AmazingCropper
is within a screen with React Native Navigation bottom tabs.Here is a standalone reproduction along with a video: on the first screen, there are no bottom tabs and it works fine. Then, click on the arrow in the top right to go to the second screen which has tabs and now the footer is missing. Is there a way to add marginBottom to
AmazingCropper
or another way to fix this?Source: https://github.com/kevgrig/amazingcroppertabs/blob/master/App.js
Snack: https://snack.expo.io/@git/github.com/kevgrig/amazingcroppertabs
The text was updated successfully, but these errors were encountered: