Somewhere within the logic for the NativeAd, there is a circular reference which causes both iOS and Android to crash when using the NativeAdLoader. Here are the outputs from both platforms: <img width="1600" alt="iOS" src="https://user-images.githubusercontent.com/1150414/194904534-001a1ed8-6d10-43d3-b440-9a081f0e631c.png"> <img width="1813" alt="Android" src="https://user-images.githubusercontent.com/1150414/194904555-72ac000a-a96f-418e-81e0-e816918c1c04.png"> Here is the code used to invoke the NativeAdLoader. <img width="672" alt="Code" src="https://user-images.githubusercontent.com/1150414/194904553-e3892d14-7a15-46c0-9519-2cce75c0eef1.png">