mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-06 09:13:27 +08:00
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:
committed by
Facebook Github Bot
parent
03841cf08c
commit
dcd4e90d9a
@@ -104,7 +104,7 @@ class RewriteExample extends React.Component<$FlowFixMeProps, $FlowFixMeState> {
|
||||
value={this.state.text}
|
||||
/>
|
||||
{/* $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. */}
|
||||
<Text style={[styles.remainder, {color: remainderColor}]}>
|
||||
{remainder}
|
||||
</Text>
|
||||
@@ -408,10 +408,10 @@ class AutogrowingTextInputExample extends React.Component<{}> {
|
||||
/>
|
||||
<Text>Plain text value representation:</Text>
|
||||
{/* $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. */}
|
||||
<Text>{this.state.text}</Text>
|
||||
{/* $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. */}
|
||||
<Text>Content Size: {JSON.stringify(this.state.contentSize)}</Text>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user