You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
|**height**| Height of modal's presented state. This is required for animation to behave correctly |_number_| ✅ | ❌ |
110
+
|**backdropColor**| Basically the color of a fullscreen view displayed below modaL |_string_| ❌ |`undefined`|
111
+
|**style**| Style of modal's container |_ViewStyle_| ❌ |`undefined`|
112
+
|**animation**| Animation type to use, can get spring and timing, defaults to timing animation |_'spring' \| 'timing'_| ❌ |`'timing'`|
113
+
|**timingConfig**| Timing animation's config if animation prop is set to 'timing' |_Animated.WithTimingConfig_| ❌ |`{duration: 300, easing: Easing.quad}`|
114
+
|**springConfig**| Spring animation's config if animation prop is set to 'spring' |_Animated.WithSpringConfig_| ❌ |`undefined`|
115
+
|**backdropStyle**| Style of the backdrop component |_ViewStyle_| ❌ |`undefined`|
0 commit comments