feat: 添加page示例

This commit is contained in:
2025-11-06 22:48:08 +08:00
parent b3a06f7f9e
commit f551a26a0a
7 changed files with 83 additions and 80 deletions

View File

@@ -298,7 +298,7 @@ export default function DemoScreen() {
style={[styles.button, styles.primaryButton]}
onPress={() => {
haptics.light();
router.push('/test-page');
router.push('/test');
}}
>
<Text style={styles.buttonText}> </Text>