SafeAreaContext Variable

Context used to manage safe area (feature used by devices with non-rectangular screens).

If used, this is expected to wrap ConfigurableUiContent.

 <SafeAreaContext.Provider value={SafeAreaInsets.All}>
   <ConfigurableUiContent />
 </SafeAreaContext.Provider>

Type

Context<undefined | SafeAreaInsets>

Default Value

typescript ...

Defined in

Last Updated: 05 April, 2024