mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 09:39:18 +08:00
feat: expose animation related values in context
This commit is contained in:
committed by
Satyajit Sahoo
parent
624ae0ad56
commit
6cddb5238c
6
packages/stack/src/utils/StackCardAnimationContext.tsx
Normal file
6
packages/stack/src/utils/StackCardAnimationContext.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import * as React from 'react';
|
||||
import { StackCardInterpolationProps } from '../types';
|
||||
|
||||
export default React.createContext<StackCardInterpolationProps | undefined>(
|
||||
undefined
|
||||
);
|
||||
Reference in New Issue
Block a user