Auto-hide home indicator during fullscreen player on iOS 18 or lower

Set the home indicator to prefer being hidden (default: false)
This commit is contained in:
Anxo Dubra 2026-03-10 18:49:42 +01:00 committed by GitHub
parent 7d60a0c43f
commit 4bb9371ffd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1360,6 +1360,7 @@ const InnerNavigator = ({ initialRouteName }: { initialRouteName?: keyof RootSta
contentStyle: {
backgroundColor: '#000000', // Pure black for video player
},
autoHideHomeIndicator: true,
// iPad-specific fullscreen options
statusBarHidden: true,
statusBarAnimation: 'none',