We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8a6730 + 0156b21 commit 3540d90Copy full SHA for 3540d90
Example/SimpleExample.js
@@ -3,11 +3,11 @@ import {
3
Text,
4
} from 'react-native';
5
6
-import ScrollableTabView, {DefaultTabBar, } from 'react-native-scrollable-tab-view';
+import ScrollableTabView, { DefaultTabBar } from 'react-native-scrollable-tab-view';
7
8
export default () => {
9
return <ScrollableTabView
10
- style={{marginTop: 20, }}
+ style={{ marginTop: 20 }}
11
initialPage={1}
12
renderTabBar={() => <DefaultTabBar />}
13
>
0 commit comments