We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f4582 commit a913e8cCopy full SHA for a913e8c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-update",
3
- "version": "10.29.7",
+ "version": "10.29.8",
4
"description": "react-native hot update",
5
"main": "src/index",
6
"scripts": {
src/client.ts
@@ -393,7 +393,12 @@ export class Pushy {
393
}
394
395
let succeeded = '';
396
- this.report({ type: 'downloading' });
+ this.report({
397
+ type: 'downloading',
398
+ data: {
399
+ newVersion: hash,
400
+ },
401
+ });
402
let lastError: any;
403
let errorMessages: string[] = [];
404
const diffUrl = await testUrls(joinUrls(paths, diff));
0 commit comments