Skip to content

Commit ae09b81

Browse files
ldabiralaiLawrence Dabir-Alaiyogevbd
authored andcommitted
Fix OptionsStatusBar typings (#7600)
Co-authored-by: Lawrence Dabir-Alai <lawrence.dabir-alai@klarna.com> Co-authored-by: Yogev Ben David <yogev132@gmail.com>
1 parent a4b8630 commit ae09b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/interfaces/Options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export interface OptionsStatusBar {
140140
* Animate StatusBar style changes.
141141
* #### (iOS specific)
142142
*/
143-
animated?: boolean;
143+
animate?: boolean;
144144
/**
145145
* Automatically hide the StatusBar when the TopBar hides.
146146
* #### (iOS specific)

0 commit comments

Comments
 (0)