So through crashlytics i'm getting reports of the following crash
Fatal Exception: RCTFatalException: Unhandled JS Exception: TypeError: undefined is not an object (evaluating 'y.default[l].logo') This error is located at: in P in Unknown in RCTView in RCTView in h
the thing is, this only seems to be happening specifically on the Iphone 7
I have dug through my code and I cannot find anything referring to y.default[l].logo i only have 2 instances of .logo and that is an attribute to an object in a static file.