UNPKG

@applicaster/zapp-react-native-ui-components

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

9 lines (7 loc) 394 B
import { platformSelect } from "@applicaster/zapp-react-native-utils/reactUtils"; export const BackgroundImage = platformSelect({ tvos: require("./BackgroundImage.tv.ios").BackgroundImage, android_tv: require("./BackgroundImage.tv.android").BackgroundImage, amazon: require("./BackgroundImage.tv.android").BackgroundImage, web: require("./BackgroundImage.tv.web").BackgroundImage, });