Add `Pressable` `foreground` option for ripple config for Android · rescript-react-native/rescript-react-native@9bd7499

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 9bd7499

committed

Add Pressable foreground option for ripple config for Android

1 parent 21e802d commit 9bd7499

File tree

1 file changed

+

2

-

1

lines changed

1 file changed

+

2

-

1

lines changed

Lines changed: 2 additions & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -4,8 +4,9 @@ type rippleConfig

44
55

@obj

66

external rippleConfig: (

7-

~color: Color.t=?,

87

~borderless: bool=?,

8+

~color: Color.t=?,

9+

~foreground: bool=?,

910

~radius: float=?,

1011

unit,

1112

) => rippleConfig = ""

0 commit comments

Comments

 (0)