feat: 添加page示例
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user