react-native-floating-action icon indicating copy to clipboard operation
react-native-floating-action copied to clipboard

overlay doesn't cover tab navigation

Open davidli3100 opened this issue 6 years ago • 2 comments

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?

davidli3100 avatar Aug 25 '19 19:08 davidli3100

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 avatar Sep 11 '19 08:09 santomegonzalo

@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?

davidli3100 avatar Sep 12 '19 00:09 davidli3100