22; We fork some components by platform
33.*/*[.]android.js
44
5- ; Ignore BUCK generated dirs
5+ ; Ignore " BUCK" generated dirs
66<PROJECT_ROOT>/\.buckd/
77
88; Ignore unexpected extra "@providesModule"
99.*/node_modules/.*/node_modules/fbjs/.*
1010
1111; Ignore duplicate module providers
1212; For RN Apps installed via npm, "Libraries" folder is inside
13- ; "node_modules/react-native" but in the source repo it is in the rootrepo it is in the root
13+ ; "node_modules/react-native" but in the source repo it is in the root
1414.*/Libraries/react-native/React.js
1515.*/Libraries/react-native/ReactNative.js
1616
@@ -22,9 +22,9 @@ node_modules/react-native/flow
2222flow/
2323
2424[options]
25- module.system=haste
25+ emoji=true
2626
27- experimental.strict_type_args=true
27+ module.system=haste
2828
2929munge_underscores=true
3030
@@ -34,11 +34,12 @@ suppress_type=$FlowIssue
3434suppress_type=$FlowFixMe
3535suppress_type=$FixMe
3636
37- suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3 [0-7 ]\\|[1-2 ][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
38- suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3 [0-7 ]\\|1 [0-9]\\|[1-2] [0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
37+ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4 [0-9 ]\\|[1-3 ][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
38+ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4 [0-9 ]\\|[1-3] [0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
3939suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
40+ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
4041
4142unsafe.enable_getters_and_setters=true
4243
4344[version]
44- ^0.37.0
45+ ^0.49.1
0 commit comments