Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit 0988faa

Browse files
committed
chore: fix flow errors
1 parent 16c6a55 commit 0988faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TabBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default class TabBar extends PureComponent<DefaultProps, Props, State> {
130130
(route.title ? route.title.toUpperCase() : null),
131131
};
132132

133-
constructor(props) {
133+
constructor(props: Props) {
134134
super(props);
135135

136136
let initialVisibility = 0;

0 commit comments

Comments
 (0)