mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Prettify remaining unprettified files (#21327)
Summary: This PR is the result of running `yarn prettify` on the codebase - which caught a few files that were not prettified. This will make instructing people to run prettify a bit less complicated, since unrelated files will not show up in diffs. Pull Request resolved: https://github.com/facebook/react-native/pull/21327 Differential Revision: D10046057 Pulled By: TheSavior fbshipit-source-id: 2c771a3c758c72816c707e32ee2f4587e466f277
This commit is contained in:
committed by
Facebook Github Bot
parent
ae1817fdb9
commit
2da60a8f45
@@ -218,9 +218,9 @@ type IOSProps = $ReadOnly<{|
|
||||
*/
|
||||
scrollsToTop?: ?boolean,
|
||||
/**
|
||||
* Fires when the scroll view scrolls to top after the status bar has been tapped
|
||||
* @platform ios
|
||||
*/
|
||||
* Fires when the scroll view scrolls to top after the status bar has been tapped
|
||||
* @platform ios
|
||||
*/
|
||||
onScrollToTop?: ?Function,
|
||||
/**
|
||||
* When true, shows a horizontal scroll indicator.
|
||||
|
||||
Reference in New Issue
Block a user