-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
Description
Current Behavior
Currently running this example from the documentation and experiencing a "layout jump" with the header title.
Expected Behavior
The header title transitions smoothly.
How to reproduce
- Re-created on Snack
- Run the example on the Expo app on iOS device (the issue is not present on the Snack simulator)
- Switch to the Settings tab, then back to the Home tab.
- The header label jumps down
Your Environment
software | version |
---|---|
iOS or Android | iOS 13 |
react-navigation | 4.0.10 |
react-native | 0.61.4 |
expo | 36.0.0 |
ahmedam55