ImageBackground
An image component with support for child content.
import { ImageBackground } from 'react-native';
<ImageBackground {...props}>{children}</ImageBackground>;
API
Props
children ?any
Content to display over the image.
imageStyle ?Style
Styles to forward to the image component.