Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/basic-example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Navigator from './Navigator';

import NativeDetector from './NativeDetector';
import RuntimeDecoration from './RuntimeDecoration';
import ContentsButton from './ContentsButton';

const EXAMPLES = [
{
Expand All @@ -16,6 +17,10 @@ const EXAMPLES = [
name: 'Native Detector',
component: NativeDetector,
},
{
name: 'Contents Button',
component: ContentsButton,
},
];

const Stack = Navigator.create();
Expand Down
Loading
Loading