Skip to content

Commit 601090d

Browse files
committed
Revert "Add example where the number of tabs changes forcing it back and forth between needing to scroll and not needing to scroll"
This reverts commit a883cb8.
1 parent a883cb8 commit 601090d

File tree

2 files changed

+0
-58
lines changed

2 files changed

+0
-58
lines changed

examples/FacebookTabsExample/ChangingScrollableTabsExample.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

examples/FacebookTabsExample/index.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import ScrollableTabsExample from './ScrollableTabsExample';
1212
import OverlayExample from './OverlayExample';
1313
import FacebookExample from './FacebookExample';
1414
import DynamicExample from './DynamicExample';
15-
import ChangingScrollableTabsExample from './ChangingScrollableTabsExample';
1615

1716
export default React.createClass({
1817
render() {
@@ -35,8 +34,6 @@ export default React.createClass({
3534
return <FacebookExample />;
3635
case 'dynamic':
3736
return <DynamicExample />;
38-
case 'changingScrollable':
39-
return <ChangingScrollableTabsExample />;
4037
default:
4138
return <View style={styles.container}>
4239
<TouchableOpacity
@@ -73,13 +70,6 @@ export default React.createClass({
7370
>
7471
<Text>Dynamic tabs example</Text>
7572
</TouchableOpacity>
76-
77-
<TouchableOpacity
78-
style={styles.button}
79-
onPress={() => nav.push({id: 'changingScrollable', })}
80-
>
81-
<Text>Changing scrollable tabs example</Text>
82-
</TouchableOpacity>
8373
</View>;
8474
}
8575
},

0 commit comments

Comments
 (0)