mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-08 09:13:02 +08:00
`flex: 1` needs to be set on the `View` container sits between the `Screen` component and screen contents in `NativeStackView` otherwise content on tabs nested inside native stack will not be visible, along with other similar types of bugs. Reproducible example: https://gist.github.com/brentvatne/273d34be0c937237eb353e4100c49949 Apply the fix from this diff to see it resolves the issue.
@react-navigation/native-stack
Stack navigator for React Native using native primitives for navigation. Uses react-native-screens under the hood.
Installation instructions and documentation can be found on the React Navigation website.