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!
);
}
};
```
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.