Skip to content

Commit ab610ca

Browse files
committed
Make innerGestureHandlerRefs non required
1 parent 0369f78 commit ab610ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reanimated-bottom-sheet.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ declare module 'reanimated-bottom-sheet' {
3434
springConfig?: object;
3535

3636
/** Refs for gesture handlers used for building bottomsheet */
37-
innerGestureHandlerRefs: object[]
37+
innerGestureHandlerRefs?: object[]
3838
}
3939

4040
export default class BottomSheet extends React.Component<BottomSheetProps> {

0 commit comments

Comments
 (0)