Skip to content

Commit

Permalink
Update reference to statusBarTranslucent in Modal comment
Browse files Browse the repository at this point in the history
Summary:
Re-apply #29278 that was recently closed by still valid.

Changelog:
[Internal] [Changed] - Update reference to statusBarTranslucent in Modal comment

Reviewed By: christophpurrer

Differential Revision: D41765526

fbshipit-source-id: 0397e86aa9adc5e5495cad8e2612cc5457840273
  • Loading branch information
cortinico authored and facebook-github-bot committed Dec 9, 2022
1 parent 177f30a commit bc26a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Modal/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export type Props = $ReadOnly<{|
* The `statusBarTranslucent` prop determines whether your modal should go under
* the system statusbar.
*
* See https://reactnative.dev/docs/modal#transparent
* See https://reactnative.dev/docs/modal.html#statusbartranslucent-android
*/
statusBarTranslucent?: ?boolean,

Expand Down

0 comments on commit bc26a1b

Please sign in to comment.