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
There is a limitation in IOS: Any code executed after application.run() will not be executed in IOS. As application.run() is called inside nativescriptBootstrap there is no point to return promise from this method - the promise can never be consumed.
The code that is to be executed on app startup can be moved inside the app main component.
nativeScriptBootstrap
promise is not resolved in IOS.It works on Android though
The text was updated successfully, but these errors were encountered: