Searched refs:NativeFontLoader (Results 1 – 1 of 1) sorted by relevance
67 const NativeFontLoader = NativeModulesProxy.ExpoFontLoader; constant73 expect(NativeFontLoader.loadAsync).toHaveBeenCalledTimes(1);80 const NativeFontLoader = NativeModulesProxy.ExpoFontLoader; constant89 expect(NativeFontLoader.loadAsync).not.toHaveBeenCalled();95 const NativeFontLoader = NativeModulesProxy.ExpoFontLoader; constant96 NativeFontLoader.loadAsync.mockImplementation(async () => {104 expect(NativeFontLoader.loadAsync).toHaveBeenCalled();110 const NativeFontLoader = NativeModulesProxy.ExpoFontLoader; constant137 const NativeFontLoader = NativeModulesProxy.ExpoFontLoader; constant144 expect(NativeFontLoader.loadAsync).not.toHaveBeenCalled();[all …]