diff --git a/src/utils.ts b/src/utils.ts index 23656b6a..3adc89bd 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -124,12 +124,6 @@ export const fetchWithTimeout = ( }); }; -// export const isAndroid70AndBelow = () => { -// // android 7.0 and below devices do not support letsencrypt cert -// // https://letsencrypt.org/2023/07/10/cross-sign-expiration/ -// return Platform.OS === 'android' && Platform.Version <= 24; -// }; - export const enhancedFetch = async ( url: string, params: Parameters[1],