Skip to content

Commit 94096eb

Browse files
committed
[Typescript] Adds rippleColor to RectButtonProperties
1 parent 5713701 commit 94096eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react-native-gesture-handler.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ declare module 'react-native-gesture-handler' {
366366

367367
export interface RectButtonProperties extends BaseButtonProperties {
368368
underlayColor?: string;
369+
rippleColor?: string;
369370
activeOpacity?: number;
370371
}
371372

0 commit comments

Comments
 (0)