Skip to content
Draft
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
2 changes: 1 addition & 1 deletion apps/basic-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2740,7 +2740,7 @@ SPEC CHECKSUMS:
RNReanimated: 0da721318bc124a25fbe57abc2497a39e1012927
RNWorklets: 32ea3225502c57b559c76f684fc2abac865b7728
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