DEV Community

Cover image for Create a root-level modal store in React Native

Create a root-level modal store in React Native

Michael Lefkowitz on January 08, 2020

Want to stay up-to-date? Check out React Native Now, the bi-weekly React Native newsletter In the original design and flows of our React Native...
Collapse
 
redwind profile image
Hong Phong

Thanks for your sharing, but i think we should add some extra code to handle back button on android for case user want to dismiss modal on back button pressed :D

Collapse
 
jorgemasta profile image
Jorge Masta

Nice article!

I have worked in some similar with MST instead of redux. A package with a agnostic state manager could be a good idea ;)