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 7c5e94c commit 5ca9e72Copy full SHA for 5ca9e72
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