Bump Prettier to 1.16.4

Summary:
@public
This bumps Prettier to v1.16.4
Only format source files were updated.

Reviewed By: mjesun

Differential Revision: D14454893

fbshipit-source-id: 72f9872fe764a79dbf0d9fab9bebb1456b039f2f
This commit is contained in:
Peter van der Zee
2019-03-14 06:55:56 -07:00
committed by Facebook Github Bot
parent 03841cf08c
commit dcd4e90d9a
38 changed files with 169 additions and 176 deletions

View File

@@ -62,7 +62,7 @@ class ProgressBarAndroidExample extends React.Component<{}> {
<RNTesterPage title="ProgressBar Examples">
<RNTesterBlock title="Horizontal Indeterminate ProgressBar">
{/* $FlowFixMe(>=0.78.0 site=react_native_android_fb) This issue was
* found when making Flow check .android.js files. */}
* found when making Flow check .android.js files. */}
<ProgressBar styleAttr="Horizontal" />
</RNTesterBlock>
@@ -72,7 +72,7 @@ class ProgressBarAndroidExample extends React.Component<{}> {
<RNTesterBlock title="Horizontal Black Indeterminate ProgressBar">
{/* $FlowFixMe(>=0.78.0 site=react_native_android_fb) This issue was
* found when making Flow check .android.js files. */}
* found when making Flow check .android.js files. */}
<ProgressBar styleAttr="Horizontal" color="black" />
</RNTesterBlock>