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

Context doesn't work inside Portal

Open eseQ opened this issue 3 years ago • 1 comments

Hello.

I create codesandbox example about the bug. Check it first.

Expected behavior: Component inside <Portal> has access to parent Context (inside <Host> not outside context).

Current behavior: Component can has access only if <Host> wrapped by Context but always Context exist inside nested components only

eseQ avatar Jan 21 '22 17:01 eseQ