File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import CustomIndicatorExample from './tabView/CustomIndicatorExample';
2929import CustomTabBarExample from './tabView/CustomTabBarExample' ;
3030import CoverflowExample from './tabView/CoverflowExample' ;
3131import ReanimatedOnPageScrollExample from './ReanimatedOnPageScrollExample' ;
32- import NativeStackExample from './NativeStackExample' ;
3332import { createNativeStackNavigator } from '@react-navigation/native-stack' ;
3433
3534const examples = [
@@ -51,10 +50,6 @@ const examples = [
5150 component : NestPagerView ,
5251 name : 'Nest PagerView Example' ,
5352 } ,
54- {
55- component : NativeStackExample ,
56- name : 'NativeStackExample' ,
57- } ,
5853 { component : ScrollableTabBarExample , name : 'ScrollableTabBarExample' } ,
5954 { component : AutoWidthTabBarExample , name : 'AutoWidthTabBarExample' } ,
6055 { component : TabBarIconExample , name : 'TabBarIconExample' } ,
You can’t perform that action at this time.
0 commit comments