Fix `Animated` `eventOptions` (`platformConfig` is optional) · rescript-react-native/rescript-react-native@8d128b9

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 8d128b9

committed

Fix Animated eventOptions (platformConfig is optional)

1 parent f8067f3 commit 8d128b9

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -242,7 +242,7 @@ type eventOptions<'a>

242242

external eventOptions: (

243243

~listener: 'a=?,

244244

~useNativeDriver: bool,

245-

~platformConfig: 'platformConfig,

245+

~platformConfig: 'platformConfig=?,

246246

unit,

247247

) => eventOptions<'a> = ""

248248

0 commit comments

Comments

 (0)