File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Libraries/Components/ScrollView Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -97,4 +97,4 @@ untyped-import
97
97
untyped-type-import
98
98
99
99
[version]
100
- ^0.90 .0
100
+ ^0.91 .0
Original file line number Diff line number Diff line change @@ -97,4 +97,4 @@ untyped-import
97
97
untyped-type-import
98
98
99
99
[version]
100
- ^0.90 .0
100
+ ^0.91 .0
Original file line number Diff line number Diff line change @@ -403,8 +403,8 @@ export type Props = $ReadOnly<{|
403
403
* - `false`, deprecated, use 'never' instead
404
404
* - `true`, deprecated, use 'always' instead
405
405
*/
406
- /* $FlowFixMe(>=0.89 .0 site=react_native_fb) This comment suppresses an error
407
- * found when Flow v0.89 was deployed. To see the error, delete this comment
406
+ /* $FlowFixMe(>=0.91 .0 site=react_native_fb) This comment suppresses an error
407
+ * found when Flow v0.91 was deployed. To see the error, delete this comment
408
408
* and run Flow. */
409
409
keyboardShouldPersistTaps ?: ?( 'always' | 'never' | 'handled' | false | true ) ,
410
410
/**
Original file line number Diff line number Diff line change 228
228
"eslint-plugin-prettier" : " 2.6.0" ,
229
229
"eslint-plugin-react" : " 7.8.2" ,
230
230
"eslint-plugin-react-native" : " 3.5.0" ,
231
- "flow-bin" : " ^0.90 .0" ,
231
+ "flow-bin" : " ^0.91 .0" ,
232
232
"jest" : " 24.0.0-alpha.6" ,
233
233
"jest-junit" : " 5.2.0" ,
234
234
"jscodeshift" : " ^0.6.2" ,
Original file line number Diff line number Diff line change @@ -66,4 +66,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
66
66
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
67
67
68
68
[version]
69
- ^0.90 .0
69
+ ^0.91 .0
Original file line number Diff line number Diff line change @@ -3267,10 +3267,10 @@ flat-cache@^1.2.1:
3267
3267
graceful-fs "^4.1.2"
3268
3268
write "^0.2.1"
3269
3269
3270
- flow-bin@^0.90 .0 :
3271
- version "0.90 .0"
3272
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.90 .0.tgz#733b6d29a8c8a22b9a5d273611d9a8402faf3445 "
3273
- integrity sha512-/syDchjhLLL7nELK1ggyWJifGXuMCTz74kvkjR1t9DcmasMrilLl9qAAotsACcNb98etEEJpsCrvP7WL64kadw ==
3270
+ flow-bin@^0.91 .0 :
3271
+ version "0.91 .0"
3272
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.91 .0.tgz#f5c89729f74b2ccbd47df6fbfadbdcc89cc1e478 "
3273
+ integrity sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ ==
3274
3274
3275
3275
flow-parser@0.* :
3276
3276
version "0.89.0"
You can’t perform that action at this time.
0 commit comments