Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit de75ff7

Browse files
author
soliury
committed
fix bug about the nav
1 parent aa3d7a9 commit de75ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/Nav.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class Nav extends Component {
3636
)
3737
}
3838
return (
39-
<View style={[styles.navItem,styles['nav'+position]]}>
40-
</View>
39+
<Text style={[styles.navItem,styles['nav'+position]]}>
40+
</Text>
4141
)
4242
})
4343
}

0 commit comments

Comments
 (0)