mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Back out "Upgrade Prettier from 1.17 to 2.0.2."
Differential Revision: D20639755 fbshipit-source-id: 5028563f9cf0527a30b4259daac50cdc03934bfd
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cf44650b3f
commit
0b9ea60b4f
@@ -87,7 +87,7 @@ exports.description = 'Horizontal bar to show the progress of some operation.';
|
||||
exports.examples = [
|
||||
{
|
||||
title: 'Simple progress bar',
|
||||
render: function (): React.Element<typeof ProgressBarAndroidExample> {
|
||||
render: function(): React.Element<typeof ProgressBarAndroidExample> {
|
||||
return <ProgressBarAndroidExample />;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user