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 0369f78 commit ab610caCopy full SHA for ab610ca
reanimated-bottom-sheet.d.ts
@@ -34,7 +34,7 @@ declare module 'reanimated-bottom-sheet' {
34
springConfig?: object;
35
36
/** Refs for gesture handlers used for building bottomsheet */
37
- innerGestureHandlerRefs: object[]
+ innerGestureHandlerRefs?: object[]
38
}
39
40
export default class BottomSheet extends React.Component<BottomSheetProps> {
0 commit comments