Skip to content

Commit fbf37bb

Browse files
committed
Move example to a separate screen
1 parent b724672 commit fbf37bb

File tree

3 files changed

+606
-478
lines changed

3 files changed

+606
-478
lines changed

apps/basic-example/src/App.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Navigator from './Navigator';
66

77
import NativeDetector from './NativeDetector';
88
import RuntimeDecoration from './RuntimeDecoration';
9+
import ContentsButton from './ContentsButton';
910

1011
const EXAMPLES = [
1112
{
@@ -16,6 +17,10 @@ const EXAMPLES = [
1617
name: 'Native Detector',
1718
component: NativeDetector,
1819
},
20+
{
21+
name: 'Contents Button',
22+
component: ContentsButton,
23+
},
1924
];
2025

2126
const Stack = Navigator.create();

0 commit comments

Comments
 (0)