Skip to content

Commit f8a6730

Browse files
authored
Merge pull request #1032 from shystruk/patch-3
Update ScrollableTabsExample.js
2 parents 9d5d0f4 + 4cafe69 commit f8a6730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/ScrollableTabsExample.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import {
44
View,
55
} from 'react-native';
66

7-
import ScrollableTabView, { ScrollableTabBar, } from 'react-native-scrollable-tab-view';
7+
import ScrollableTabView, { ScrollableTabBar } from 'react-native-scrollable-tab-view';
88

99
export default () => {
1010
return <ScrollableTabView
11-
style={{marginTop: 20, }}
11+
style={{ marginTop: 20 }}
1212
initialPage={0}
1313
renderTabBar={() => <ScrollableTabBar />}
1414
>

0 commit comments

Comments
 (0)