mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8ea1cba06a
Summary: The `scrollEventThrottle` prop is documented as only applying to iOS, but in [this commit](https://github.com/facebook/react-native/commit/cf55fd587e6cc82a73079be6076d244ab72fa359) it was also implemented for Android, but the documentation was not updated. ## Changelog [GENERAL] [CHANGED] - Removed iOS flag from `scrollEventThrottle` docs <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> Pull Request resolved: https://github.com/facebook/react-native/pull/35840 Test Plan: I've not been able to find how to build the docs locally, so I don't have a screenshot of the changes :( Reviewed By: cipolleschi Differential Revision: D42530943 Pulled By: sammy-SC fbshipit-source-id: 2948eca2621712ccd832f4f99f1aab0cbd4af2d0