mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
Deploy Flow v0.85 to xplat/js
Reviewed By: fishythefish Differential Revision: D12898653 fbshipit-source-id: 2ed11ce569600fe4c12528939a350dd827c9a29a
This commit is contained in:
committed by
Facebook Github Bot
parent
04ea9762e2
commit
adc8a33fcf
@@ -75,6 +75,9 @@ class TextEventsExample extends React.Component<{}, $FlowFixMeState> {
|
||||
}
|
||||
|
||||
class RewriteExample extends React.Component<$FlowFixMeProps, $FlowFixMeState> {
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_android_fb) This comment suppresses
|
||||
* an error found when Flow v0.85 was deployed. To see the error, delete this
|
||||
* comment and run Flow. */
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {text: ''};
|
||||
@@ -113,6 +116,9 @@ class TokenizedTextExample extends React.Component<
|
||||
$FlowFixMeProps,
|
||||
$FlowFixMeState,
|
||||
> {
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_android_fb) This comment suppresses
|
||||
* an error found when Flow v0.85 was deployed. To see the error, delete this
|
||||
* comment and run Flow. */
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {text: 'Hello #World'};
|
||||
|
||||
Reference in New Issue
Block a user