feat: sync catalog, server, and MusicFree updates
This commit is contained in:
@@ -6,6 +6,10 @@ interface INativeUtils extends NativeModule {
|
||||
requestStoragePermission: () => void;
|
||||
isIgnoringBatteryOptimizations: () => Promise<boolean>;
|
||||
requestIgnoreBatteryOptimizations: () => Promise<boolean>;
|
||||
showPlaybackDiagnosticNotification: (
|
||||
title: string,
|
||||
message: string,
|
||||
) => Promise<void>;
|
||||
getWindowDimensions: () => { width: number, height: number }; // Fix bug: https://github.com/facebook/react-native/issues/47080
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user