Skip to content

Commit

Permalink
💫 Update: Ex - DebugControls
Browse files Browse the repository at this point in the history
TODO:2023-03-04-04-39-44 - Import + Re–write Example Components
  • Loading branch information
dominicstop committed Mar 3, 2023
1 parent 4b5fdea commit cfb708f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions example/src/examples/DebugControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,7 @@ export function DebugControls(props: ExampleProps) {
subtitle={'Navigate to "Test" screen...'}
onPress={() => {
// @ts-ignore
navigation.push('Test');
}}
/>
<CardButton
title={'Push: Test 02'}
subtitle={'Navigate to "Test02" screen...'}
onPress={() => {
// @ts-ignore
navigation.push('Test02');
}}
/>
<CardButton
title={'Push: Test 03'}
subtitle={'Navigate to "Test03" screen...'}
onPress={() => {
// @ts-ignore
navigation.push('Test03');
navigation.push('Test01');
}}
/>
</ExampleCard>
Expand Down

0 comments on commit cfb708f

Please sign in to comment.