Skip to content
Open
Show file tree
Hide file tree
Changes from 9 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
2 changes: 1 addition & 1 deletion apps/basic-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2743,7 +2743,7 @@ SPEC CHECKSUMS:
RNReanimated: 3dd9b5776c0e9741fbbf1a4a54dd4328924b4a1e
RNWorklets: 09a47bd92d3da6e00420a060fcc86e23b745e980
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 00013dd9cde63a2d98e8002fcc4f5ddb66c10782
Yoga: b01392348aeea02064c21a2762a42893d82b60a7

PODFILE CHECKSUM: d05778d3a61b8d49242579ea0aa864580fbb1f64

Expand Down
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