UNPKG

@heap/react-native-heap

Version:

React Native event tracking with Heap.

7 lines (6 loc) 268 B
import NavigationUtil from './navigationUtil'; import { getMetadataProps } from './metadataPropUtil'; import * as _ from 'lodash'; export const getContextualProps = () => { return _.merge({}, getMetadataProps(), NavigationUtil.getScreenPropsForCurrentRoute()); };