Files
react-navigation/packages/stack/src/utils/CardAnimationContext.tsx
2020-01-05 14:26:16 +01:00

7 lines
181 B
TypeScript

import * as React from 'react';
import { StackCardInterpolationProps } from '../types';
export default React.createContext<StackCardInterpolationProps | undefined>(
undefined
);