UNPKG

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

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

10 lines (7 loc) 289 B
import { FocusableGroup as FocusableGroupTvOS } from "./FocusableTvOS"; import { View } from "react-native"; import { platformSelect } from "@applicaster/zapp-react-native-utils/reactUtils"; export const FocusableGroup = platformSelect({ tvos: FocusableGroupTvOS, default: View, });