| /expo/packages/expo-font/build/ |
| H A D | Font.js | 143 export async function unloadAsync(fontFamilyOrFontMap, options) { function 144 if (!ExpoFontLoader.unloadAsync) { 173 await ExpoFontLoader.unloadAsync(nativeFontName, options);
|
| H A D | ExpoFontLoader.web.d.ts | 6 unloadAsync(fontFamilyName: string, options?: UnloadFontOptions): Promise<void>; constant
|
| H A D | Font.d.ts | 50 export declare function unloadAsync(fontFamilyOrFontMap: string | Record<string, UnloadFontOptions>…
|
| H A D | ExpoFontLoader.web.js | 71 async unloadAsync(fontFamilyName, options) {
|
| H A D | Font.js.map | 1 …unloadAsync(\n fontFamilyOrFontMap: string | Record<string, UnloadFontOptions>,\n options?: Unlo…
|
| /expo/packages/expo-font/src/__tests__/ |
| H A D | Font-test.web.ts | 12 unloadAsync: jest.fn(mod.unloadAsync), 44 await Font.unloadAsync(name);
|
| /expo/packages/expo-font/src/ |
| H A D | Font.ts | 192 export async function unloadAsync( function 196 if (!ExpoFontLoader.unloadAsync) { 236 await ExpoFontLoader.unloadAsync(nativeFontName, options);
|
| H A D | ExpoFontLoader.web.ts | 99 async unloadAsync(fontFamilyName: string, options?: UnloadFontOptions): Promise<void> {
|
| /expo/apps/test-suite/tests/ |
| H A D | Font.js | 10 await Font.unloadAsync('cool-font');
|
| H A D | Audio.js | 95 await soundObject.unloadAsync(); 353 await soundObject.unloadAsync(); 360 await soundObject.unloadAsync();
|
| /expo/packages/expo-av/build/ |
| H A D | Video.js | 114 unloadAsync = async () => { field in Video 119 this.unloadAsync().catch(() => {
|
| H A D | AV.d.ts | 87 unloadAsync(): Promise<AVPlaybackStatus>; method
|
| H A D | Video.d.ts | 41 unloadAsync: () => Promise<AVPlaybackStatus>;
|
| H A D | Video.js.map | 1 …unloadAsync = async (): Promise<AVPlaybackStatus> => {\n return this._performOperationAndHandle…
|
| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | AudioPlayer.tsx | 75 this._sound.unloadAsync(); 149 await this._sound?.unloadAsync();
|
| H A D | VideoPlayer.tsx | 79 await video.current?.unloadAsync();
|
| /expo/packages/expo-av/src/ |
| H A D | Video.tsx | 166 unloadAsync = async (): Promise<AVPlaybackStatus> => { 174 this.unloadAsync().catch(() => { 175 … // Ignored rejection. Sometimes the unloadAsync code is executed when video is already unloaded. 214 …* (such as `setStatusAsync()`, `getStatusAsync()`, or `unloadAsync()`), nd will also be called at …
|
| H A D | AV.ts | 261 unloadAsync(): Promise<AVPlaybackStatus>; method
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | Sound.d.ts | 172 unloadAsync(): Promise<AVPlaybackStatus>;
|
| H A D | Sound.js | 247 async unloadAsync() { method in Sound
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | Sound.ts | 384 async unloadAsync(): Promise<AVPlaybackStatus> { method in Sound
|
| /expo/home/components/ |
| H A D | AudioPlayer.tsx | 70 sound.unloadAsync();
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | audio.mdx | 60 …o Always unload the Sound after using it to prevent memory leaks.*/ sound.unloadAsync(); /* @end */
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | audio.mdx | 62 …o Always unload the Sound after using it to prevent memory leaks.*/ sound.unloadAsync(); /* @end */
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | audio.mdx | 62 …o Always unload the Sound after using it to prevent memory leaks.*/ sound.unloadAsync(); /* @end */
|