Skip to content

Commit cb4d4a1

Browse files
committed
update pushy reference method
1 parent 2d0e707 commit cb4d4a1

40 files changed

+8
-15
lines changed

β€ŽExample/harmony_use_pushy/bun.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@react-native-oh/react-native-harmony": "^0.72.59",
88
"react": "18.2.0",
99
"react-native": "0.72.5",
10-
"react-native-update": "^10.26.4",
10+
"react-native-update": "latest",
1111
},
1212
"devDependencies": {
1313
"@babel/core": "^7.20.0",
@@ -1339,7 +1339,7 @@
13391339

13401340
"react-native": ["[email protected]", "", { "dependencies": { "@jest/create-cache-key-function": "^29.2.1", "@react-native-community/cli": "11.3.7", "@react-native-community/cli-platform-android": "11.3.7", "@react-native-community/cli-platform-ios": "11.3.7", "@react-native/assets-registry": "^0.72.0", "@react-native/codegen": "^0.72.7", "@react-native/gradle-plugin": "^0.72.11", "@react-native/js-polyfills": "^0.72.1", "@react-native/normalize-colors": "^0.72.0", "@react-native/virtualized-lists": "^0.72.8", "abort-controller": "^3.0.0", "anser": "^1.4.9", "base64-js": "^1.1.2", "deprecated-react-native-prop-types": "4.1.0", "event-target-shim": "^5.0.1", "flow-enums-runtime": "^0.0.5", "invariant": "^2.2.4", "jest-environment-node": "^29.2.1", "jsc-android": "^250231.0.0", "memoize-one": "^5.0.0", "metro-runtime": "0.76.8", "metro-source-map": "0.76.8", "mkdirp": "^0.5.1", "nullthrows": "^1.1.1", "pretty-format": "^26.5.2", "promise": "^8.3.0", "react-devtools-core": "^4.27.2", "react-refresh": "^0.4.0", "react-shallow-renderer": "^16.15.0", "regenerator-runtime": "^0.13.2", "scheduler": "0.24.0-canary-efb381bbf-20230505", "stacktrace-parser": "^0.1.10", "use-sync-external-store": "^1.0.0", "whatwg-fetch": "^3.0.0", "ws": "^6.2.2", "yargs": "^17.6.2" }, "peerDependencies": { "react": "18.2.0" }, "bin": { "react-native": "cli.js" } }, "sha512-oIewslu5DBwOmo7x5rdzZlZXCqDIna0R4dUwVpfmVteORYLr4yaZo5wQnMeR+H7x54GaMhmgeqp0ZpULtulJFg=="],
13411341

1342-
"react-native-update": ["[email protected].2", "", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-hNk0pm6bFxEy8d7tDCTIc0e5QryVKbRCmbhyeNjW5ACxL3EYMH0KCCuk5VAWattBQsTtrYTawlkxNNAWyLF+hA=="],
1342+
"react-native-update": ["[email protected].10", "", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-ZoE/MvunB7tE465jy582dX6DeHrmO3oCelBPa74jmoy1QhyvwqbfLCNg8pMT9zqoQ/s6qfyT559pxOpjU9KtLA=="],
13431343

13441344
"react-native-url-polyfill": ["[email protected]", "", { "dependencies": { "whatwg-url-without-unicode": "8.0.0-3" }, "peerDependencies": { "react-native": "*" } }, "sha512-My330Do7/DvKnEvwQc0WdcBnFPploYKp9CYlefDXzIdEaA+PAhDYllkvGeEroEzvc4Kzzj2O4yVdz8v6fjRvhA=="],
13451345

β€ŽExample/harmony_use_pushy/harmony/build-profile.json5β€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
]
3737
}
3838
]
39-
},
40-
{
41-
name: 'pushy',
42-
srcPath: '../node_modules/react-native-update/harmony',
4339
}
4440
]
4541
}

β€ŽExample/harmony_use_pushy/harmony/entry/oh-package-lock.json5β€Ž

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽExample/harmony_use_pushy/harmony/entry/oh-package.json5β€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "",
88
"dependencies": {
99
"@rnoh/react-native-openharmony": "0.72.38",
10-
"pushy": "file:../../node_modules/react-native-update/harmony"
10+
"pushy": "file:../../node_modules/react-native-update/harmony/pushy.har"
1111
}
1212
}
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"pushy_build_time": "2025-04-30T02:46:33.340Z",
2+
"pushy_build_time": "2025-05-12T06:00:15.878Z",
33
"versionName": "1.0.0"
44
}

β€ŽExample/harmony_use_pushy/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@react-native-oh/react-native-harmony": "^0.72.59",
1919
"react": "18.2.0",
2020
"react-native": "0.72.5",
21-
"react-native-update": "^10.26.4"
21+
"react-native-update": "latest"
2222
},
2323
"devDependencies": {
2424
"@babel/core": "^7.20.0",

β€Žharmony/oh_modules/@rnoh/react-native-openharmonyβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žharmony/pushy.harβ€Ž

1.76 MB
Binary file not shown.

0 commit comments

Comments
Β (0)