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
@@ -64,7 +64,7 @@ class RefreshControlExample extends React.Component {
|
||||
})),
|
||||
};
|
||||
|
||||
_onClick = (row) => {
|
||||
_onClick = row => {
|
||||
row.clicks++;
|
||||
this.setState({
|
||||
rowData: this.state.rowData,
|
||||
@@ -120,7 +120,7 @@ exports.simpleExampleContainer = true;
|
||||
exports.examples = [
|
||||
{
|
||||
title: 'Simple refresh',
|
||||
render: function (): React.Element<typeof RefreshControlExample> {
|
||||
render: function(): React.Element<typeof RefreshControlExample> {
|
||||
return <RefreshControlExample />;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user