File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import CustomIndicatorExample from './tabView/CustomIndicatorExample';
29
29
import CustomTabBarExample from './tabView/CustomTabBarExample' ;
30
30
import CoverflowExample from './tabView/CoverflowExample' ;
31
31
import ReanimatedOnPageScrollExample from './ReanimatedOnPageScrollExample' ;
32
- import NativeStackExample from './NativeStackExample' ;
33
32
import { createNativeStackNavigator } from '@react-navigation/native-stack' ;
34
33
35
34
const examples = [
@@ -51,10 +50,6 @@ const examples = [
51
50
component : NestPagerView ,
52
51
name : 'Nest PagerView Example' ,
53
52
} ,
54
- {
55
- component : NativeStackExample ,
56
- name : 'NativeStackExample' ,
57
- } ,
58
53
{ component : ScrollableTabBarExample , name : 'ScrollableTabBarExample' } ,
59
54
{ component : AutoWidthTabBarExample , name : 'AutoWidthTabBarExample' } ,
60
55
{ component : TabBarIconExample , name : 'TabBarIconExample' } ,
You can’t perform that action at this time.
0 commit comments