updating the UploadProgress
This commit is contained in:
parent
5622d1b25d
commit
b211b5a948
|
@ -69,8 +69,8 @@ interface IItem {
|
||||||
error: boolean;
|
error: boolean;
|
||||||
progress: number;
|
progress: number;
|
||||||
path: string;
|
path: string;
|
||||||
update: Function;
|
update(param: () => void): void;
|
||||||
destroyPermanently(): void;
|
destroyPermanently(): Promise<void>;
|
||||||
}
|
}
|
||||||
|
|
||||||
class UploadProgress extends Component<IRoomUploadProgressProps, any> {
|
class UploadProgress extends Component<IRoomUploadProgressProps, any> {
|
||||||
|
|
|
@ -950,7 +950,7 @@ SPEC CHECKSUMS:
|
||||||
EXVideoThumbnails: 442c3abadb51a81551a3b53705b7560de390e6f7
|
EXVideoThumbnails: 442c3abadb51a81551a3b53705b7560de390e6f7
|
||||||
EXWebBrowser: 76783ba5dcb8699237746ecf41a9643d428a4cc5
|
EXWebBrowser: 76783ba5dcb8699237746ecf41a9643d428a4cc5
|
||||||
FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b
|
FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b
|
||||||
FBReactNativeSpec: 686ac17e193dcf7d5df4d772b224504dd2f3ad81
|
FBReactNativeSpec: 110d69378fce79af38271c39894b59fec7890221
|
||||||
Firebase: 919186c8e119dd9372a45fd1dd17a8a942bc1892
|
Firebase: 919186c8e119dd9372a45fd1dd17a8a942bc1892
|
||||||
FirebaseAnalytics: 5fa308e1b13f838d0f6dc74719ac2a72e8c5afc4
|
FirebaseAnalytics: 5fa308e1b13f838d0f6dc74719ac2a72e8c5afc4
|
||||||
FirebaseCore: 8cd4f8ea22075e0ee582849b1cf79d8816506085
|
FirebaseCore: 8cd4f8ea22075e0ee582849b1cf79d8816506085
|
||||||
|
|
Loading…
Reference in New Issue