UNPKG

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

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

10 lines (7 loc) 269 B
import { get } from "@applicaster/zapp-react-native-utils/utils"; const lookupPath = ["data", "screen_feed"]; export const getScreenDataSource = ( screenData: any ): Option<ZappDataSource> => { return get(screenData, lookupPath) as ZappDataSource | undefined; };