We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cd470 commit 53e427aCopy full SHA for 53e427a
.flowconfig
@@ -1,17 +1,20 @@
1
2
[ignore]
3
.*/*[.]android.js
4
-
5
; Ignore unexpected extra "@providesModule"
6
.*/node_modules/.*/node_modules/fbjs/.*
7
8
[include]
9
+[libs]
10
+../../flow-typed
11
+node_modules/react-native/Libraries/react-native/react-native-interface.js
12
+node_modules/react-native/flow/
13
+flow/
14
+flow-github/
15
+
16
[untyped]
17
.*/node_modules/react-native
18
-[libs]
19
[version]
20
^0.83.0
src/TabOption.js
@@ -99,6 +99,7 @@ export default class TabOption extends PureComponent<Props> {
99
activeTabOpacity: 1,
100
accessibilityLabel: '',
101
enabled: false,
102
+ onTabPress: () => {},
103
};
104
105
render() {
0 commit comments