AdaptyUI-React-Native
AdaptyUI-React-Native copied to clipboard
Fix: present UI on the topmost UIViewController
The Adapty UI can't be displayed on top of a React-Native modal or any other component that adds a new UIViewController.
This fix gets the topmost UIViewController and presents the view inside so that it can be displayed on top of modals.