Currently the only way to wrap a Navigator in JSX in v3 is by using createAppContainer, which only works at the base level.
My use case is: I need to wrap a full navigator in a HoC to render an animated background that continues to animate. However, this should not be in the background ALL the time, just at the specific stack.
Hope this is clear enough :) If anyone has any recommendations please let me know.