paulsjohnson91
paulsjohnson91
Has there been any progress with this? seems like a significant design flaw if this is still the way it works
Also having this problem, has there been any update?
Hey, late to the party but I've opened another issue which I think is causing the same issue you're having [here](https://github.com/satya164/react-native-tab-view/issues/1349) running your expo example with an edited SceneView as...
Tested with versions listed above and results are the same
I've narrowed down what seems to be causing the problem for me: In SceneView, the style object for the main view is ``` { "bottom": 0, "height": undefined, "left": 0,...
@DeveloperHarris unforunately I've not had time to investigate in detail, for now I've just forked the repo and removed both the position: absolute and the `|| layout.width` parts. This works...
@DeveloperHarris The position:absolute comes from the style object for the View in SceneView: ``` style={[ styles.route, // If we don't have the layout yet, make the focused screen fill the...
Just noticed the same issue occurs in [this issue](https://github.com/satya164/react-native-tab-view/issues/1264) raised last year, which is loading a tab view into a modal
@vobear do you know of a better solution I can try?
Perhaps we'd be better off with someone just forking the project if there's no one around to build a new version anymore?