mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deploy v0.106.0 to xplat/js
Reviewed By: mroch Differential Revision: D16979246 fbshipit-source-id: 995fbd391823eaf0c9e3a673cf8fbe061ce0545a
This commit is contained in:
committed by
Facebook Github Bot
parent
08daad4427
commit
97b42bb142
@@ -100,9 +100,6 @@ class TextEventsExample extends React.Component<{}, $FlowFixMeState> {
|
||||
}
|
||||
|
||||
class TextInputAccessoryViewExample extends React.Component<{}, *> {
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_ios_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: 'Placeholder Text'};
|
||||
@@ -132,9 +129,6 @@ class TextInputAccessoryViewExample extends React.Component<{}, *> {
|
||||
}
|
||||
|
||||
class RewriteExample extends React.Component<$FlowFixMeProps, any> {
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_ios_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: ''};
|
||||
@@ -167,9 +161,6 @@ class RewriteExampleInvalidCharacters extends React.Component<
|
||||
$FlowFixMeProps,
|
||||
any,
|
||||
> {
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_ios_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: ''};
|
||||
@@ -191,9 +182,6 @@ class RewriteExampleInvalidCharacters extends React.Component<
|
||||
}
|
||||
|
||||
class RewriteExampleKana extends React.Component<$FlowFixMeProps, any> {
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_ios_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: ''};
|
||||
@@ -215,9 +203,6 @@ class RewriteExampleKana extends React.Component<$FlowFixMeProps, any> {
|
||||
}
|
||||
|
||||
class SecureEntryExample extends React.Component<$FlowFixMeProps, any> {
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_ios_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 = {
|
||||
@@ -263,9 +248,6 @@ class SecureEntryExample extends React.Component<$FlowFixMeProps, any> {
|
||||
}
|
||||
|
||||
class TokenizedTextExample extends React.Component<$FlowFixMeProps, any> {
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_ios_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