How to make navbar transparent in react native router flux?

68 Views Asked by At

I tried to transparent navbar on current page in react native router flux but i found an issue that previous navbar is gone

expected: current page not showing navbar and previous navbar stil showing when current page navbar is transparent

before:

enter image description here

after:

enter image description here

How to do this ?

1

There are 1 best solutions below

0
Walaa On

Try Stack key=... hideNavBar={true}