I'm using react-dynamic-modal to create a full screen modal ontop of the home screen which works great. But now I want to be able to push another modal ontop of it. Any way to do this? Right now, it seem to just replace the first modal with the second one (I want a popup ontop of the full screen modal, so simply replacing one with the other isn't an option)
I'm using react-dynamic-modal to create a full screen modal ontop of the home screen which works great. But now I want to be able to push another modal ontop of it. Any way to do this? Right now, it seem to just replace the first modal with the second one (I want a popup ontop of the full screen modal, so simply replacing one with the other isn't an option)