jeremybarbet / react-native-portalize

The simplest way to render anything on top of the rest.
MIT License
335 stars 22 forks source link

feat(context): add style support for Portal #13

Open fungland opened 3 years ago

fungland commented 3 years ago

Add style support for Portal

In case of multiple Portal in a same screen, I need to control zIndex dynamically to prevent an issue that some Portals will always cover other Portals

276259822 commented 3 years ago

我也需要这个功能,什么时候可以合并呢