mirror of
https://github.com/status-im/react-native.git
synced 2025-02-12 17:36:27 +00:00
@allow-large-files [Flow] Deploy v0.52.0 to xplat
Reviewed By: samwgoldman Differential Revision: D5548893 fbshipit-source-id: b772423f11ff53f85a29b002226c5581c073f9ff
This commit is contained in:
parent
c9aeaf675d
commit
f0f1b12d9e
@ -44,12 +44,12 @@ suppress_type=$FlowIssue
|
||||
suppress_type=$FlowFixMe
|
||||
suppress_type=$FixMe
|
||||
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-1]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-1]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-2]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-2]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
||||
|
||||
unsafe.enable_getters_and_setters=true
|
||||
|
||||
[version]
|
||||
^0.51.0
|
||||
^0.52.0
|
||||
|
@ -65,7 +65,7 @@ type OptionalProps<SectionT: SectionBase> = {
|
||||
/**
|
||||
* Default renderer for every item in every section.
|
||||
*/
|
||||
renderItem: (info: {
|
||||
renderItem?: (info: {
|
||||
item: Item,
|
||||
index: number,
|
||||
section: SectionT,
|
||||
|
@ -198,7 +198,7 @@
|
||||
"eslint-plugin-flowtype": "^2.33.0",
|
||||
"eslint-plugin-prettier": "2.1.1",
|
||||
"eslint-plugin-react": "^7.0.1",
|
||||
"flow-bin": "^0.51.0",
|
||||
"flow-bin": "^0.52.0",
|
||||
"jest": "20.1.0-delta.4",
|
||||
"jest-phabricator": "20.1.0-delta.4",
|
||||
"jest-repl": "20.1.0-delta.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user