Skip to content

Commit 53e427a

Browse files
committed
* Updated flowConfig
* Add onTabPress default prop. * Update package-lock.json.
1 parent a1cd470 commit 53e427a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.flowconfig

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11

22
[ignore]
33
.*/*[.]android.js
4-
54
; Ignore unexpected extra "@providesModule"
65
.*/node_modules/.*/node_modules/fbjs/.*
76

87
[include]
98

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+
1016
[untyped]
1117
.*/node_modules/react-native
1218

13-
[libs]
14-
1519
[version]
1620
^0.83.0
17-

src/TabOption.js

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export default class TabOption extends PureComponent<Props> {
9999
activeTabOpacity: 1,
100100
accessibilityLabel: '',
101101
enabled: false,
102+
onTabPress: () => {},
102103
};
103104

104105
render() {

0 commit comments

Comments
 (0)