react-native-portalize
react-native-portalize copied to clipboard
The simplest way to render anything on top of the rest.
Hello, I am using this library and it works pretty well, however I am experiencing a strange issue : The app's root component is configured in this way  based project has `ScreenA` containing...
If I call `` on multiple components, there's a tendency for some components to be above than the other components, but what if I want to be able to order...
Hi, I use this plugin to have a beautiful shadow (all screen) behind a bottom sheet (https://github.com/osdnk/react-native-reanimated-bottom-sheet). I have some textinput inside, but the cursor is buggy they are in...
Hello. ### I create codesandbox example about the bug. [Check it](https://codesandbox.io/s/react-native-portalize-context-bug-wqg5m) first. **Expected behavior:** Component inside `` has access to parent `Context` (inside `` not outside context). **Current behavior:** Component...
So I am using Portalize and Modalize. Wrap one of my Stack navigations with Host, and mount the modal in one of the screens of that stack, and open and...
Hello, has anyone managed to use the portalize with library react-native-screens? I can only use it with react-navigation.
### 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...