IOS streaming app stops loading requested images


Streaming APP stops loading requested images, then requires an iPhone Network Reset to work again.

We are using the React-Native platform.

Is there a custodian IOS monitoring process that could be stopping the images from loading and killing other processes associated with this app?

Then it only works for a short period of time.
React Native Coding works fine on Android.
Audio, Airplay, and Picture in Picture, Background fetch, and Background processing are enabled.
It also causes IOS web browsers to unable to connect to requested image domain, until a iPhone Network Reset.
{Image} with image source parameter from within react-Native.

The player also stops playing in the background when minimized when the loading failure happens.

When the {image} component fails, It reports "Network Request failed"
When trying to load web domain address in a IOS browser, the browser wont load with "The request timed out"

We have verified it it not a web domain problem.

IOS version 14.4
Xcode version 12.4

System:
   OS: macOS 10.15.4
   CPU: (4) x64 Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz
   Memory: 481.24 MB / 8.00 GB
   Shell: 5.7.1 - /bin/zsh
 Binaries:
   Node: 15.5.1 - /usr/local/bin/node
   Yarn: 1.22.10 - /usr/local/bin/yarn
   npm: 7.5.2 - /usr/local/bin/npm
   Watchman: 4.9.0 - /usr/local/bin/watchman
 Managers:
   CocoaPods: 1.10.1 - /usr/local/bin/pod
 SDKs:
   iOS SDK:
     Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2
   Android SDK: Not Found
 IDEs:
   Android Studio: Not Found
   Xcode: 12.4/12D4e - /usr/bin/xcodebuild
 Languages:
   Java: Not Found
   Python: 2.7.16 - /usr/bin/python
 npmPackages:
   @react-native-community/cli: Not Found
   react:
16.13.1 => 16.13.1
   react-native: ^0.63.4 => 0.63.4
   react-native-macos: Not Found
 npmGlobalPackages:
   *react-native*: Not Found
IOS streaming app stops loading requested images
 
 
Q