Skip to content

Commit 18d9b75

Browse files
authored
update pushy reference method (#499)
* update pushy reference method * update
1 parent e8ec85c commit 18d9b75

37 files changed

+2
-9
lines changed

β€Ž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.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

β€Ž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.
File renamed without changes.

0 commit comments

Comments
Β (0)