backgroundImage appears in showOverlay - is there a way to 'unset' it?
🐛 Bug Report
Setting backgroundImage in my global options (so my app has a nice BG) causes the backgroundImage to be present on showOverlay, meaning items such as 'over the top' confirm dialogs, toast notifications block off the rest of the UI (as the background is present.
I am curious if this is a bug (I kinda don't think so as it's using 'global settings' as would be intended) or if there is a way I can 'unset' the backgroundImage inside Navigation.showOverlay() options.
To Reproduce
(Write your steps here:)
- Add a backgroundImage to global options
- Trigger a showOverlay
Expected behavior
My overlay will 'over lay' my content as expected.
Actual Behavior
My wonderful UI get's covered by the backgroundImage (below the item in the overlay of course).
Your Environment
- React Native Navigation version: 7.25.0
- React Native version: 0.63.4
- Platform(s) (iOS, Android, or both?): iOS & Android
- Device info (Simulator/Device? OS version? Debug/Release?): All devices/os versions
@wixmobile has this library now been abandoned?