SafeAreaBox
Wrapper around SafeAreaView
component from react-native
, it accepts every props from react native SafeAreaView
component.
Import
import { SafeAreaBox } from "react-native-ficus-ui";
Usage
Background color
EDITABLE EXAMPLE
Props
Extends every Box
and SafeAreaView
from React Native props.