File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed 
versioned_docs/version-7.x Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,39 @@ Style object for the tab bar. Supported properties:
282282-  ` backgroundColor `  - Only supported on Android and iOS 18 and below.
283283-  ` shadowColor `  - Only supported on iOS 18 and below.
284284
285+ #### ` tabBarBlurEffect `  
286+ 
287+ Blur effect applied to the tab bar on iOS 18 and lower when tab screen is selected.
288+ 
289+ Supported values:
290+ 
291+ -  ` none `  - no blur effect
292+ -  ` systemDefault `  - default blur effect applied by the system
293+ -  ` extraLight ` 
294+ -  ` light ` 
295+ -  ` dark ` 
296+ -  ` regular ` 
297+ -  ` prominent ` 
298+ -  ` systemUltraThinMaterial ` 
299+ -  ` systemThinMaterial ` 
300+ -  ` systemMaterial ` 
301+ -  ` systemThickMaterial ` 
302+ -  ` systemChromeMaterial ` 
303+ -  ` systemUltraThinMaterialLight ` 
304+ -  ` systemThinMaterialLight ` 
305+ -  ` systemMaterialLight ` 
306+ -  ` systemThickMaterialLight ` 
307+ -  ` systemChromeMaterialLight ` 
308+ -  ` systemUltraThinMaterialDark ` 
309+ -  ` systemThinMaterialDark ` 
310+ -  ` systemMaterialDark ` 
311+ -  ` systemThickMaterialDark ` 
312+ -  ` systemChromeMaterialDark ` 
313+ 
314+ Defaults to ` systemDefault ` .
315+ 
316+ Only supported on iOS 18 and below.
317+ 
285318#### ` tabBarControllerMode `  
286319
287320The display mode for the tab bar. Supported values:
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments