File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed
Libraries/Experimental/SwipeableRow
local-cli/templates/HelloWorld Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -100,4 +100,4 @@ untyped-import
100100untyped-type-import
101101
102102[version]
103- ^0.81 .0
103+ ^0.82 .0
Original file line number Diff line number Diff line change @@ -100,4 +100,4 @@ untyped-import
100100untyped-type-import
101101
102102[version]
103- ^0.81 .0
103+ ^0.82 .0
Original file line number Diff line number Diff line change @@ -27,12 +27,21 @@ import type {ImageSource} from 'ImageSource';
2727class SwipeableQuickActionButton extends React . Component < {
2828 accessibilityLabel ?: string ,
2929 imageSource ?: ?( ImageSource | number ) ,
30+ /* $FlowFixMe(>=0.82.0 site=react_native_fb) This comment suppresses an error
31+ * found when Flow v0.82 was deployed. To see the error delete this comment
32+ * and run Flow. */
3033 imageStyle ?: ?DeprecatedViewPropTypes . style ,
3134 mainView ?: ?React . Node ,
3235 onPress ?: Function ,
36+ /* $FlowFixMe(>=0.82.0 site=react_native_fb) This comment suppresses an error
37+ * found when Flow v0.82 was deployed. To see the error delete this comment
38+ * and run Flow. */
3339 style ?: ?DeprecatedViewPropTypes . style ,
3440 testID ?: string ,
3541 text ?: ?( string | Object | Array < string | Object > ) ,
42+ /* $FlowFixMe(>=0.82.0 site=react_native_fb) This comment suppresses an error
43+ * found when Flow v0.82 was deployed. To see the error delete this comment
44+ * and run Flow. */
3645 textStyle ?: ?DeprecatedViewPropTypes . style ,
3746} > {
3847 render ( ) : React . Node {
Original file line number Diff line number Diff line change @@ -67,4 +67,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
6767suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
6868
6969[version]
70- ^0.81 .0
70+ ^0.82 .0
Original file line number Diff line number Diff line change 219219 "eslint-plugin-prettier" : " 2.6.0" ,
220220 "eslint-plugin-react" : " 7.8.2" ,
221221 "eslint-plugin-react-native" : " ^3.2.1" ,
222- "flow-bin" : " ^0.81 .0" ,
222+ "flow-bin" : " ^0.82 .0" ,
223223 "jest" : " 23.4.1" ,
224224 "jest-junit" : " 5.1.0" ,
225225 "prettier" : " 1.13.6" ,
You can’t perform that action at this time.
0 commit comments