Skip to content

Commit 5a0baca

Browse files
committed
TabBarScreen fix Android
1 parent ea1b2f6 commit 5a0baca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/screens/componentScreens/TabBarScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default class TabBarScreen extends Component {
124124
render() {
125125
return (
126126
<ScrollView style={{overflow: 'visible'}} showsVerticalScrollIndicator={false}>
127-
<View flex bg-dark80>
127+
<View bg-dark80>
128128
<TabBar style={styles.tabbar} selectedIndex={0} enableShadow>
129129
<TabBar.Item
130130
label="single tab"

0 commit comments

Comments
 (0)