MCPcopy Index your code
hub / github.com/BlueWallet/BlueWallet / requestNativeUpdate

Function requestNativeUpdate

blue_modules/sizeClass.ts:182–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 };
181
182 const requestNativeUpdate = async () => {
183 const nativeInfo = await fetchNativeSizeClass();
184 if (nativeInfo) {
185 applySizeClass(nativeInfo);
186 }
187 };
188
189 const dimensionSubscription = Dimensions.addEventListener('change', () => {
190 updateFromDimensions();

Callers 1

useSizeClassFunction · 0.85

Calls 2

fetchNativeSizeClassFunction · 0.85
applySizeClassFunction · 0.85

Tested by

no test coverage detected