|
@@ -1,5 +1,5 @@
|
|
{
|
|
{
|
|
- "name": "ReactNativeMultip80",
|
|
|
|
|
|
+ "name": "YiwangxinMultip",
|
|
"version": "0.0.1",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"private": true,
|
|
"scripts": {
|
|
"scripts": {
|
|
@@ -8,12 +8,26 @@
|
|
"lint": "eslint .",
|
|
"lint": "eslint .",
|
|
"start": "react-native start",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"test": "jest",
|
|
- "build-android-common": "react-native bundle --platform android --dev false --entry-file ./src/common/common.js --bundle-output ./bundle/common.android.bundle --assets-dest ./bundle --config metro.common.config.js --minify true --reset-cache"
|
|
|
|
|
|
+ "build-android-common": "react-native bundle --platform android --dev false --entry-file src/common/common.ts --bundle-output ./bundle/common.android.bundle --assets-dest ./bundle --config metro.common.config.js --minify true --reset-cache",
|
|
|
|
+ "build-android-app": "react-native bundle --platform android --dev false --entry-file src/app/app.ts --bundle-output ./bundle/app.android.bundle --assets-dest ./bundle --config metro.main.config.js --minify true --reset-cache",
|
|
|
|
+ "build-android-ywq": "react-native bundle --platform android --dev false --entry-file src/ywq/ywq.ts --bundle-output ./bundle/ywq.android.bundle --assets-dest ./bundle --config metro.main.config.js --minify true --reset-cache",
|
|
|
|
+ "build-android-hospital": "react-native bundle --platform android --dev false --entry-file src/hospital/hospital.ts --bundle-output ./bundle/hospital.android.bundle --assets-dest ./bundle --config metro.main.config.js --minify true --reset-cache"
|
|
},
|
|
},
|
|
|
|
+ "codegenConfig": {
|
|
|
|
+ "name": "SpecsManager",
|
|
|
|
+ "type": "modules",
|
|
|
|
+ "jsSrcsDir": "./src/specs",
|
|
|
|
+ "android": {
|
|
|
|
+ "javaPackageName": "com.trust.ywx.specs"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "@react-native-async-storage/async-storage": "^2.2.0",
|
|
|
|
+ "@react-native/new-app-screen": "0.80.1",
|
|
"react": "19.1.0",
|
|
"react": "19.1.0",
|
|
"react-native": "0.80.1",
|
|
"react-native": "0.80.1",
|
|
- "@react-native/new-app-screen": "0.80.1"
|
|
|
|
|
|
+ "react-native-storage": "^1.0.1"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/core": "^7.25.2",
|