Skip to content

Commit edbda6c

Browse files
author
Piotr Trocki
committed
fix lint
1 parent 2b3df4b commit edbda6c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

example/src/App.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import CustomIndicatorExample from './tabView/CustomIndicatorExample';
2929
import CustomTabBarExample from './tabView/CustomTabBarExample';
3030
import CoverflowExample from './tabView/CoverflowExample';
3131
import ReanimatedOnPageScrollExample from './ReanimatedOnPageScrollExample';
32-
import NativeStackExample from './NativeStackExample';
3332
import { createNativeStackNavigator } from '@react-navigation/native-stack';
3433

3534
const 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' },

0 commit comments

Comments
 (0)