UNPKG

137 BJavaScriptView Raw
1import { Image, ImageBackground } from 'react-native';
2const BackgroundImage = ImageBackground || Image;
3export default BackgroundImage;