Skip to content

Commit 6a819c5

Browse files
committed
fix filename
1 parent c2cfaa8 commit 6a819c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

harmony/pushy/src/main/ets/PushyTurboModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class PushyTurboModule extends TurboModule {
4949
if (!buildTime) {
5050
try {
5151
const resourceManager = this.mUiCtx.resourceManager;
52-
const content = resourceManager.getRawFileContentSync('metadata.json');
52+
const content = resourceManager.getRawFileContentSync('meta.json');
5353
const metaData = JSON.parse(
5454
new util.TextDecoder().decodeToString(content),
5555
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update",
3-
"version": "10.37.9",
3+
"version": "10.37.10",
44
"description": "react-native hot update",
55
"main": "src/index",
66
"scripts": {

0 commit comments

Comments
 (0)