From d9b0f15c844abce5e97edfd401656d84d0c84133 Mon Sep 17 00:00:00 2001 From: jayshah Date: Fri, 1 Mar 2024 04:59:32 -0800 Subject: [PATCH] fix(iOS): add extended check for content typeapplication/javascript (#43262) Summary: When used with expo, JS code content type is `application/javascript; charset=UTF-8` instead of just `application/javascript`, We have a really large bundle and the application shows stuck at "Bundling 100%" and does not show "Downloading 1..100%". Here we improve the check for the content type to correctly show the progress. ## Changelog: [IOS] [FIXED] - Fixed headers content type check for iOS bundle download