I am trying to implement an SDK in my react-native iOS project. The SDK is supposed to present its own UI when it is invoked (NB: I have already implemented for Android and it works well).
However, the SDK’s UI is not invoked and I see this in my logs:
app[11904:154150] [Assert] UINavigationBar decoded as unlocked for UINavigationController, or navigationBar delegate set up incorrectly. Inconsistent configuration may cause problems. navigationController=<begini_ios_sdk.PinkNavigationController: 0x120927c00>, navigationBar=<UINavigationBar: 0x1205d9800; frame = (0 0; 0 50); opaque = NO; autoresize = W; layer = <CALayer: 0x6000004cb9e0>> delegate=0x120927c00
2024-01-21 18:21:12.308138+0100 app[11904:154150] [Presentation] Attempt to present <begini_ios_sdk.PinkNavigationController: 0x120927c00> on <app.BeginiSdkIntegration: 0x12126d560> (from <app.BeginiSdkIntegration: 0x12126d560>) whose view is not in the window hierarchy.
How can I resolve this?




