How to remove TaskBar/Navigation Bar when Modal popup appears?

83 views Asked by At

Does anyone have any approach or known solution??

Taskbar do not appear when user is at home screen Taskbar appears when modal popup is opening

Platform: Android Using: ReactNative OS: 13 Android version Rest are normal as all android system table.

I Have written this peice of code and I was able to disable the taskbar at homescreen.

Navigation.setDefaultOptions({ navigationBar: { visible: false, },

Now I am getting this Taskbar back when a popup/modal opens up.

0

There are 0 answers