react-native-floating-action
react-native-floating-action copied to clipboard
overlay doesn't cover tab navigation
When using react-navigation to render a bottom tab, it isn't covered by the overlay in the floating action button. Is there any way around this?
There is another issue about this topic... I have a working example of how to do it... I will be finalizing it today or tomorrow.
@santomegonzalo have you tried adapting the overlay with the react-native full screen overlay component? That might be a bit less hacky.
Also, I think a PR is needed for shadowprops. There's an issue on android where the FAB is hidden under other views if the view has any sort of shadow/elevation.
I added it myself to my own custom derivative of this library, perhaps you can get it in the main library?