Hermann Kao

Results 6 comments of Hermann Kao

This may help 😉 ```javascript const airgrams_instances = {}; for(const client of clients){ const airgram = new Airgram({ apiId: client.appId, apiHash: client.appHash, command: './tdlib/bin/tdjson.dll', logVerbosityLevel: 1, }); airgrams_instances[client.appId] = airgram;...

My dirty solution ```javascript const removeUnusedIframes = () => { const frames = document.getElementsByTagName('iframe'); const unlayerFrames = Array.from(frames).filter((frame) => frame.src.includes('unlayer')); if (unlayerFrames.length === 1) return; unlayerFrames.slice(1).forEach((frame) => frame.remove()); }; ```

i think it should turn into a folder

> Looks good. > > Can you add details about specific headers that will be relevant to the YT iframe? One header that could be really useful is the `Referer`...

Update: I've applied these patches [#450](https://github.com/founded-labs/react-native-reusables/issues/405#issuecomment-3301678881) And upgraded nativewind to ^4.2.1 and react-native-reanimated to ~4.1.2 These solved the issue for me Expo SDK 54 and Expo Router too