mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-07 19:05:13 +08:00
fix type error
This commit is contained in:
@@ -61,7 +61,7 @@ const defaultClientOptions: ClientOptions = {
|
||||
throwError: false,
|
||||
};
|
||||
|
||||
const sharedState: {
|
||||
export const sharedState: {
|
||||
progressHandlers: Record<string, EmitterSubscription>;
|
||||
downloadedHash?: string;
|
||||
apkStatus: 'downloading' | 'downloaded' | null;
|
||||
|
Reference in New Issue
Block a user