echo test

This commit is contained in:
2026-03-05 22:51:17 +08:00
parent ecd72a1e78
commit b61cb00fe8
3 changed files with 22 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"start": "react-native start --reset-cache",
"test": "jest",
"postinstall": "patch-package"
},