We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bce0f5 commit df400bcCopy full SHA for df400bc
src/components/view/index.tsx
@@ -9,7 +9,7 @@ import type {RecorderProps} from '../../typings/recorderTypes';
9
/**
10
* Extra props when using reanimated (only non experimental props)
11
*/
12
-type ReanimatedProps = Pick<RNReanimatedProps<object>, 'entering' | 'exiting' | 'layout'>;
+type ReanimatedProps = Partial<Pick<RNReanimatedProps<object>, 'entering' | 'exiting' | 'layout'>>;
13
14
export interface ViewProps
15
extends Omit<RNViewProps, 'style'>,
0 commit comments