UNPKG

yuan-elements

Version:

This package consists of React Native components that will be used by the Yuan app in its development.

6 lines (3 loc) 139 B
import { Image, ImageBackground } from 'react-native'; const BackgroundImage = ImageBackground || Image; export default BackgroundImage;