react-native-portalize
react-native-portalize copied to clipboard
Context doesn't work inside Portal
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