Files
react-navigation/packages/native-stack
Brent Vatne ec0d113eb2 fix: content container in native web stack should fill parent (#9832)
`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.
2021-08-18 14:02:37 +02:00
..
2021-08-17 16:20:18 +02:00
2021-05-19 09:28:26 +02:00
2021-08-17 16:20:18 +02:00
2021-05-24 21:24:57 +02:00

@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.