Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit 92049f8

Browse files
superhawk610satya164
authored andcommitted
docs: remove unused import from quick start (#648)
1 parent 332e64a commit 92049f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You also need to install and link [react-native-gesture-handler](https://github.
3737
```js
3838
import * as React from 'react';
3939
import { View, StyleSheet, Dimensions } from 'react-native';
40-
import { TabView, TabBar, SceneMap } from 'react-native-tab-view';
40+
import { TabView, SceneMap } from 'react-native-tab-view';
4141

4242
const FirstRoute = () => (
4343
<View style={[styles.scene, { backgroundColor: '#ff4081' }]} />

0 commit comments

Comments
 (0)