Skip to content

Commit 3540d90

Browse files
authored
Merge pull request #1031 from shystruk/patch-2
Update SimpleExample.js
2 parents f8a6730 + 0156b21 commit 3540d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/SimpleExample.js

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

6-
import ScrollableTabView, {DefaultTabBar, } from 'react-native-scrollable-tab-view';
6+
import ScrollableTabView, { DefaultTabBar } from 'react-native-scrollable-tab-view';
77

88
export default () => {
99
return <ScrollableTabView
10-
style={{marginTop: 20, }}
10+
style={{ marginTop: 20 }}
1111
initialPage={1}
1212
renderTabBar={() => <DefaultTabBar />}
1313
>

0 commit comments

Comments
 (0)