This commit is contained in:
2026-03-19 18:46:14 +08:00
parent 07812bb531
commit a7e6194dc4
9 changed files with 2171 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 --reset-cache",
"start": "react-native start --reset-cache --port 8084",
"test": "jest",
"postinstall": "patch-package"
},