You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Unfortunately, I will have to redirect you to the main RN repo https://github.com/facebook/react-native. This template only copies native code from RN template and adds some TS configuration. So it has to be changed over there first.
Feature request
Making
window.rootViewController
be initialized as aUINavigationController
.Why it is needed
The 2 motivations for this change are:
For e.g,
MercadoPago
which is a payment platform from Latam has a native SDK for IOS that needs to be initialized with aUINavigationController
Possible implementation
This change implies adding the following code in the
AppDelegate
:Code sample
Here is a working example.
The text was updated successfully, but these errors were encountered: