DEV Community

Nagaraj
Nagaraj

Posted on

Open modal in all screen in REACT NATIVE

Hi,
I need a example for open music player in all screens at the bottom of the app. For example in google play music if we play a music we can able to navigate to different screens without closing that modal. Like that , please post some suggestions about that. Thanks in advance

Top comments (1)

Collapse
 
harshrajk profile image
harshrajk

You'll need to create it as HOC or simply show the route in "modal" mode (If react-navigation is used)