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
The line 28 is giving me error No known instance method for selector 'makeNavigationControllerWithRootViewController' at AppDelegate.m
Here is the picture of the error:
If I comment line 28 it will compile and of course the app crashes on start up. Any tips for this?
React Native: 0.46.4
native-navigation: 0.2.1
The line 28 is giving me error
No known instance method for selector 'makeNavigationControllerWithRootViewController'
atAppDelegate.m
Here is the picture of the error:
If I comment line 28 it will compile and of course the app crashes on start up. Any tips for this?
Here is also repo of this problem: https://github.com/henrikra/native-navigation-rn-0.46
The text was updated successfully, but these errors were encountered: