1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 23:56:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Add simple update

This commit is contained in:
sunnylqm
2021-10-09 13:12:09 +08:00
parent 07003a4767
commit d80531dbcc
4 changed files with 434 additions and 314 deletions

2
lib/index.d.ts vendored
View File

@@ -83,3 +83,5 @@ interface ProgressData {
received: number;
total: number;
}
export function simpleUpdate(wrappedComponent: any): any;