We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cfaa8 commit 6a819c5Copy full SHA for 6a819c5
2 files changed
harmony/pushy/src/main/ets/PushyTurboModule.ts
@@ -49,7 +49,7 @@ export class PushyTurboModule extends TurboModule {
49
if (!buildTime) {
50
try {
51
const resourceManager = this.mUiCtx.resourceManager;
52
- const content = resourceManager.getRawFileContentSync('metadata.json');
+ const content = resourceManager.getRawFileContentSync('meta.json');
53
const metaData = JSON.parse(
54
new util.TextDecoder().decodeToString(content),
55
);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-update",
3
- "version": "10.37.9",
+ "version": "10.37.10",
4
"description": "react-native hot update",
5
"main": "src/index",
6
"scripts": {
0 commit comments