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:
empyrical
2018-09-25 19:37:32 -07:00
committed by Facebook Github Bot
parent ae1817fdb9
commit 2da60a8f45
9 changed files with 418 additions and 383 deletions

View File

@@ -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.