Home
last modified time | relevance | path

Searched defs:createAsync (Results 1 – 7 of 7) sorted by relevance

/expo/packages/create-expo/src/
H A Dcli.ts81 const { createAsync } = await import('./createAsync'); constant
H A DcreateAsync.ts74 export async function createAsync(inputPath: string, options: Options): Promise<void> { function
/expo/packages/expo-av/build/Audio/
H A DSound.d.ts127 …static createAsync: (source: AVPlaybackSource, initialStatus?: AVPlaybackStatusToSet, onPlaybackSt… property in Sound
H A DRecording.js160 …static createAsync = async (options = RecordingOptionsPresets.LOW_QUALITY, onRecordingStatusUpdate… field in Recording
H A DSound.js90 …static createAsync = async (source, initialStatus = {}, onPlaybackStatusUpdate = null, downloadFir… field in Sound
/expo/packages/expo-av/src/Audio/
H A DRecording.ts195 static createAsync = async ( property in Recording
H A DSound.ts163 static createAsync = async ( property in Sound