react-native-portalize icon indicating copy to clipboard operation
react-native-portalize copied to clipboard

The simplest way to render anything on top of the rest.

Results 18 react-native-portalize issues
Sort by recently updated
recently updated
newest added

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 ![Screenshot 2021-05-21...

Hi, we were having some problems in our app with components being unmounted in an unpredictable way. We traced it back to this line below. Let's say a portal was...

I've made several Android applications with modalize and portalize, but this time I got a problem swipe to close modalize can't work, but on IOS devices it can run fine,...

While using this library to build "overlay" widgets in our RN project, we discovered that some `Portal`s did not unmount correctly. For instance, our [react-navigation](https://reactnavigation.org) 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...