Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISafe

Safe values that can be applied to avoid notches. These should be applied dynamically as the values will change depending on the orientation of the device.

example
Margin Safe Values ```ts import * as React from 'react'; import { Text, View } from 'react-native'; import { margin } from '@ef-carbon/react-native-style'; class ThemedComponent extends React.PureComponent { render(): React.ReactNode { return ( Hey, there! ); } }; ```

Hierarchy

  • ISafe

Implemented by

Index

Properties

Properties

all

bottom

bottom: IBottom

left

left: ILeft

right

right: IRight

top

top: ITop