mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
107f2f997e
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42789 I stumbled upon the JSDoc in the [ActivityIndicator](https://fburl.com/code/aq8ljc86) component and noticed a discrepancy wrt our [website](https://reactnative.dev/docs/activityindicator). So I looked more and found out that the doc is not really generated from the code (even though there is a confusing `generate-docs`) but actually lives in the react-native-website [codebase](https://github.com/facebook/react-native-website/blob/994cab25b63d4bed57cedfba95f0133537d42ac7/docs/activityindicator.md?plain=1#L6). Here I'm just aligning the JSDoc to the source of truth (i.e. react-native-website) but this begs the question on whether there is any value in keeping both. Changelog: [Internal] Reviewed By: lunaleaps Differential Revision: D53307738 fbshipit-source-id: b01691460714687f35f875ec51c310333b667fc8