The first SceneView's height is not full
See original GitHub issueEnvironment
Package | Version |
---|---|
expo | 45.0.5 |
react | 17.0.2 |
react-native | 0.68.2 |
react-native-tab-view | 3.1.1 |
react-native-pager-view | 5.4.15 |
node | 16.13.2 |
yarn | 1.22.10 |
@react-navigation/native | 6.0.10 |
@react-navigation/native-stack | 6.6.2 |
Description
In my case, if the TabView
be wrapped in the NavigationContainer
which exported from @react-navigation/native
, the first route has a bottom blank.
And I debug the element tree by react-native-debugger, found that the first SceneView’s height is incorrectly.
Reproducible Demo
Issue Analytics
- State:
- Created a year ago
- Reactions:6
- Comments:8
Top Results From Across the Web
Sceneview Camera Node full screen - Stack Overflow
I've managed to set the scene view to fit the full screen, ... CGFloat screenHeight = screenRect.size.height; aFrame.size.width ...
Read more >Screen.height returns size of the scene view!? - Unity Forum
I'm working some code that is executed in-editor (while not playing), ... the entire editor window as a starting point for it's dimensions, ......
Read more >SceneView | API Reference | ArcGIS Maps SDK for JavaScript ...
For a map to be visible to the user in the DOM, a SceneView must have both a valid Map instance and a...
Read more >Place an image on a plane at the l… | Apple Developer Forums
physicalSize.height) let planeNode = SCNNode(geometry: plane) ... { let touch = touches.first! let location = touch.location(in: sceneView) if !
Read more >Camera.pixelHeight - Scripting API - Unity - Manual
How tall is the camera in pixels (not accounting for dynamic resolution scaling) (Read Only). Use this to return the height of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As anyone like me may face the issue, here is a temporary solution:
v5.4.25 did work for me